File tree 3 files changed +13
-13
lines changed
3 files changed +13
-13
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@29e9ae12297382bde04e940b27e0638029f9f3cd
15
+ - uses : step-security/harden-runner@f0db2aa8a570959027d6be2a227028ad19fd9e8f
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@d09fb0808ae08b4310fe3140992ba2475deac1c0
37
+ uses : golangci/golangci-lint-action@9ec89731c3231147ae014c73448ce9a7240d661b
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@29e9ae12297382bde04e940b27e0638029f9f3cd
51
+ - uses : step-security/harden-runner@f0db2aa8a570959027d6be2a227028ad19fd9e8f
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@29e9ae12297382bde04e940b27e0638029f9f3cd
78
+ - uses : step-security/harden-runner@f0db2aa8a570959027d6be2a227028ad19fd9e8f
79
79
with :
80
80
disable-sudo : true
81
81
egress-policy : block
@@ -106,15 +106,15 @@ jobs:
106
106
107
107
# Codecov
108
108
- name : Codecov
109
- uses : codecov/codecov-action@e1b169f2838f7e502ad9f222fbc6ed3e2594e003
109
+ uses : codecov/codecov-action@6f75c27045d2e068673192a87c7e9c3eebf59b2a
110
110
env :
111
111
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
112
112
with :
113
113
file : .github/coverage.out
114
114
115
115
# Sonar
116
116
- name : SonarCloud Scan
117
- uses : SonarSource/sonarcloud-github-action@b7cc8bf2004f4a9ef190137d8831630e9ae5d2e7
117
+ uses : SonarSource/sonarcloud-github-action@f5003fc9688ade81ce47b57a3fa97a8d3f12de4c
118
118
env :
119
119
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
120
120
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
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@29e9ae12297382bde04e940b27e0638029f9f3cd
26
+ - uses : step-security/harden-runner@f0db2aa8a570959027d6be2a227028ad19fd9e8f
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@c2585eca08d6e40bf455acae5248e197cdd25de1
38
+ uses : github/codeql-action/init@aa96d09e166ab0ac8dc304d5ca5e5a7296ed6dd6
39
39
with :
40
40
languages : go
41
41
42
42
- name : Autobuild
43
- uses : github/codeql-action/autobuild@c2585eca08d6e40bf455acae5248e197cdd25de1
43
+ uses : github/codeql-action/autobuild@aa96d09e166ab0ac8dc304d5ca5e5a7296ed6dd6
44
44
45
45
- name : Perform CodeQL Analysis
46
- uses : github/codeql-action/analyze@c2585eca08d6e40bf455acae5248e197cdd25de1
46
+ uses : github/codeql-action/analyze@aa96d09e166ab0ac8dc304d5ca5e5a7296ed6dd6
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@29e9ae12297382bde04e940b27e0638029f9f3cd
25
+ - uses : step-security/harden-runner@f0db2aa8a570959027d6be2a227028ad19fd9e8f
26
26
with :
27
27
disable-sudo : true
28
28
egress-policy : block
43
43
persist-credentials : false
44
44
45
45
- name : " Run analysis"
46
- uses : ossf/scorecard-action@873d5fdf63bc863d140f57ed481e6a297324030b
46
+ uses : ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46
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@c2585eca08d6e40bf455acae5248e197cdd25de1
72
+ uses : github/codeql-action/upload-sarif@aa96d09e166ab0ac8dc304d5ca5e5a7296ed6dd6
73
73
with :
74
74
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments