Skip to content

Commit bcdaaec

Browse files
Bump actions/checkout from 6.0.0 to 6.0.1 (#312)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 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@1af3b93...8e8c483) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 39882aa commit bcdaaec

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
github.com:443
3535

3636
- name: Checkout Code
37-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v2.4.0
37+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v2.4.0
3838
with:
3939
# Full git history is needed to get a proper list of changed files within `super-linter`
4040
fetch-depth: 0

.github/workflows/gitlabsync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
github.com:443
2525
gitlab.com:443
2626

27-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v2
27+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v2
2828
with:
2929
fetch-depth: 0
3030

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
zrdfepirv2blaprdstr01a.blob.core.windows.net:443
4141

4242
- name: Checkout Code
43-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v2
43+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v2
4444
with:
4545
# Full git history is needed to get a proper list of changed files within `super-linter`
4646
fetch-depth: 0

.github/workflows/powershell-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
egress-policy: audit
3232

33-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v2
33+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v2
3434

3535
- name: Run PSScriptAnalyzer
3636
uses: microsoft/psscriptanalyzer-action@6b2948b1944407914a58661c49941824d149734f

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
www.bestpractices.dev:443
4848

4949
- name: "Checkout code"
50-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v2.4.0
50+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v2.4.0
5151
with:
5252
persist-credentials: false
5353

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
metrics.semgrep.dev:443
2424
semgrep.dev:443
2525

26-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v2
26+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v2
2727

2828
- uses: returntocorp/semgrep-action@713efdd345f3035192eaa63f56867b88e63e4e5d # v1
2929
with:

0 commit comments

Comments
 (0)