File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 runs-on : ubuntu-latest
3636 steps :
3737 - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
38- - uses : docker://rhysd/actionlint:latest @sha256:2eb91a78b5a19140be099c7b4262d298c2567f2a9f27e10ed2a4323c5bcface8
38+ - uses : docker://rhysd/actionlint:1.7.0 @sha256:601d6faeefa07683a4a79f756f430a1850b34d575d734b1d1324692202bf312e
3939 with :
4040 args : -color
Original file line number Diff line number Diff line change @@ -22,18 +22,6 @@ builds:
2222changelog :
2323 use : github-native
2424
25- signs :
26- - cmd : cosign
27- signature : " ${artifact}.sig"
28- certificate : " ${artifact}.pem"
29- args :
30- - " sign-blob"
31- - " --output-signature=${signature}"
32- - " --output-certificate=${certificate}"
33- - " ${artifact}"
34- - " --yes"
35- artifacts : checksum
36-
3725dockers :
3826- ids :
3927 - go-cli-github
@@ -63,14 +51,6 @@ docker_manifests:
6351 - " ghcr.io/{{ .Env.GITHUB_REPOSITORY }}/go-cli-github:v{{ .Version }}-amd64"
6452 - " ghcr.io/{{ .Env.GITHUB_REPOSITORY }}/go-cli-github:v{{ .Version }}-arm64v8"
6553
66- docker_signs :
67- - args :
68- - " sign"
69- - " ${artifact}@${digest}"
70- - " --yes"
71- artifacts : all
72- output : true
73-
7454release :
7555 extra_files :
7656 - glob : " {{ .Env.GITHUB_SBOM_PATH }}"
You can’t perform that action at this time.
0 commit comments