Skip to content

Commit 436a678

Browse files
chore(deps): update actions/checkout action to v5.0.1 (#580)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2ba9412 commit 436a678

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-24.04
1212
steps:
1313
- name: Project Checkout
14-
uses: actions/[email protected].0
14+
uses: actions/[email protected].1
1515

1616
- name: Check MIT license on source files
1717
uses: korandoru/hawkeye@2f80559b06187bcd1aa7bca5138fe5e5c53e275f # v6.3.0
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Project Checkout
28-
uses: actions/[email protected].0
28+
uses: actions/[email protected].1
2929

3030
- name: Lint Bash files
3131
uses: dotanuki-labs/github-actions/quality/bash@main
@@ -66,7 +66,7 @@ jobs:
6666
needs: build
6767
steps:
6868
- name: Project Checkout
69-
uses: actions/[email protected].0
69+
uses: actions/[email protected].1
7070

7171
- name: Setup JDK
7272
uses: actions/[email protected]
@@ -97,7 +97,7 @@ jobs:
9797
needs: build
9898
steps:
9999
- name: Project Checkout
100-
uses: actions/[email protected].0
100+
uses: actions/[email protected].1
101101

102102
- name: Evaluate CVEs for the current Git sha
103103
run: ./scripts/secops.sh ${{ secrets.GITHUB_TOKEN }} ${{ github.sha }}

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
steps:
1111
- name: Project Checkout
12-
uses: actions/[email protected].0
12+
uses: actions/[email protected].1
1313

1414
- name: Setup JDK
1515
uses: actions/[email protected]

0 commit comments

Comments
 (0)