File tree 3 files changed +11
-11
lines changed
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 12
12
name : Lint
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : step-security/harden-runner@6d3c2fe731c8f225990c8018cb71c337c0d9dfcd
15
+ - uses : step-security/harden-runner@29e9ae12297382bde04e940b27e0638029f9f3cd
16
16
with :
17
17
disable-sudo : true
18
18
egress-policy : block
34
34
35
35
# Linting
36
36
- name : Linting
37
- uses : golangci/golangci-lint-action@66f63c74bb4cdd7d445cb7c8c18dee38449cb1c5
37
+ uses : golangci/golangci-lint-action@d09fb0808ae08b4310fe3140992ba2475deac1c0
38
38
with :
39
39
version : latest
40
40
args : --config=./.github/.golangci.yml ./...
48
48
matrix :
49
49
go : [ '1.22', '1.21' ]
50
50
steps :
51
- - uses : step-security/harden-runner@6d3c2fe731c8f225990c8018cb71c337c0d9dfcd
51
+ - uses : step-security/harden-runner@29e9ae12297382bde04e940b27e0638029f9f3cd
52
52
with :
53
53
disable-sudo : true
54
54
egress-policy : block
75
75
name : Analyze
76
76
runs-on : ubuntu-latest
77
77
steps :
78
- - uses : step-security/harden-runner@6d3c2fe731c8f225990c8018cb71c337c0d9dfcd
78
+ - uses : step-security/harden-runner@29e9ae12297382bde04e940b27e0638029f9f3cd
79
79
with :
80
80
disable-sudo : true
81
81
egress-policy : block
@@ -106,7 +106,7 @@ jobs:
106
106
107
107
# Codecov
108
108
- name : Codecov
109
- uses : codecov/codecov-action@893cfea3da0870ceb77096be8b5fe014720f3c32
109
+ uses : codecov/codecov-action@543b309c018563d55ed130e7a261ec4c9dac7a10
110
110
env :
111
111
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
112
112
with :
Original file line number Diff line number Diff line change 23
23
fail-fast : false
24
24
25
25
steps :
26
- - uses : step-security/harden-runner@6d3c2fe731c8f225990c8018cb71c337c0d9dfcd
26
+ - uses : step-security/harden-runner@29e9ae12297382bde04e940b27e0638029f9f3cd
27
27
with :
28
28
disable-sudo : true
29
29
egress-policy : block
@@ -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@7adf9ac915317792cbeaf8d9c9fa80f2dbacfd48
38
+ uses : github/codeql-action/init@be825d5eefdb0c498fa30c4b57ec0690b4d0cecb
39
39
with :
40
40
languages : go
41
41
42
42
- name : Autobuild
43
- uses : github/codeql-action/autobuild@7adf9ac915317792cbeaf8d9c9fa80f2dbacfd48
43
+ uses : github/codeql-action/autobuild@be825d5eefdb0c498fa30c4b57ec0690b4d0cecb
44
44
45
45
- name : Perform CodeQL Analysis
46
- uses : github/codeql-action/analyze@7adf9ac915317792cbeaf8d9c9fa80f2dbacfd48
46
+ uses : github/codeql-action/analyze@be825d5eefdb0c498fa30c4b57ec0690b4d0cecb
Original file line number Diff line number Diff line change 22
22
id-token : write
23
23
24
24
steps :
25
- - uses : step-security/harden-runner@6d3c2fe731c8f225990c8018cb71c337c0d9dfcd
25
+ - uses : step-security/harden-runner@29e9ae12297382bde04e940b27e0638029f9f3cd
26
26
with :
27
27
disable-sudo : true
28
28
egress-policy : block
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@7adf9ac915317792cbeaf8d9c9fa80f2dbacfd48
72
+ uses : github/codeql-action/upload-sarif@be825d5eefdb0c498fa30c4b57ec0690b4d0cecb
73
73
with :
74
74
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments