This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Commit 12871b4 1 parent 0923a5b commit 12871b4 Copy full SHA for 12871b4
File tree 6 files changed +8
-8
lines changed
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 25
25
language : ['go']
26
26
steps :
27
27
- name : Checkout repository
28
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # ratchet:actions/checkout@v3
28
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # ratchet:actions/checkout@v3
29
29
- name : Initialize CodeQL
30
30
uses : github/codeql-action/init@v2 # ratchet:exclude
31
31
with :
Original file line number Diff line number Diff line change 7
7
name : lint
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # ratchet:actions/checkout@v3
10
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # ratchet:actions/checkout@v3
11
11
# wait for support go 1.18: https://github.com/golangci/golangci-lint/issues/2649.
12
12
- uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # ratchet:actions/setup-go@v3
13
13
with :
Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-20.04
20
20
steps :
21
21
- name : Checkout Code
22
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # ratchet:actions/checkout@v3
22
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # ratchet:actions/checkout@v3
23
23
- name : Authenticate to Google Cloud
24
24
uses :
google-github-actions/auth@e8df18b60c5dd38ba618c121b779307266153fbf # ratchet:google-github-actions/[email protected]
25
25
id : google
Original file line number Diff line number Diff line change 22
22
outputs :
23
23
version : ${{ steps.set-version.outputs.version }}
24
24
steps :
25
- - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
25
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # ratchet:actions/checkout@v3
26
26
- name : set version
27
27
id : set-version
28
28
run : |
31
31
test :
32
32
runs-on : ubuntu-20.04
33
33
steps :
34
- - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
34
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # ratchet:actions/checkout@v3
35
35
- uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # ratchet:actions/setup-go@v3
36
36
with :
37
37
go-version-file : ./go.mod
50
50
runs-on : ubuntu-20.04
51
51
steps :
52
52
- name : Checkout latest code
53
- uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
53
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # ratchet:actions/checkout@v3
54
54
with :
55
55
fetch-depth : 0
56
56
- name : Set up Go
Original file line number Diff line number Diff line change 18
18
codeql-analysis.yml
19
19
]
20
20
steps :
21
- - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
21
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
22
22
- name : Check if ${{matrix.asset}} is pinned
23
23
uses : ' docker://ghcr.io/sethvargo/ratchet@sha256:e5b2409be0d1c82c71a6e60c49027e539f4c90636529e4f8b5c25a68b68a36d4' # ratchet:docker://ghcr.io/sethvargo/ratchet:0.3.0
24
24
with :
Original file line number Diff line number Diff line change 18
18
steps :
19
19
- run : echo 'The triggering workflow passed'
20
20
- name : Checkout Code
21
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # ratchet:actions/checkout@v3
21
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # ratchet:actions/checkout@v3
22
22
# For demonstration purpose
23
23
# Credentials needed to authenticate to google kms and sign image.
24
24
- name : Authenticate to Google Cloud
You can’t perform that action at this time.
0 commit comments