File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 34
34
35
35
# Linting
36
36
- name : Linting
37
- uses : golangci/golangci-lint-action@9551b25870123cbad297208ba05e4f0f2b0ffd59
37
+ uses : golangci/golangci-lint-action@c2427fec7902bf2304ba21394dce2ed2f2a6cb2c
38
38
with :
39
39
version : latest
40
40
args : --config=./.github/.golangci.yml ./...
Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ jobs:
35
35
36
36
# Initializes the CodeQL tools for scanning.
37
37
- name : Initialize CodeQL
38
- uses : github/codeql-action/init@362ef4ce205154842cd1d34794abd82bb8f12cd5
38
+ uses : github/codeql-action/init@d26c46acea4065b13fc57703621e0a7c8b9e836b
39
39
with :
40
40
languages : go
41
41
42
42
- name : Autobuild
43
- uses : github/codeql-action/autobuild@362ef4ce205154842cd1d34794abd82bb8f12cd5
43
+ uses : github/codeql-action/autobuild@d26c46acea4065b13fc57703621e0a7c8b9e836b
44
44
45
45
- name : Perform CodeQL Analysis
46
- uses : github/codeql-action/analyze@362ef4ce205154842cd1d34794abd82bb8f12cd5
46
+ uses : github/codeql-action/analyze@d26c46acea4065b13fc57703621e0a7c8b9e836b
Original file line number Diff line number Diff line change 43
43
persist-credentials : false
44
44
45
45
- name : " Run analysis"
46
- uses : ossf/scorecard-action@15bc21f12b2fbbb36fa93d5f2e786f6b18ffe048
46
+ uses : ossf/scorecard-action@405dced65a1dcc6bc335115002f0690b1f1e49bb
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@362ef4ce205154842cd1d34794abd82bb8f12cd5
72
+ uses : github/codeql-action/upload-sarif@d26c46acea4065b13fc57703621e0a7c8b9e836b
73
73
with :
74
74
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments