Skip to content

Commit 4fb9a3c

Browse files
authored
Merge pull request #395 from OWASP-Benchmark/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 1253554 + f0de687 commit 4fb9a3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

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

2828
steps:
2929
- name: Checkout repository
30-
uses: actions/checkout@v5
30+
uses: actions/checkout@v6
3131
# Get full history for spotless ratchetFrom
3232
with:
3333
fetch-depth: 0

.github/workflows/maven.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@v6
1212
with:
1313
fetch-depth: 0
1414
- name: Set up JDK 17

0 commit comments

Comments
 (0)