File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 18
18
contents : write # needed for goreleaser to create the release
19
19
steps :
20
20
- name : Checkout
21
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
21
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
22
22
with :
23
23
fetch-depth : 0
24
24
Original file line number Diff line number Diff line change 15
15
os : [ubuntu-latest, windows-latest]
16
16
runs-on : ${{ matrix.os }}
17
17
steps :
18
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
18
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
19
19
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
20
20
with :
21
21
go-version : " 1.21"
26
26
run-linter :
27
27
runs-on : ubuntu-latest
28
28
steps :
29
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
29
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
30
30
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
31
31
with :
32
32
go-version : " 1.21"
37
37
check-scorecard-version :
38
38
runs-on : ubuntu-latest
39
39
steps :
40
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
40
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
41
41
- name : Run tests
42
42
run : make test/scorecard-version
43
43
env :
Original file line number Diff line number Diff line change 35
35
36
36
steps :
37
37
- name : Checkout repository
38
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
38
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
39
39
40
40
# Initializes the CodeQL tools for scanning.
41
41
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 19
19
id-token : write
20
20
steps :
21
21
- name : " Checkout code"
22
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
22
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
23
23
- name : " Run analysis"
24
24
uses : ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.0.0-alpha.2
25
25
with :
You can’t perform that action at this time.
0 commit comments