Commit f46f59b 1 parent 2eb52e3 commit f46f59b Copy full SHA for f46f59b
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
with :
18
18
ref : ${{ github.event.pull_request.head.sha }}
19
19
- name : Create backport PRs
20
- uses : korthout/backport-action@b982d297e31f500652b2246cf26714796312bd23 # v2.2 .0
20
+ uses : korthout/backport-action@addffea45a2f0b5682f1d5ba0506f45bc18bf174 # v2.3 .0
21
21
# xref: https://github.com/korthout/backport-action#inputs
22
22
with :
23
23
# Use token to allow workflows to be triggered for the created PR
Original file line number Diff line number Diff line change 28
28
repo_token : ${{ secrets.GITHUB_TOKEN }}
29
29
publish_results : true
30
30
- name : Upload artifact
31
- uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
31
+ uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
32
32
with :
33
33
name : SARIF file
34
34
path : results.sarif
Original file line number Diff line number Diff line change 36
36
- name : Setup Syft
37
37
uses : anchore/sbom-action/download-syft@5ecf649a417b8ae17dc8383dc32d46c03f2312df # v0.15.1
38
38
- name : Setup Cosign
39
- uses : sigstore/cosign-installer@1fc5bd396d372bee37d608f955b336615edf79c8 # v3.2 .0
39
+ uses : sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149 # v3.3 .0
40
40
- name : Setup Kustomize
41
41
uses : fluxcd/pkg/actions/kustomize@main
42
42
- name : Login to GitHub Container Registry
@@ -155,7 +155,7 @@ jobs:
155
155
--path="./flux-system" \
156
156
--source=${{ github.repositoryUrl }} \
157
157
--revision="${{ github.ref_name }}@sha1:${{ github.sha }}"
158
- - uses : sigstore/cosign-installer@1fc5bd396d372bee37d608f955b336615edf79c8 # v3.2 .0
158
+ - uses : sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149 # v3.3 .0
159
159
- name : Sign manifests
160
160
env :
161
161
COSIGN_EXPERIMENTAL : 1
You can’t perform that action at this time.
0 commit comments