File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
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@7ccf588e3cf3cc2611714c2eeae48550fbc17552 # v0.15.11
95
+ - uses : anchore/sbom-action/download-syft@e8d2a6937ecead383dfe75190d104edd1f9c5751 # v0.16.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 @@ -40,13 +40,13 @@ jobs:
40
40
**/go.sum
41
41
**/go.mod
42
42
- name : Initialize CodeQL
43
- uses : github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a # v2.13.4
43
+ uses : github/codeql-action/init@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
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@cdcdbb579706841c47f7063dda365e292e5cad7a # v2.13.4
50
+ uses : github/codeql-action/autobuild@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
51
51
- name : Perform CodeQL Analysis
52
- uses : github/codeql-action/analyze@cdcdbb579706841c47f7063dda365e292e5cad7a # v2.13.4
52
+ uses : github/codeql-action/analyze@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
You can’t perform that action at this time.
0 commit comments