Skip to content

Commit f16710c

Browse files
Bump actions/checkout from 5.0.1 to 6.0.0 (#770)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@93cb6ef...1af3b93) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 67992df commit f16710c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
5353
steps:
5454
- name: Checkout repository
55-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
55+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
5656

5757
# Add any setup steps before running the `github/codeql-action/init` action.
5858
# This includes steps like installing compilers or runtimes (`actions/setup-node`

.github/workflows/publish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
versionType: ${{ steps.version.outputs.versionType }}
1818
fullVersion: ${{ steps.version.outputs.fullVersion }}
1919
steps:
20-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
20+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2121
- name: setup java
2222
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # tag=v3
2323
with:
@@ -41,7 +41,7 @@ jobs:
4141
if: needs.prepare.outputs.versionType == 'SNAPSHOT'
4242
environment: snapshots
4343
steps:
44-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
44+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
4545
- uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # tag=v3
4646
with:
4747
distribution: 'temurin'
@@ -61,7 +61,7 @@ jobs:
6161
if: needs.prepare.outputs.versionType == 'MILESTONE'
6262
environment: releases
6363
steps:
64-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
64+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
6565
- uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # tag=v3
6666
with:
6767
distribution: 'temurin'
@@ -83,7 +83,7 @@ jobs:
8383
if: needs.prepare.outputs.versionType == 'RELEASE'
8484
environment: releases
8585
steps:
86-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
86+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
8787
- uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # tag=v3
8888
with:
8989
distribution: 'temurin'
@@ -121,7 +121,7 @@ jobs:
121121
permissions:
122122
contents: write
123123
steps:
124-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
124+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
125125
- name: tag
126126
#specifics: no v prefix for the tag
127127
run: |
@@ -137,7 +137,7 @@ jobs:
137137
permissions:
138138
contents: write
139139
steps:
140-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
140+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
141141
- name: tag
142142
#specifics: no v prefix for the tag
143143
run: |

0 commit comments

Comments
 (0)