Skip to content

Commit

Permalink
Update actions/checkout action to v4.2.0 (#329)
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 Sep 25, 2024
1 parent 1f40f6b commit d8cdf7f
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-22.04
steps:
- name: Project Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- 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/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- 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/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: Setup JDK
uses: actions/setup-java@v4.4.0
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
needs: build
steps:
- name: Project Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- 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/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: Setup JDK
uses: actions/setup-java@v4.4.0
Expand Down

0 comments on commit d8cdf7f

Please sign in to comment.