File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 41
41
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
42
42
with :
43
43
ref : ${{ github.event.pull_request.head.sha }}
44
- - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
44
+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
45
45
- name : untar binaries
46
46
run : tar -xvf artifact/dist.tar
47
47
- name : Login to GHCR
59
59
images : ghcr.io/${{ github.repository }}/${{ matrix.binary }}
60
60
- name : Build and push ${{ matrix.binary }} container image
61
61
if : github.actor != 'dependabot[bot]'
62
- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
62
+ uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
63
63
with :
64
64
push : true
65
65
tags : ${{ steps.docker_metadata.outputs.tags }}
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@f080863892c102695c8066abc08aae12e3e94e1b # v2.13 .1
21
+ uses : vladopajic/go-test-coverage@937b863f06595080198d555b7ed3aa474ae5199c # v2.14 .1
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@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
29
+ uses : github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
30
30
with :
31
31
sarif_file : results.sarif
Original file line number Diff line number Diff line change 61
61
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
62
62
GITHUB_SBOM_PATH : ./sbom.spdx.json
63
63
# attest archives
64
- - uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
64
+ - uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
65
65
with :
66
66
subject-path : " dist/*.tar.gz"
67
67
# parse artifacts to the format required for image attestation
@@ -78,12 +78,12 @@ jobs:
78
78
env:
79
79
ARTIFACTS: ${{steps.goreleaser.outputs.artifacts}}
80
80
# attest images
81
- - uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
81
+ - uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
82
82
with :
83
83
subject-digest : ${{steps.image_metadata_go_cli_github.outputs.digest}}
84
84
subject-name : ${{steps.image_metadata_go_cli_github.outputs.name}}
85
85
push-to-registry : true
86
- - uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
86
+ - uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
87
87
with :
88
88
subject-digest : ${{steps.image_metadata_another_binary.outputs.digest}}
89
89
subject-name : ${{steps.image_metadata_another_binary.outputs.name}}
You can’t perform that action at this time.
0 commit comments