File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 92
92
mkdir -p config/release
93
93
kustomize build ./config/crd > ./config/release/${{ env.CONTROLLER }}.crds.yaml
94
94
kustomize build ./config/manager > ./config/release/${{ env.CONTROLLER }}.deployment.yaml
95
- - uses : anchore/sbom-action/download-syft@78fc58e266e87a38d4194b2137a3d4e9bcaf7ca1 # v0.14.3
95
+ - uses : anchore/sbom-action/download-syft@fd74a6fb98a204a1ad35bbfae0122c1a302ff88b # v0.15.0
96
96
- name : Create release and SBOM
97
97
id : run-goreleaser
98
98
if : startsWith(github.ref, 'refs/tags/v')
Original file line number Diff line number Diff line change 20
20
- name : Checkout
21
21
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
22
22
- name : Run FOSSA scan and upload build data
23
- uses : fossa-contrib/fossa-action@6728dc6fe9a068c648d080c33829ffbe56565023 # v2 .0.0
23
+ uses : fossa-contrib/fossa-action@cdc5065bcdee31a32e47d4585df72d66e8e941c2 # v3 .0.0
24
24
with :
25
25
# FOSSA Push-Only API Token
26
26
fossa-api-key : 5ee8bf422db1471e0bcf2bcb289185de
@@ -40,13 +40,13 @@ jobs:
40
40
**/go.sum
41
41
**/go.mod
42
42
- name : Initialize CodeQL
43
- uses : github/codeql-action/init@66b90a5db151a8042fa97405c6cf843bbe433f7b # v2.22.7
43
+ uses : github/codeql-action/init@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.22.8
44
44
with :
45
45
languages : go
46
46
# xref: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
47
47
# xref: https://codeql.github.com/codeql-query-help/go/
48
48
queries : security-and-quality
49
49
- name : Autobuild
50
- uses : github/codeql-action/autobuild@66b90a5db151a8042fa97405c6cf843bbe433f7b # v2.22.7
50
+ uses : github/codeql-action/autobuild@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.22.8
51
51
- name : Perform CodeQL Analysis
52
- uses : github/codeql-action/analyze@66b90a5db151a8042fa97405c6cf843bbe433f7b # v2.22.7
52
+ uses : github/codeql-action/analyze@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.22.8
You can’t perform that action at this time.
0 commit comments