Skip to content

Commit

Permalink
Merge pull request #962 from DependencyTrack/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/checkout-4.2.2
  • Loading branch information
nscuro authored Oct 29, 2024
2 parents ed0cfac + f39631a commit f560b7d
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].2

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

- 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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # tag=v4.2.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
- name: Setup buf
uses: bufbuild/buf-setup-action@2211e06e8cf26d628cda2eea15c95f8c42b080b3 # tag=v1.45.0
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].2

- 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].2

- 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].2

- 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].2

- 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].2
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].2

- 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].2

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

0 comments on commit f560b7d

Please sign in to comment.