Skip to content

Commit

Permalink
Merge pull request #655 from DependencyTrack/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/checkout-4.1.3

Bump actions/checkout from 4.1.1 to 4.1.3
  • Loading branch information
nscuro authored Apr 24, 2024
2 parents 40dead3 + 8e8ded7 commit e1daf9a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_meta-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/[email protected].1
uses: actions/[email protected].3

- name: Set up JDK
uses: actions/[email protected]
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- build-java
steps:
- name: Checkout Repository
uses: actions/[email protected].1
uses: actions/[email protected].3

- name: Download Artifacts
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/buf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Checkout Repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # tag=v4.1.3
- name: Setup buf
uses: bufbuild/buf-setup-action@9990c72db080fa39cf561230b8d2d7b736681f85 # tag=v1.30.1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
exit 1
fi
- name: Checkout Repository
uses: actions/[email protected].1
uses: actions/[email protected].3

- name: Parse Version from POM
id: parse
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- call-build
steps:
- name: Checkout Repository
uses: actions/[email protected].1
uses: actions/[email protected].3

- name: Download Artifacts
uses: actions/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
release-branch: ${{ steps.variables.outputs.release-branch }}
steps:
- name: Checkout Repository
uses: actions/[email protected].1
uses: actions/[email protected].3

- name: Setup Environment
id: variables
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/[email protected].1
uses: actions/[email protected].3

- name: Set up JDK
uses: actions/[email protected]
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/[email protected].1
uses: actions/[email protected].3
with:
ref: ${{ needs.prepare-release.outputs.release-branch }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected].1
uses: actions/[email protected].3

- name: Set up JDK
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/[email protected].1
uses: actions/[email protected].3

- name: Dependency Review
uses: actions/dependency-review-action@v4

0 comments on commit e1daf9a

Please sign in to comment.