Skip to content

Commit eb87c89

Browse files
authored
Merge pull request #349 from OWASP-Benchmark/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 177d79d + 87aad45 commit eb87c89

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@v4
30+
uses: actions/checkout@v5
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@v4
11+
- uses: actions/checkout@v5
1212
with:
1313
fetch-depth: 0
1414
- name: Set up JDK 11

0 commit comments

Comments
 (0)