Skip to content

Commit 8348525

Browse files
Bump actions/checkout from 3.4.0 to 3.5.0 (#116)
1 parent 00bf136 commit 8348525

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/test-action.yml

Lines changed: 9 additions & 9 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@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
18+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.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@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
42+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
4343
- name: Install Cosign
4444
uses: sigstore/cosign-installer@9becc617647dfa20ae7b1151972e9b3a2c338a2b # v2.8.1
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@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
64+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
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@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
89+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
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@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
115+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
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@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
143+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
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@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
158+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
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@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
182+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
183183
- name: Install Cosign
184184
uses: ./
185185
with:
@@ -205,7 +205,7 @@ jobs:
205205
go_version: ['1.18', '1.19']
206206
name: Try to install cosign with go ${{ matrix.go_version }}
207207
steps:
208-
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0
208+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
209209
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
210210
with:
211211
go-version: ${{ matrix.go_version }}

0 commit comments

Comments
 (0)