File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
run : |
19
19
go test -v -covermode=atomic -coverprofile=cover.out -coverpkg=./... ./...
20
20
- name : Generage coverage badge
21
- uses : vladopajic/go-test-coverage@7003e902e787e60375e1ce3ae5b85b19313dbff2 # v2.14.3
21
+ uses : vladopajic/go-test-coverage@ebf1fb6f7267bd290a83cc16f535067b51fd1d0b # v2.15.0
22
22
with :
23
23
profile : cover.out
24
24
local-prefix : github.com/${{ github.repository }}
Original file line number Diff line number Diff line change 26
26
# of the value entered here.
27
27
publish_results : true
28
28
- name : Upload SARIF results to code scanning
29
- uses : github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
29
+ uses : github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
30
30
with :
31
31
sarif_file : results.sarif
Original file line number Diff line number Diff line change 61
61
env :
62
62
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
63
63
# attest artefacts
64
- - uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3 .0
64
+ - uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4 .0
65
65
with :
66
66
subject-path : |
67
67
dist/*.tar.gz
@@ -80,12 +80,12 @@ jobs:
80
80
env:
81
81
ARTIFACTS: ${{steps.goreleaser.outputs.artifacts}}
82
82
# attest images
83
- - uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3 .0
83
+ - uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4 .0
84
84
with :
85
85
subject-digest : ${{steps.image_metadata_go_cli_github.outputs.digest}}
86
86
subject-name : ${{steps.image_metadata_go_cli_github.outputs.name}}
87
87
push-to-registry : true
88
- - uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3 .0
88
+ - uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4 .0
89
89
with :
90
90
subject-digest : ${{steps.image_metadata_another_binary.outputs.digest}}
91
91
subject-name : ${{steps.image_metadata_another_binary.outputs.name}}
You can’t perform that action at this time.
0 commit comments