Skip to content

Commit 9e3a652

Browse files
authored
Merge pull request #212 from sebasbaumh/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 409ab50 + 9bb4319 commit 9e3a652

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql-analysis.yml

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

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v5
41+
uses: actions/checkout@v6
4242

4343
# setup Java 17 using Eclipse Temurin/Adoptium
4444
- uses: actions/setup-java@v5

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v5
10+
- uses: actions/checkout@v6
1111
with:
1212
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
1313
- name: Set up JDK 17

0 commit comments

Comments
 (0)