Skip to content

Commit

Permalink
Merge pull request #522 from CycloneDX/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4.2.1

build(deps): bump actions/checkout from 4.2.0 to 4.2.1
  • Loading branch information
skhokhlov authored Oct 21, 2024
2 parents 62701e6 + c9abf4f commit a533ed8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- 21
steps:
- name: Checkout repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Set up JDK ${{ matrix.java-version }}
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Set up JDK 8
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-submission.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected].0
uses: actions/[email protected].1
- name: Setup Java
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradlew-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if: ${{ github.repository == 'CycloneDX/cyclonedx-gradle-plugin' }}
steps:
- name: Checkout repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Validate Gradle Wrapper
uses: gradle-update/[email protected]
Expand Down

0 comments on commit a533ed8

Please sign in to comment.