Skip to content

Commit 76ae66c

Browse files
dependabot[bot]lfit.gh2gerrit
authored andcommitted
Chore(deps): Bump actions/checkout from 6.0.0 to 6.0.1
Bumps actions/checkout from 6.0.0 to 6.0.1. ## Release notes Sourced from actions/checkout's releases. v6.0.1 What's Changed Update all references from v5 and v4 to v6 by @​ericsciple in actions/checkout#2314 Add worktree support for persist-credentials includeIf by @​ericsciple in actions/checkout#2327 Clarify v6 README by @​ericsciple in actions/checkout#2328 Full Changelog: actions/checkout@v6...v6.0.1 ## Commits 8e8c483 Clarify v6 README (#2328) 033fa0d Add worktree support for persist-credentials includeIf (#2327) c2d88d3 Update all references from v5 and v4 to v6 (#2314) See full diff in compare view ![Dependabot compatibility score](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: lfit.gh2gerrit <releng+lfit-gh2gerrit@linuxfoundation.org> Change-Id: Ia83be3f7b50d7dce542d457c529f9ac7724e6094 GitHub-PR: #29 GitHub-Hash: 29d98814381aaae4
1 parent 8daa299 commit 76ae66c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- name: Checkout repository
3232
# yamllint disable-line rule:line-length
33-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
33+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3434

3535
# Initializes the CodeQL tools for scanning.
3636
- name: Initialize CodeQL

.github/workflows/github2gerrit.yaml

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

4848
- name: 'Checkout repository'
4949
# yamllint disable-line rule:line-length
50-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
50+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5151
with:
5252
fetch-depth: 10
5353
ref: ${{ github.event.pull_request.head.sha || github.sha }}

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
### BUILDING ###
2222
- name: Checkout repository
2323
# yamllint disable-line rule:line-length
24-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
24+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2525

2626
- name: Configure Python
2727
# yamllint disable-line rule:line-length
@@ -59,7 +59,7 @@ jobs:
5959
### BUILDING ###
6060
- name: Checkout repository
6161
# yamllint disable-line rule:line-length
62-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
62+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6363

6464
- name: Configure Python
6565
# yamllint disable-line rule:line-length

0 commit comments

Comments
 (0)