File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 54
54
- name : setup qemu
55
55
if : ${{ inputs.platforms != '' }}
56
56
uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
57
- - uses : docker/setup-buildx-action@18ce135bb5112fa8ce4ed6c17ab05699d7f3a5e0 # v3.11.0
57
+ - uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
58
58
- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
59
59
with :
60
60
registry : ghcr.io
77
77
cache-to : type=gha,mode=max
78
78
- name : Install cosign
79
79
if : ${{ inputs.push }}
80
- uses : sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
80
+ uses : sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3.9.1
81
81
- name : Keyless signing of image
82
82
if : ${{ inputs.push }}
83
83
run : |
Original file line number Diff line number Diff line change 20
20
env :
21
21
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
22
22
23
- - uses : marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2
23
+ - uses : marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943 # v2.9.3
24
24
# When the previous steps fail, the workflow would stop. By adding this
25
25
# condition you can continue the execution with the populated error message.
26
26
if : always() && (steps.lint_pr_title.outputs.error_message != null)
44
44
45
45
# Delete a previous comment when the issue has been resolved
46
46
- if : ${{ steps.lint_pr_title.outputs.error_message == null }}
47
- uses : marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2
47
+ uses : marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943 # v2.9.3
48
48
with :
49
49
header : pr-title-lint-error
50
50
delete : true
Original file line number Diff line number Diff line change 97
97
CHART_DIGEST=$(awk '/Digest: /{print $2}' helm-release/push-metadata.txt)
98
98
echo "digest=$CHART_DIGEST" >> $GITHUB_OUTPUT
99
99
- name : Install cosign
100
- uses : sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
100
+ uses : sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3.9.1
101
101
- name : Keyless signing of chart
102
102
run : |
103
103
cosign sign --yes ghcr.io/weaveworks/charts@${{ steps.publish-chart.outputs.digest }}
@@ -127,7 +127,7 @@ jobs:
127
127
run : cat .goreleaser.brew.yml >> .goreleaser.yml
128
128
if : ${{ !contains(needs.release-please.outputs.version, '-') }}
129
129
- name : Install cosign
130
- uses : sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
130
+ uses : sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3.9.1
131
131
- name : Run GoReleaser
132
132
uses : goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
133
133
with :
You can’t perform that action at this time.
0 commit comments