Skip to content

Commit d314ea0

Browse files
Bump actions/checkout from 4.1.1 to 6.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.1...8e8c483) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9e7b33d commit d314ea0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
language: [actions]
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
25+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
2626
- name: Initialize CodeQL
2727
uses: github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3
2828
with:

.github/workflows/mirror.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
echo "${{ env.GITLAB_HOST_KEY }}" >> ~/.ssh/known_hosts
3434
chmod 600 ~/.ssh/known_hosts
3535
36-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3737
with:
3838
fetch-depth: 0
3939

@@ -58,7 +58,7 @@ jobs:
5858
echo "${{ env.CODEBERG_HOST_KEY }}" >> ~/.ssh/known_hosts
5959
chmod 600 ~/.ssh/known_hosts
6060
61-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
61+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6262
with:
6363
fetch-depth: 0
6464

@@ -83,7 +83,7 @@ jobs:
8383
echo "${{ env.BITBUCKET_HOST_KEY }}" >> ~/.ssh/known_hosts
8484
chmod 600 ~/.ssh/known_hosts
8585
86-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
86+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
8787
with:
8888
fetch-depth: 0
8989

0 commit comments

Comments
 (0)