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 12
12
name : Lint
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : step-security/harden-runner@a22641e386edd6104ead99416bac876f4d9b806d
15
+ - uses : step-security/harden-runner@41d3351872a2104cca2e1c0c05eae533d14f3967
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@456fc0f7358ebf6cdd48ca0d2d56e88a6c7aa077
37
+ uses : golangci/golangci-lint-action@7b561e5ab6624d4582c82a4315e0d65ec7a6ad00
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@a22641e386edd6104ead99416bac876f4d9b806d
51
+ - uses : step-security/harden-runner@41d3351872a2104cca2e1c0c05eae533d14f3967
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@a22641e386edd6104ead99416bac876f4d9b806d
78
+ - uses : step-security/harden-runner@41d3351872a2104cca2e1c0c05eae533d14f3967
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@1fecca8ce3a22284e70b371077fb5219f54095b8
109
+ uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574
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@f1700773ebdb6efe6b3f8a5cf66150027dda8f5e
117
+ uses : SonarSource/sonarcloud-github-action@ffc3010689be73b8e5ae0c57ce35968afd7909e8
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@a22641e386edd6104ead99416bac876f4d9b806d
26
+ - uses : step-security/harden-runner@41d3351872a2104cca2e1c0c05eae533d14f3967
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@ff79de67cc25c7617163ae1e4b8aa23b902fdf15
38
+ uses : github/codeql-action/init@83923549f688e42b34d0b90ee94725f7c30532fc
39
39
with :
40
40
languages : go
41
41
42
42
- name : Autobuild
43
- uses : github/codeql-action/autobuild@ff79de67cc25c7617163ae1e4b8aa23b902fdf15
43
+ uses : github/codeql-action/autobuild@83923549f688e42b34d0b90ee94725f7c30532fc
44
44
45
45
- name : Perform CodeQL Analysis
46
- uses : github/codeql-action/analyze@ff79de67cc25c7617163ae1e4b8aa23b902fdf15
46
+ uses : github/codeql-action/analyze@83923549f688e42b34d0b90ee94725f7c30532fc
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@a22641e386edd6104ead99416bac876f4d9b806d
25
+ - uses : step-security/harden-runner@41d3351872a2104cca2e1c0c05eae533d14f3967
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@ff79de67cc25c7617163ae1e4b8aa23b902fdf15
72
+ uses : github/codeql-action/upload-sarif@83923549f688e42b34d0b90ee94725f7c30532fc
73
73
with :
74
74
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments