Skip to content

Commit

Permalink
Update actions/checkout action to v4.2.2 (#350)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 23, 2024
1 parent 76e3357 commit 25e1f6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Project Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Check typos on source files
uses: dotanuki-labs/github-actions/quality/typos@main
Expand All @@ -34,7 +34,7 @@ jobs:

steps:
- name: Project Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Lint Bash files
uses: dotanuki-labs/github-actions/quality/bash@main
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
needs: build
steps:
- name: Project Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Setup JDK
uses: actions/[email protected]
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
needs: build
steps:
- name: Project Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Evaluate CVEs for the current Git sha
run: ./scripts/secops.sh ${{ secrets.GITHUB_TOKEN }} ${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- name: Project Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Setup JDK
uses: actions/[email protected]
Expand Down

0 comments on commit 25e1f6e

Please sign in to comment.