Skip to content

Commit 2966b23

Browse files
fix(ci): bump actions/checkout from 6.0.2 to 7.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 7.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v6.0.2...v7.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c0f7383 commit 2966b23

9 files changed

Lines changed: 13 additions & 13 deletions

.github/workflows/ci-doctor.lock.yml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.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.0.2
17+
- uses: actions/checkout@v7.0.1
1818

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

.github/workflows/msdo-breach-monitor.lock.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/msdo-issue-assistant.lock.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.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.0.2
20+
uses: actions/checkout@v7.0.1
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.0.2
25+
- uses: actions/checkout@v7.0.1
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.0.2
23+
- uses: actions/checkout@v7.0.1
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.0.2
17+
- uses: actions/checkout@v7.0.1
1818

1919
# Run MSDO v1
2020
- name: Run MSDO

.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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
27+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
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)