Skip to content

Commit 6afcbe9

Browse files
chore(ci): bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9d109ad commit 6afcbe9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/analyze.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: 'ubuntu-latest'
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v6
26+
uses: actions/checkout@v7
2727
with:
2828
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of sonar analysis
2929

@@ -44,7 +44,7 @@ jobs:
4444
runs-on: 'ubuntu-latest'
4545
steps:
4646
- name: Checkout repository
47-
uses: actions/checkout@v6
47+
uses: actions/checkout@v7
4848
with:
4949
# We must fetch at least the immediate parents so that if this is a pull request then we can check out the head.
5050
fetch-depth: 2

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
java: ['8', '11', '17', '21', '25']
2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v6
23+
uses: actions/checkout@v7
2424

2525
- name: Set up Java ${{ matrix.java }}
2626
uses: actions/setup-java@v5

0 commit comments

Comments
 (0)