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 96
96
uses : actions/checkout@v4
97
97
-
98
98
name : Lint code
99
- uses : golangci/golangci-lint-action@v6
99
+ uses : golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # v6.5.1
100
100
with :
101
101
version : latest
102
102
args : --timeout=10m
@@ -127,7 +127,7 @@ jobs:
127
127
run : go mod download
128
128
-
129
129
name : Setup gotestsum
130
- uses : autero1/action-gotestsum@v2.0.0
130
+ uses : autero1/action-gotestsum@7263b9d73912eec65f46337689e59fac865c425f # v2.0.0
131
131
with :
132
132
gotestsum_version : 1.12.0
133
133
-
@@ -160,7 +160,7 @@ jobs:
160
160
run : go mod download
161
161
-
162
162
name : Setup gotestsum
163
- uses : autero1/action-gotestsum@v2.0.0
163
+ uses : autero1/action-gotestsum@7263b9d73912eec65f46337689e59fac865c425f # v2.0.0
164
164
with :
165
165
gotestsum_version : 1.12.0
166
166
-
@@ -193,7 +193,7 @@ jobs:
193
193
run : go mod download
194
194
-
195
195
name : Setup gotestsum
196
- uses : autero1/action-gotestsum@v2.0.0
196
+ uses : autero1/action-gotestsum@7263b9d73912eec65f46337689e59fac865c425f # v2.0.0
197
197
with :
198
198
gotestsum_version : 1.12.0
199
199
-
Original file line number Diff line number Diff line change 39
39
${{ runner.os }}-go-
40
40
-
41
41
name : Download cyclonedx-gomod
42
- uses : Zenithar/gh-gomod-generate-sbom@v1.0.1
42
+ uses : Zenithar/gh-gomod-generate-sbom@cd97098f01c993f4aa90ccb8aaf6d795d6194898 # v1.0.1
43
43
with :
44
44
version : v1.2.0
45
45
env :
49
49
uses : sigstore/cosign-installer@v3.8.1
50
50
-
51
51
name : Import Code-Signing Certificates
52
- uses : Apple-Actions/import-codesign-certs@v3
52
+ uses : Apple-Actions/import-codesign-certs@63fff01cd422d4b7b855d40ca1e9d34d2de9427d # v3
53
53
with :
54
54
p12-file-base64 : ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_P12_BASE64 }}
55
55
p12-password : ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_PASSWORD }}
61
61
brew install coreutils
62
62
-
63
63
name : Run GoReleaser
64
- uses : goreleaser/goreleaser-action@v6
64
+ uses : goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
65
65
with :
66
66
version : latest
67
67
args : release --rm-dist --skip-publish
@@ -183,7 +183,7 @@ jobs:
183
183
done
184
184
-
185
185
name : Upload to release
186
- uses : AButler/upload-release-assets@v2.0
186
+ uses : AButler/upload-release-assets@ec6d3263266dc57eb6645b5f75e827987f7c217d # v2.0
187
187
with :
188
188
files : ' .dist/*'
189
189
repo-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 30
30
run : go list -json -m all > go.list
31
31
-
32
32
name : Nancy
33
- uses : sonatype-nexus-community/nancy-github-action@v1.0.3
33
+ uses : sonatype-nexus-community/nancy-github-action@aae196481b961d446f4bff9012e4e3b63d7921a4 # v1.0.2
34
34
35
35
trivy :
36
36
name : Trivy scanner
46
46
uses : actions/checkout@v4
47
47
-
48
48
name : Run Trivy vulnerability scanner in repo mode
49
- uses : aquasecurity/trivy-action@master
49
+ uses : aquasecurity/trivy-action@6c175e9c4083a92bbca2f9724c8a5e33bc2d97a5 # v0.30.0
50
50
with :
51
51
scan-type : ' fs'
52
52
ignore-unfixed : true
@@ -101,7 +101,7 @@ jobs:
101
101
-
102
102
uses : actions/checkout@v4
103
103
-
104
- uses : returntocorp/semgrep-action@v1
104
+ uses : returntocorp/semgrep-action@713efdd345f3035192eaa63f56867b88e63e4e5d # v1
105
105
with :
106
106
generateSarif : " 1"
107
107
config : >-
You can’t perform that action at this time.
0 commit comments