Skip to content

Commit 6a7bd25

Browse files
Bump actions/checkout from 6.0.0 to 6.0.1
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]>
1 parent 8b9d273 commit 6a7bd25

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

.github/workflows/Auto-Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout Code
29-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
29+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
3030
with:
3131
persist-credentials: false
3232

.github/workflows/Linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout repo
22-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
22+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2323
with:
2424
persist-credentials: false
2525
fetch-depth: 0

.github/workflows/TestWorkflow.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
steps:
5454
# Need to check out as part of the test, as its a local action
5555
- name: Checkout repo
56-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
56+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
5757
with:
5858
persist-credentials: false
5959
- name: Action-Test
@@ -77,7 +77,7 @@ jobs:
7777
steps:
7878
# Need to check out as part of the test, as its a local action
7979
- name: Checkout repo
80-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
80+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
8181
with:
8282
persist-credentials: false
8383
# # Not a supported way of running the action
@@ -146,7 +146,7 @@ jobs:
146146
steps:
147147
# Need to check out as part of the test, as its a local action
148148
- name: Checkout repo
149-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
149+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
150150
with:
151151
persist-credentials: false
152152
- name: Action-Test
@@ -327,7 +327,7 @@ jobs:
327327
steps:
328328
# Need to check out as part of the test, as its a local action
329329
- name: Checkout repo
330-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
330+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
331331
with:
332332
persist-credentials: false
333333
- name: Action-Test
@@ -390,7 +390,7 @@ jobs:
390390
steps:
391391
# Need to check out as part of the test, as its a local action
392392
- name: Checkout repo
393-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
393+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
394394
with:
395395
persist-credentials: false
396396
- name: Action-Test
@@ -409,7 +409,7 @@ jobs:
409409
steps:
410410
# Need to check out as part of the test, as its a local action
411411
- name: Checkout repo
412-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
412+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
413413
with:
414414
persist-credentials: false
415415
- name: Action-Test
@@ -436,7 +436,7 @@ jobs:
436436
steps:
437437
# Need to check out as part of the test, as its a local action
438438
- name: Checkout repo
439-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
439+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
440440
with:
441441
persist-credentials: false
442442
- name: Action-Test
@@ -463,7 +463,7 @@ jobs:
463463
steps:
464464
# Need to check out as part of the test, as its a local action
465465
- name: Checkout repo
466-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
466+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
467467
with:
468468
persist-credentials: false
469469
- name: Action-Test
@@ -490,7 +490,7 @@ jobs:
490490
steps:
491491
# Need to check out as part of the test, as its a local action
492492
- name: Checkout repo
493-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
493+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
494494
with:
495495
persist-credentials: false
496496
- name: Action-Test
@@ -526,7 +526,7 @@ jobs:
526526
steps:
527527
# Need to check out as part of the test, as its a local action
528528
- name: Checkout repo
529-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
529+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
530530
with:
531531
persist-credentials: false
532532
- name: Action-Test
@@ -563,7 +563,7 @@ jobs:
563563
steps:
564564
# Need to check out as part of the test, as its a local action
565565
- name: Checkout repo
566-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
566+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
567567
with:
568568
persist-credentials: false
569569
# Login to Azure to enable KeyVault access
@@ -613,7 +613,7 @@ jobs:
613613
steps:
614614
# Need to check out as part of the test, as its a local action
615615
- name: Checkout repo
616-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
616+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
617617
with:
618618
persist-credentials: false
619619
# Login to Azure to enable KeyVault access
@@ -662,7 +662,7 @@ jobs:
662662
steps:
663663
# Need to check out as part of the test, as its a local action
664664
- name: Checkout repo
665-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
665+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
666666
with:
667667
persist-credentials: false
668668
- name: Action-Test with PreserveCredentials false

0 commit comments

Comments
 (0)