Skip to content

Commit 496fad2

Browse files
renovate[bot]hypery2k
authored andcommitted
chore(deps): update actions/checkout action to v6
1 parent 0800bb7 commit 496fad2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
# sonarcloud-ignore githubactions:S7637
41-
- uses: actions/checkout@v5
41+
- uses: actions/checkout@v6
4242
# sonarcloud-ignore githubactions:S7637
4343
- uses: actions/setup-node@v6
4444
- name: Set up JDK ${{ matrix.java }}
@@ -96,7 +96,7 @@ jobs:
9696
- "nightly"
9797
steps:
9898
# sonarcloud-ignore githubactions:S7637
99-
- uses: actions/checkout@v5
99+
- uses: actions/checkout@v6
100100
- name: "Use Node.js"
101101
# sonarcloud-ignore githubactions:S7637
102102
uses: actions/setup-node@v6
@@ -170,7 +170,7 @@ jobs:
170170
# main and Develop branch only
171171
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop'
172172
steps:
173-
- uses: actions/checkout@v5
173+
- uses: actions/checkout@v6
174174
with:
175175
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
176176
- name: Set up JDK

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
- name: Checkout repository
4444
# sonarcloud-ignore githubactions:S7637
45-
uses: actions/checkout@v5
45+
uses: actions/checkout@v6
4646

4747
- name: Setup Java JDK
4848
# sonarcloud-ignore githubactions:S7637

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
private-key: ${{ secrets.CI_PRIVATE_KEY }}
2828

2929
- name: Checkout
30-
uses: actions/checkout@v5
30+
uses: actions/checkout@v6
3131
with:
3232
fetch-depth: 0
3333
token: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)