File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -66,13 +66,13 @@ jobs:
6666
6767 # Initializes the CodeQL tools for scanning.
6868 - name : Initialize CodeQL
69- uses : github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
69+ uses : github/codeql-action/init@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
7070 with :
7171 languages : ${{ matrix.language }}
7272 build-mode : ${{ matrix.build-mode }}
7373 queries : security-extended
7474
7575 - name : Perform CodeQL Analysis
76- uses : github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
76+ uses : github/codeql-action/analyze@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
7777 with :
7878 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 2323 with :
2424 persist-credentials : false
2525 - name : Run Zizmor scan
26- uses : open-edge-platform/geti-ci/actions/zizmor@6e7e8393869d05112f727d235acb644ed362c58f
26+ uses : open-edge-platform/geti-ci/actions/zizmor@3cdaaaa0fc400b63f52f4dbb007fa0b69939e0ab
2727 with :
2828 scan-scope : " changed"
2929 severity-level : " LOW"
4444 with :
4545 persist-credentials : false
4646 - name : Run Bandit scan
47- uses : open-edge-platform/geti-ci/actions/bandit@6e7e8393869d05112f727d235acb644ed362c58f
47+ uses : open-edge-platform/geti-ci/actions/bandit@3cdaaaa0fc400b63f52f4dbb007fa0b69939e0ab
4848 with :
4949 scan-scope : " changed"
5050 severity-level : " HIGH"
Original file line number Diff line number Diff line change 4040 private-key : ${{ secrets.RENOVATE_APP_PEM }}
4141
4242 - name : Self-hosted Renovate
43- uses : renovatebot/github-action@03026bd55840025343414baec5d9337c5f9c7ea7 # v44.0.4
43+ uses : renovatebot/github-action@5712c6a41dea6cdf32c72d92a763bd417e6606aa # v44.0.5
4444 with :
4545 configurationFile : .github/renovate.json5
4646 token : " ${{ steps.get-github-app-token.outputs.token }}"
Original file line number Diff line number Diff line change 4040
4141 # Upload the results to GitHub's code scanning dashboard
4242 - name : Upload to code-scanning
43- uses : github/codeql-action/upload-sarif@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
43+ uses : github/codeql-action/upload-sarif@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
4444 with :
4545 sarif_file : results.sarif
Original file line number Diff line number Diff line change 2828 with :
2929 persist-credentials : false
3030 - name : Run Zizmor scan
31- uses : open-edge-platform/geti-ci/actions/zizmor@6e7e8393869d05112f727d235acb644ed362c58f
31+ uses : open-edge-platform/geti-ci/actions/zizmor@3cdaaaa0fc400b63f52f4dbb007fa0b69939e0ab
3232 with :
3333 scan-scope : " all"
3434 severity-level : " LOW"
5050 with :
5151 persist-credentials : false
5252 - name : Run Bandit scan
53- uses : open-edge-platform/geti-ci/actions/bandit@6e7e8393869d05112f727d235acb644ed362c58f
53+ uses : open-edge-platform/geti-ci/actions/bandit@3cdaaaa0fc400b63f52f4dbb007fa0b69939e0ab
5454 with :
5555 scan-scope : " all"
5656 severity-level : " LOW"
8282 trivy-config : " .github/trivy_config.yml"
8383 output : " trivy-results.sarif"
8484 - name : Upload to code-scanning
85- uses : github/codeql-action/upload-sarif@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
85+ uses : github/codeql-action/upload-sarif@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
8686 with :
8787 sarif_file : " trivy-results.sarif"
You can’t perform that action at this time.
0 commit comments