Skip to content

Commit dfcecd1

Browse files
Bump actions/checkout from 7.0.0 to 7.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@9c091bb...3d3c42e) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8083ec1 commit dfcecd1

3 files changed

Lines changed: 19 additions & 19 deletions

File tree

.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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
22+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2323
with:
2424
persist-credentials: false
2525
fetch-depth: 0

.github/workflows/Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout repo
32-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
32+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3333
with:
3434
persist-credentials: false
3535

.github/workflows/TestWorkflow.yml

Lines changed: 17 additions & 17 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
56+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5757
with:
5858
persist-credentials: false
5959
- name: Action-Test
@@ -81,7 +81,7 @@ jobs:
8181
steps:
8282
# Need to check out as part of the test, as it's a local action
8383
- name: Checkout repo
84-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
84+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
8585
with:
8686
persist-credentials: false
8787
# A bare version must resolve to that EXACT version (not "minimum inclusive"), which
@@ -107,7 +107,7 @@ jobs:
107107
steps:
108108
# Need to check out as part of the test, as it's a local action
109109
- name: Checkout repo
110-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
110+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
111111
with:
112112
persist-credentials: false
113113
# A bounded range must resolve to a version inside the range. PSResourceGet resolves a range to
@@ -133,7 +133,7 @@ jobs:
133133
steps:
134134
# Need to check out as part of the test, as it's a local action
135135
- name: Checkout repo
136-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
136+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
137137
with:
138138
persist-credentials: false
139139
# A minimum-inclusive range must resolve to a version >= the lower bound.
@@ -158,7 +158,7 @@ jobs:
158158
steps:
159159
# Need to check out as part of the test, as it's a local action
160160
- name: Checkout repo
161-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
161+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
162162
with:
163163
persist-credentials: false
164164
# Pre-install a version that satisfies the range requested below.
@@ -193,7 +193,7 @@ jobs:
193193
steps:
194194
# Need to check out as part of the test, as its a local action
195195
- name: Checkout repo
196-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
196+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
197197
with:
198198
persist-credentials: false
199199
# # Not a supported way of running the action
@@ -269,7 +269,7 @@ jobs:
269269
steps:
270270
# Need to check out as part of the test, as its a local action
271271
- name: Checkout repo
272-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
272+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
273273
with:
274274
persist-credentials: false
275275
- name: Action-Test
@@ -451,7 +451,7 @@ jobs:
451451
steps:
452452
# Need to check out as part of the test, as its a local action
453453
- name: Checkout repo
454-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
454+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
455455
with:
456456
persist-credentials: false
457457
- name: Action-Test
@@ -515,7 +515,7 @@ jobs:
515515
steps:
516516
# Need to check out as part of the test, as its a local action
517517
- name: Checkout repo
518-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
518+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
519519
with:
520520
persist-credentials: false
521521
- name: Action-Test
@@ -535,7 +535,7 @@ jobs:
535535
steps:
536536
# Need to check out as part of the test, as its a local action
537537
- name: Checkout repo
538-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
538+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
539539
with:
540540
persist-credentials: false
541541
- 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
566+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
567567
with:
568568
persist-credentials: false
569569
- name: Action-Test
@@ -591,7 +591,7 @@ jobs:
591591
steps:
592592
# Need to check out as part of the test, as its a local action
593593
- name: Checkout repo
594-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
594+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
595595
with:
596596
persist-credentials: false
597597
- name: Action-Test
@@ -619,7 +619,7 @@ jobs:
619619
steps:
620620
# Need to check out as part of the test, as its a local action
621621
- name: Checkout repo
622-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
622+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
623623
with:
624624
persist-credentials: false
625625
- name: Action-Test
@@ -656,7 +656,7 @@ jobs:
656656
steps:
657657
# Need to check out as part of the test, as its a local action
658658
- name: Checkout repo
659-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
659+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
660660
with:
661661
persist-credentials: false
662662
- name: Action-Test
@@ -694,7 +694,7 @@ jobs:
694694
steps:
695695
# Need to check out as part of the test, as its a local action
696696
- name: Checkout repo
697-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
697+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
698698
with:
699699
persist-credentials: false
700700
# Login to Azure to enable KeyVault access
@@ -745,7 +745,7 @@ jobs:
745745
steps:
746746
# Need to check out as part of the test, as its a local action
747747
- name: Checkout repo
748-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
748+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
749749
with:
750750
persist-credentials: false
751751
# Login to Azure to enable KeyVault access
@@ -795,7 +795,7 @@ jobs:
795795
steps:
796796
# Need to check out as part of the test, as its a local action
797797
- name: Checkout repo
798-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
798+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
799799
with:
800800
persist-credentials: false
801801
- name: Action-Test with PreserveCredentials false

0 commit comments

Comments
 (0)