File tree 3 files changed +12
-12
lines changed
3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 24
24
raw.githubusercontent.com:443
25
25
26
26
- name : Checkout repo
27
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
27
+ uses : actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08
28
28
with :
29
29
fetch-depth : 0
30
30
- name : Setup Go
34
34
35
35
# Linting
36
36
- name : Linting
37
- uses : golangci/golangci-lint-action@9ec89731c3231147ae014c73448ce9a7240d661b
37
+ uses : golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86
38
38
with :
39
39
version : latest
40
40
args : --config=./.github/.golangci.yml ./...
59
59
sum.golang.org:443
60
60
61
61
- name : Checkout repo
62
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
62
+ uses : actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08
63
63
with :
64
64
fetch-depth : 0
65
65
- name : Setup Go
92
92
storage.googleapis.com:443
93
93
94
94
- name : Checkout repo
95
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
95
+ uses : actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08
96
96
with :
97
97
fetch-depth : 0
98
98
- name : Setup Go
@@ -106,7 +106,7 @@ jobs:
106
106
107
107
# Codecov
108
108
- name : Codecov
109
- uses : codecov/codecov-action@6f75c27045d2e068673192a87c7e9c3eebf59b2a
109
+ uses : codecov/codecov-action@922d8d7b314a529f2be903c1e79ee8283c492863
110
110
env :
111
111
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
112
112
with :
Original file line number Diff line number Diff line change @@ -31,16 +31,16 @@ jobs:
31
31
api.github.com:443 github.com:443 objects.githubusercontent.com:443 proxy.golang.org:443 storage.googleapis.com:443 sum.golang.org:443 uploads.github.com:443
32
32
33
33
- name : Checkout repository
34
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
34
+ uses : actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08
35
35
36
36
# Initializes the CodeQL tools for scanning.
37
37
- name : Initialize CodeQL
38
- uses : github/codeql-action/init@aa96d09e166ab0ac8dc304d5ca5e5a7296ed6dd6
38
+ uses : github/codeql-action/init@5cdd182212d3c2e1b78ee867e1dc499ddc60c0eb
39
39
with :
40
40
languages : go
41
41
42
42
- name : Autobuild
43
- uses : github/codeql-action/autobuild@aa96d09e166ab0ac8dc304d5ca5e5a7296ed6dd6
43
+ uses : github/codeql-action/autobuild@5cdd182212d3c2e1b78ee867e1dc499ddc60c0eb
44
44
45
45
- name : Perform CodeQL Analysis
46
- uses : github/codeql-action/analyze@aa96d09e166ab0ac8dc304d5ca5e5a7296ed6dd6
46
+ uses : github/codeql-action/analyze@5cdd182212d3c2e1b78ee867e1dc499ddc60c0eb
Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ jobs:
38
38
www.bestpractices.dev:443
39
39
40
40
- name : " Checkout code"
41
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
41
+ uses : actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08
42
42
with :
43
43
persist-credentials : false
44
44
45
45
- name : " Run analysis"
46
- uses : ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46
46
+ uses : ossf/scorecard-action@da912321c221fa09cefe31859ceaad00353c14f5
47
47
with :
48
48
results_file : results.sarif
49
49
results_format : sarif
69
69
70
70
# required for Code scanning alerts
71
71
- name : " Upload SARIF results to code scanning"
72
- uses : github/codeql-action/upload-sarif@aa96d09e166ab0ac8dc304d5ca5e5a7296ed6dd6
72
+ uses : github/codeql-action/upload-sarif@5cdd182212d3c2e1b78ee867e1dc499ddc60c0eb
73
73
with :
74
74
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments