Skip to content

Commit 8c9caa0

Browse files
Bump actions/checkout from 4.1.3 to 4.1.4 (#162)
1 parent 19351d0 commit 8c9caa0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/test-action.yml

+9-9
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
18+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
42+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
64+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
6565
- name: Install Cosign
6666
uses: ./
6767
with:
@@ -86,7 +86,7 @@ jobs:
8686
permissions: {}
8787
name: Install Cosign v0.6.0 and test presence in path
8888
steps:
89-
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
89+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
9090
- name: Install Cosign
9191
uses: ./
9292
with:
@@ -112,7 +112,7 @@ jobs:
112112
permissions: {}
113113
name: Install Cosign v0.6.0 and test presence in path with pre installed libpcsclite1 package
114114
steps:
115-
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
115+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
116116
- name: Install libpcsclite1
117117
run: |
118118
sudo apt-get update -q
@@ -140,7 +140,7 @@ jobs:
140140
permissions: {}
141141
name: Try to install a wrong Cosign
142142
steps:
143-
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
143+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
144144
- name: Install Cosign
145145
uses: ./
146146
with:
@@ -155,7 +155,7 @@ jobs:
155155
permissions: {}
156156
name: Install Custom Cosign and test presence in path
157157
steps:
158-
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
158+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
159159
- name: Install Cosign
160160
uses: ./
161161
with:
@@ -179,7 +179,7 @@ jobs:
179179
permissions: {}
180180
name: Install Custom Cosign and test presence in path with custom root dir
181181
steps:
182-
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
182+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
183183
- name: Install Cosign
184184
uses: ./
185185
with:
@@ -210,7 +210,7 @@ jobs:
210210
- '1.22'
211211
name: Try to install cosign with go ${{ matrix.go_version }}
212212
steps:
213-
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
213+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
214214
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
215215
with:
216216
go-version: ${{ matrix.go_version }}

0 commit comments

Comments
 (0)