File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 16
16
- name : Checkout
17
17
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
18
- name : Ensure SHA pinned actions
19
- uses : zgosalvez/github-actions-ensure-sha-pinned-actions@25ed13d0628a1601b4b44048e63cc4328ed03633 # v3.0.22
19
+ uses : zgosalvez/github-actions-ensure-sha-pinned-actions@4830be28ce81da52ec70d65c552a7403821d98d4 # v3.0.23
20
20
with :
21
21
# slsa-github-generator requires using a semver tag for reusable workflows.
22
22
# See: https://github.com/slsa-framework/slsa-github-generator#referencing-slsa-builders-and-generators
Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ jobs:
29
29
steps :
30
30
- name : Checkout Source
31
31
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
32
- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
32
+ - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
33
33
with :
34
34
go-version-file : ' go.mod'
35
35
- name : Run Gosec Security Scanner
36
- uses : securego/gosec@136f6c00402b11775d4f4a45d5a21e2f6dd99db2 # v2.22.2
36
+ uses : securego/gosec@955a68d0d19f4afb7503068f95059f7d0c529017 # v2.22.3
37
37
with :
38
38
args : ' -no-fail -fmt sarif -out gosec.sarif ./...'
39
39
- name : Upload SARIF file
46
46
steps :
47
47
- name : Checkout
48
48
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
49
- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
49
+ - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
50
50
with :
51
51
go-version-file : ' go.mod'
52
52
- name : Unit Test
58
58
value : ${{ secrets.CODECOV_TOKEN }}
59
59
- name : Upload Report to Codecov
60
60
if : ${{ steps.checksecret.outputs.result == 'true' }}
61
- uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
61
+ uses : codecov/codecov-action@cf3f51a67d2820f7a7cefa0831889fbbef41ca57 # v5.4.1
62
62
with :
63
63
token : ${{ secrets.CODECOV_TOKEN }}
64
64
slug : projectcapsule/cortex-proxy
Original file line number Diff line number Diff line change 27
27
- name : ko build
28
28
run : VERSION=${{ github.sha }} make ko-build-all
29
29
- name : Trivy Scan Image
30
- uses : aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # v0.29 .0
30
+ uses : aquasecurity/trivy-action@6c175e9c4083a92bbca2f9724c8a5e33bc2d97a5 # 0.30 .0
31
31
with :
32
32
scan-type : ' fs'
33
33
ignore-unfixed : true
Original file line number Diff line number Diff line change 25
25
runs-on : ubuntu-24.04
26
26
steps :
27
27
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28
- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
28
+ - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
29
29
with :
30
30
go-version-file : ' go.mod'
31
31
- name : Run golangci-lint
Original file line number Diff line number Diff line change 24
24
- name : Install Cosign
25
25
uses : sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
26
26
- name : Run GoReleaser
27
- uses : goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
27
+ uses : goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
28
28
with :
29
29
version : latest
30
30
args : release --clean --timeout 90m
You can’t perform that action at this time.
0 commit comments