Skip to content

Commit 08bb361

Browse files
Bump actions/checkout from 4.1.7 to 4.2.0 (#172)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@692973e...d632683) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4959ce0 commit 08bb361

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/test-action.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
permissions: {}
1616
name: Install Cosign and test presence in path
1717
steps:
18-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
18+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1919
- name: Install Cosign
2020
uses: ./
2121
- name: Check install!
@@ -39,7 +39,7 @@ jobs:
3939
permissions: {}
4040
name: Install existing release of Cosign and test presence in path
4141
steps:
42-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
42+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4343
- name: Install Cosign
4444
uses: sigstore/cosign-installer@dd6b2e2b610a11fd73dd187a43d57cc1394e35f9 # v3.0.5
4545
- name: Check install!
@@ -61,7 +61,7 @@ jobs:
6161
permissions: {}
6262
name: Install Custom Cosign and test presence in path
6363
steps:
64-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
64+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
6565
- name: Install Cosign
6666
uses: ./
6767
with:
@@ -86,7 +86,7 @@ jobs:
8686
permissions: {}
8787
name: Install Cosign v0.5.0 and test presence in path
8888
steps:
89-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
89+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
9090
- name: Install Cosign
9191
uses: ./
9292
with:
@@ -111,7 +111,7 @@ jobs:
111111
permissions: {}
112112
name: Install Cosign v0.6.0 and test presence in path
113113
steps:
114-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
114+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
115115
- name: Install Cosign
116116
uses: ./
117117
with:
@@ -137,7 +137,7 @@ jobs:
137137
permissions: {}
138138
name: Install Cosign v0.6.0 and test presence in path with pre installed libpcsclite1 package
139139
steps:
140-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
140+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
141141
- name: Install libpcsclite1
142142
run: |
143143
sudo apt-get update -q
@@ -165,7 +165,7 @@ jobs:
165165
permissions: {}
166166
name: Try to install a wrong Cosign
167167
steps:
168-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
168+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
169169
- name: Install Cosign
170170
uses: ./
171171
with:
@@ -180,7 +180,7 @@ jobs:
180180
permissions: {}
181181
name: Install Custom Cosign and test presence in path
182182
steps:
183-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
183+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
184184
- name: Install Cosign
185185
uses: ./
186186
with:
@@ -204,7 +204,7 @@ jobs:
204204
permissions: {}
205205
name: Install Custom Cosign and test presence in path with custom root dir
206206
steps:
207-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
207+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
208208
- name: Install Cosign
209209
uses: ./
210210
with:
@@ -235,7 +235,7 @@ jobs:
235235
- '1.22'
236236
name: Try to install cosign with go ${{ matrix.go_version }}
237237
steps:
238-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
238+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
239239
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
240240
with:
241241
go-version: ${{ matrix.go_version }}

0 commit comments

Comments
 (0)