File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3333
3434 - name : Initialize CodeQL
35- uses : github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
35+ uses : github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
3636 with :
3737 languages : ${{ matrix.language }}
3838 # 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
4343 run : go build ./...
4444
4545 - name : Perform CodeQL Analysis
46- uses : github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
46+ uses : github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
4747 with :
4848 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 2626 secret/data/github/org/rancher/fossa/push token | FOSSA_API_KEY_PUSH_ONLY
2727
2828 - name : FOSSA scan
29- uses : fossas/fossa-action@c414b9ad82eaad041e47a7cf62a4f02411f427a0 # v1.8 .0
29+ uses : fossas/fossa-action@ff70fe9fe17cbd2040648f1c45e8ec4e4884dcf3 # v1.9 .0
3030 with :
3131 api-key : ${{ env.FOSSA_API_KEY_PUSH_ONLY }}
3232 # Only runs the scan and do not provide/returns any results back to the
Original file line number Diff line number Diff line change 4646 secret/data/github/repo/${{ github.repository }}/rancher-prime-registry/credentials password | PRIME_REGISTRY_PASSWORD
4747
4848 - name : Publish manifest
49- uses : rancher/ecm-distro-tools/actions/publish-image@575bb831c67edd950bfedb59d41dd127bd0005d6 # v0.65.2
49+ uses : rancher/ecm-distro-tools/actions/publish-image@dcb1a0f50ca91f9f9a1f34fa335a9182686234d5 # v0.66.3
5050 with :
5151 image : compliance-operator
5252 tag : ${{ github.ref_name }}${{ matrix.tag-suffix }}
Original file line number Diff line number Diff line change 5757 # Upload the results to GitHub's code scanning dashboard (optional).
5858 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
5959 - name : " Upload to code-scanning"
60- uses : github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
60+ uses : github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
6161 with :
6262 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments