Skip to content

Commit 310cbda

Browse files
dependabot[bot]marcwrobel
authored andcommitted
Bump actions/checkout from 4.1.7 to 4.2.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@692973e...11bd719) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fe60b48 commit 310cbda

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: .github/workflows/analyze.yml

+2-2
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
26+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2727
with:
2828
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of sonar analysis
2929

@@ -57,7 +57,7 @@ jobs:
5757
runs-on: 'ubuntu-latest'
5858
steps:
5959
- name: Checkout repository
60-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
60+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6161
with:
6262
# We must fetch at least the immediate parents so that if this is a pull request then we can check out the head.
6363
fetch-depth: 2

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
java: ['8', '11', '17', '21']
2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
23+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2424

2525
- name: Set up Java ${{ matrix.java }}
2626
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1919
- Bump com.google.guava:guava from 32.1.3 to 33.3.0 (#378, #390, #398, #403, #420).
2020
- Bump actions/setup-java from 3.13.0 to 4.5.0 (#374, #389, #416, #425, #444).
2121
- Bump actions/cache from 3.3.2 to 4.2.0 (#381, #385, #391, #455).
22-
- Bump actions/checkout from 4.1.1 to 4.1.7 (#387, #397, #400, #407).
22+
- Bump actions/checkout from 4.1.1 to 4.2.2 (#387, #397, #400, #407, #443).
2323
- Bump github/codeql-action from 2.13.4 to 3.27.6 (#401, #409, #417, #427, #454).
2424

2525
### Thanks

0 commit comments

Comments
 (0)