Skip to content

Commit 7553fb4

Browse files
Bump actions/checkout from 6 to 6.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ffe955f commit 7553fb4

31 files changed

Lines changed: 34 additions & 34 deletions

.github/workflows/SDK-Suppressions-Label.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-24.04
2424
steps:
2525
- name: Checkout code
26-
uses: actions/checkout@v6
26+
uses: actions/checkout@v6.0.2
2727
with:
2828
# Required since "HEAD^" is passed to Get-ChangedFiles
2929
fetch-depth: 2

.github/workflows/_reusable-eng-tools-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- if: runner.os == 'Windows'
3636
run: git config --global core.longpaths true
3737

38-
- uses: actions/checkout@v6
38+
- uses: actions/checkout@v6.0.2
3939
with:
4040
sparse-checkout: |
4141
.github

.github/workflows/_reusable-set-check-status.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# For workflows that are triggered by the pull_request_target event, the workflow runs in the
4545
# context of the base of the pull request. You should make sure that you do not check out,
4646
# build, or run untrusted code from the head of the pull request.
47-
- uses: actions/checkout@v6
47+
- uses: actions/checkout@v6.0.2
4848
with:
4949
# Only needs .github folder for automation, not the files in the PR (analyzed in a
5050
# separate workflow).

.github/workflows/arm-auto-signoff-code.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-24.04
2727

2828
steps:
29-
- uses: actions/checkout@v6
29+
- uses: actions/checkout@v6.0.2
3030
with:
3131
# We compare HEAD (PR merge commit) against HEAD^ (base) via git diff,
3232
# so we only need enough history to include the merge commit and its parent.

.github/workflows/arm-auto-signoff-status.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# For workflows that are triggered by the pull_request_target event, the workflow runs in the
6060
# context of the base of the pull request. You should make sure that you do not check out,
6161
# build, or run untrusted code from the head of the pull request.
62-
- uses: actions/checkout@v6
62+
- uses: actions/checkout@v6.0.2
6363
with:
6464
# Only needs .github folder for automation, not the files in the PR (analyzed in a
6565
# separate workflow).

.github/workflows/arm-lease-validation.yaml

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

2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@v6
29+
uses: actions/checkout@v6.0.2
3030
with:
3131
fetch-depth: 2
3232

.github/workflows/arm-modeling-review.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-24.04
3434
steps:
3535
- name: Checkout repository
36-
uses: actions/checkout@v6
36+
uses: actions/checkout@v6.0.2
3737
with:
3838
fetch-depth: 2
3939

.github/workflows/avocado-code.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-24.04
2121

2222
steps:
23-
- uses: actions/checkout@v6
23+
- uses: actions/checkout@v6.0.2
2424
with:
2525
# Must include all branches, for git branch logic in Avocado to work correctly
2626
fetch-depth: 0

.github/workflows/breaking-change-add-label-artifacts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# For workflows that are triggered by the pull_request_target event, the workflow runs in the
2727
# context of the base of the pull request. You should make sure that you do not check out,
2828
# build, or run untrusted code from the head of the pull request.
29-
- uses: actions/checkout@v6
29+
- uses: actions/checkout@v6.0.2
3030
with:
3131
# Only needs .github folder for automation, not the files in the PR (analyzed in a
3232
# separate workflow).

.github/workflows/breaking-change-code.yaml

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

2121
steps:
2222
- name: Checkout repo
23-
uses: actions/checkout@v6
23+
uses: actions/checkout@v6.0.2
2424
with:
2525
fetch-depth: 0
2626

0 commit comments

Comments
 (0)