Skip to content

Commit 57c049a

Browse files
Update actions/checkout action to v6.0.1
1 parent 30370e9 commit 57c049a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
# yamllint enable rule:line-length
7272
steps:
7373
- name: Checkout repository
74-
uses: actions/checkout@v6.0.0
74+
uses: actions/checkout@v6.0.1
7575

7676
- name: Check Tools
7777
run: |

.github/workflows/gitleaks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: gitleaks
2323
runs-on: ubuntu-24.04
2424
steps:
25-
- uses: actions/checkout@v6.0.0
25+
- uses: actions/checkout@v6.0.1
2626
with:
2727
fetch-depth: 0
2828
- uses: gitleaks/gitleaks-action@v2

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# Directory where build-wrapper output will be placed
1717
BUILD_WRAPPER_OUT_DIR: build
1818
steps:
19-
- uses: actions/checkout@v6.0.0
19+
- uses: actions/checkout@v6.0.1
2020
with:
2121
# Shallow clones should be disabled for a better relevancy of analysis
2222
fetch-depth: 0

0 commit comments

Comments
 (0)