Skip to content

Commit

Permalink
Update test-action.yml
Browse files Browse the repository at this point in the history
Make sure that all actions are using commit hashes.

Signed-off-by: Jauder Ho <jauderho@users.noreply.github.com>
  • Loading branch information
jauderho committed Feb 6, 2022
1 parent 504d341 commit 1c514f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ jobs:
statuses: none
name: Try to install cosign with go
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2
- uses: actions/setup-go@424fc82d43fa5a37540bae62709ddcc23d9520d4 # v2
with:
go-version: '1.17.x'
- name: Install Cosign
Expand Down

0 comments on commit 1c514f2

Please sign in to comment.