Skip to content

Commit 1d184da

Browse files
dependabot[bot]akurtakov
authored andcommitted
Bump actions/checkout from 4.3.0 to 5.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.3.0 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@08eba0b...08c6903) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9743f2b commit 1d184da

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

.github/workflows/checkDependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
outputs:
4141
bundles: ${{ steps.list-bundles.outputs.bundles }}
4242
steps:
43-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
43+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4444
with:
4545
fetch-depth: 0
4646
ref: master
@@ -73,7 +73,7 @@ jobs:
7373
max-parallel: 1
7474
fail-fast: false
7575
steps:
76-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
76+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7777
with:
7878
fetch-depth: 0
7979
ref: master

.github/workflows/checkVersions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141

42-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
42+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4343
with:
4444
fetch-depth: 0 # required for jgit timestamp provider to work
4545

.github/workflows/cleanCode.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
outputs:
6868
bundles: ${{ steps.list-bundles.outputs.bundles }}
6969
steps:
70-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
70+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7171
with:
7272
fetch-depth: 0
7373
ref: ${{ inputs.branch }}
@@ -109,7 +109,7 @@ jobs:
109109
GH_TOKEN: ${{ secrets.token }}
110110
OWNER: ${{ github.repository_owner }}
111111
REPO: ${{ github.event.repository.name }}
112-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
112+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
113113
if: ${{ fromJson(steps.list-prs.outputs.prs)[9] == null }}
114114
with:
115115
fetch-depth: 0

.github/workflows/codeQLworkflow.yml

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

5252
steps:
5353
- name: Checkout repository
54-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
54+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5555
with:
5656
fetch-depth: 0 # required for jgit timestamp provider to work
5757
submodules: ${{ inputs.submodules }}

.github/workflows/mavenBuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
name: Verify ${{ matrix.config.name }}
5454
steps:
5555
- name: Checkout
56-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
56+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5757
with:
5858
fetch-depth: 0 # required for jgit timestamp provider to work
5959
submodules: ${{ inputs.submodules }}

.github/workflows/publishVersionCheckResults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
let artifact = allArtifacts.data.artifacts.find(artifact => artifact.name == 'versions-git-patch')
3737
return artifact?.id
3838
39-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
39+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4040
if: steps.search-patch.outputs.result
4141
with:
4242
ref: '${{ github.event.workflow_run.head_sha }}'

.github/workflows/updateTarget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
update:
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
28+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2929
with:
3030
fetch-depth: 0
3131
ref: ${{ inputs.branch }}

0 commit comments

Comments
 (0)