Skip to content

Commit 49b663b

Browse files
fix(ci): bump actions/checkout from 4.2.2 to 6.0.2 (#231)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4.2.2...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 06bfc6a commit 49b663b

7 files changed

Lines changed: 7 additions & 7 deletions

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v6
17+
- uses: actions/checkout@v6.0.2
1818

1919
- name: Set up Node.js
2020
uses: actions/setup-node@v6

.github/workflows/official-build.yml

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

1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v6
20+
uses: actions/checkout@v6.0.2
2121

2222
- name: Extract branch name
2323
shell: bash

.github/workflows/on-push-verification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323

2424
# Checkout your code repository to scan
25-
- uses: actions/checkout@v6
25+
- uses: actions/checkout@v6.0.2
2626

2727
# Run analyzers
2828
- uses: ./

.github/workflows/sample-workflow.yml

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

2222
# Checkout your code repository to scan
23-
- uses: actions/checkout@v6
23+
- uses: actions/checkout@v6.0.2
2424

2525
# Run analyzers
2626
- name: Run Microsoft Security DevOps Analysis

.github/workflows/self-hosted-validation-v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515

1616
# Checkout your code repository to scan
17-
- uses: actions/checkout@v6
17+
- uses: actions/checkout@v6.0.2
1818

1919
# Run MSDO v1
2020
- name: Run MSDO

.github/workflows/self-hosted-validation-v2.yml

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

1717
steps:
1818

19-
- uses: actions/checkout@v6
19+
- uses: actions/checkout@v6.0.2
2020

2121
- name: Run Defender CLI - Image Scan
2222
uses: ./v2/

.github/workflows/toolchain-version-probe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525

2626
steps:
27-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2828

2929
# Run MSDO — scan may find nothing (no real targets), that's fine.
3030
# Side effect: Guardian downloads all tool packages into _msdo/packages/nuget/.

0 commit comments

Comments
 (0)