File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6767
6868 # Initializes the CodeQL tools for scanning.
6969 - name : Initialize CodeQL
70- uses : github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5
70+ uses : github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee
7171 with :
7272 languages : ${{ matrix.language }}
7373 build-mode : ${{ matrix.build-mode }}
8080 # queries: security-extended,security-and-quality
8181
8282 - name : Perform CodeQL Analysis
83- uses : github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5
83+ uses : github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee
8484 with :
8585 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 4343 restore-keys : |
4444 ${{ runner.os }}-go-
4545 - name : Setup Kubernetes
46- uses : helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3
46+ uses : helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab
4747 with :
4848 install_only : true
4949 - uses : yokawasa/action-setup-kube-tools@3e3886c11bfa25fe33f8eb90f59542dd151da442
Original file line number Diff line number Diff line change 9999 mkdir -p output
100100 helm template ./deploy --namespace ocm-system --set "manager.image.tag=${{ env.RELEASE_VERSION }}" --include-crds > ./output/install.yaml
101101 - name : Setup Syft
102- uses : anchore/sbom-action/download-syft@aa0e114b2e19480f157109b9922bda359bd98b90 # v0.20.8
102+ uses : anchore/sbom-action/download-syft@8e94d75ddd33f69f691467e42275782e4bfefe84 # v0.20.9
103103 - name : Setup Cosign
104- uses : sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62
104+ uses : sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad
105105 - name : Run goreleaser
106106 uses : goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a
107107 with :
You can’t perform that action at this time.
0 commit comments