File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 16
16
- uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
17
17
with :
18
18
go-version : stable
19
- - uses : goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0 .0
19
+ - uses : goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1 .0
20
20
id : goreleaser
21
21
with :
22
22
version : latest
@@ -54,12 +54,12 @@ jobs:
54
54
- name : Get Docker metadata
55
55
if : github.actor != 'dependabot[bot]'
56
56
id : docker_metadata
57
- uses : docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5 .1
57
+ uses : docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6 .1
58
58
with :
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@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9 .0
62
+ uses : docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10 .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@c7fe52e0f48e0fbed8c1812824c5346218443c70 # v2.10.2
21
+ uses : vladopajic/go-test-coverage@661e46779fd602ce29d4a4e32fb3a27bce71903c # v2.11.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 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14
- - uses : actions/dependency-review-action@4081bf99e2866ebe428fc0477b69eb4fcda7220a # v4.4 .0
14
+ - uses : actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5 .0
15
15
with :
16
16
config-file : .github/dependency-review-config.yaml
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@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
29
+ uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
30
30
with :
31
31
sarif_file : results.sarif
Original file line number Diff line number Diff line change 52
52
run : mv "$GITHUB_SBOM_PATH" ./sbom.spdx.json
53
53
env :
54
54
GITHUB_SBOM_PATH : ${{ steps.sbom.outputs.fileName }}
55
- - uses : goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0 .0
55
+ - uses : goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1 .0
56
56
id : goreleaser
57
57
with :
58
58
version : latest
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@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
64
+ - uses : actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
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@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
81
+ - uses : actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
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@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
86
+ - uses : actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
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