File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,13 +34,13 @@ jobs:
3434
3535 # Initializes the CodeQL tools for scanning.
3636 - name : Initialize CodeQL
37- uses : github/codeql-action/init@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
37+ uses : github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
3838 with :
3939 languages : ${{ matrix.language }}
4040 build-mode : ${{ matrix.build-mode }}
4141 queries : security-extended
4242
4343 - name : Perform CodeQL Analysis
44- uses : github/codeql-action/analyze@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
44+ uses : github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
4545 with :
4646 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 7272 private-key : ${{ secrets.RENOVATE_APP_PEM }}
7373
7474 - name : Self-hosted Renovate
75- uses : renovatebot/github-action@b11417b9eaac3145fe9a8544cee66503724e32b6 # v43.0.8
75+ uses : renovatebot/github-action@a447f09147d00e00ae2a82ad5ef51ca89352da80 # v43.0.9
7676 with :
7777 configurationFile : .github/renovate.json5
7878 token : " ${{ steps.get-github-app-token.outputs.token }}"
Original file line number Diff line number Diff line change 3535
3636 # Upload the results to GitHub's code scanning dashboard
3737 - name : Upload to code-scanning
38- uses : github/codeql-action/upload-sarif@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
38+ uses : github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
3939 with :
4040 sarif_file : results.sarif
Original file line number Diff line number Diff line change 2424 with :
2525 persist-credentials : false
2626 - name : Run Zizmor scan
27- uses : open-edge-platform/anomalib/.github/actions/security/zizmor@f6ec1c57363a9894ff57184a5bfb78efa8f3de1b
27+ uses : open-edge-platform/anomalib/.github/actions/security/zizmor@c43e552e4178109c1e14ea6aa5f4e2ee03fdca3c
2828 with :
2929 scan-scope : " all"
3030 severity-level : " LOW"
4242 with :
4343 persist-credentials : false
4444 - name : Run Bandit scan
45- uses : open-edge-platform/anomalib/.github/actions/security/bandit@f6ec1c57363a9894ff57184a5bfb78efa8f3de1b
45+ uses : open-edge-platform/anomalib/.github/actions/security/bandit@c43e552e4178109c1e14ea6aa5f4e2ee03fdca3c
4646 with :
4747 scan-scope : " all"
4848 severity-level : " LOW"
6363
6464 - name : Run Trivy scan
6565 id : trivy
66- uses : open-edge-platform/anomalib/.github/actions/security/trivy@f6ec1c57363a9894ff57184a5bfb78efa8f3de1b
66+ uses : open-edge-platform/anomalib/.github/actions/security/trivy@c43e552e4178109c1e14ea6aa5f4e2ee03fdca3c
6767 with :
6868 scan_type : " fs"
6969 scan-scope : all
Original file line number Diff line number Diff line change 6969 with :
7070 persist-credentials : false
7171 - name : Run Zizmor scan
72- uses : open-edge-platform/anomalib/.github/actions/security/zizmor@f6ec1c57363a9894ff57184a5bfb78efa8f3de1b
72+ uses : open-edge-platform/anomalib/.github/actions/security/zizmor@c43e552e4178109c1e14ea6aa5f4e2ee03fdca3c
7373 with :
7474 scan-scope : " changed"
7575 severity-level : " LOW"
8585 with :
8686 persist-credentials : false
8787 - name : Run Bandit scan
88- uses : open-edge-platform/anomalib/.github/actions/security/bandit@f6ec1c57363a9894ff57184a5bfb78efa8f3de1b
88+ uses : open-edge-platform/anomalib/.github/actions/security/bandit@c43e552e4178109c1e14ea6aa5f4e2ee03fdca3c
8989 with :
9090 scan-scope : " changed"
9191 severity-level : " LOW"
You can’t perform that action at this time.
0 commit comments