-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update actions/checkout action to v4.2.2 (#350)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
76e3357
commit 25e1f6e
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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] | ||
|
@@ -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 }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|