Skip to content

Commit 4079ad3

Browse files
Bump actions/checkout from 3.2.0 to 3.3.0 (#107)
1 parent 55fd288 commit 4079ad3

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@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
18+
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.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@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
42+
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.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@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
64+
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.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@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
89+
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.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@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
115+
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.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@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
143+
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.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@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
158+
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.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@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
182+
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.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@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
208+
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
209209
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
210210
with:
211211
go-version: ${{ matrix.go_version }}

0 commit comments

Comments
 (0)