@@ -20,11 +20,11 @@ jobs:
2020 security-events : write # Needed to upload the results to code-scanning dashboard
2121 steps :
2222 - name : Checkout code
23- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
23+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
2424 with :
2525 persist-credentials : false
2626 - name : Run Zizmor scan
27- uses : open-edge-platform/geti-ci/actions/zizmor@4ec90fb54c7be053e40b9e3ecdf399cf501596ca
27+ uses : open-edge-platform/geti-ci/actions/zizmor@829f7148f9f70bd4ffbb367f7374d78c32aef2a2
2828 with :
2929 scan-scope : " all"
3030 severity-level : " LOW"
@@ -38,11 +38,11 @@ jobs:
3838 security-events : write # Needed to upload the results to code-scanning dashboard
3939 steps :
4040 - name : Checkout code
41- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
41+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
4242 with :
4343 persist-credentials : false
4444 - name : Run Bandit scan
45- uses : open-edge-platform/geti-ci/actions/bandit@4ec90fb54c7be053e40b9e3ecdf399cf501596ca
45+ uses : open-edge-platform/geti-ci/actions/bandit@829f7148f9f70bd4ffbb367f7374d78c32aef2a2
4646 with :
4747 scan-scope : " all"
4848 severity-level : " LOW"
@@ -57,12 +57,12 @@ jobs:
5757 security-events : write # Needed to upload the results to code-scanning dashboard
5858 steps :
5959 - name : Checkout code
60- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
60+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
6161 with :
6262 persist-credentials : false
6363 - name : Run Trivy scan
6464 id : trivy
65- uses : open-edge-platform/geti-ci/actions/trivy@4ec90fb54c7be053e40b9e3ecdf399cf501596ca
65+ uses : open-edge-platform/geti-ci/actions/trivy@829f7148f9f70bd4ffbb367f7374d78c32aef2a2
6666 with :
6767 scan_type : " fs"
6868 scan-scope : all
@@ -79,12 +79,12 @@ jobs:
7979 security-events : write # Needed to upload the results to code-scanning dashboard
8080 steps :
8181 - name : Checkout code
82- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
82+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
8383 with :
8484 persist-credentials : false
8585 - name : Run Semgrep scan
8686 id : semgrep
87- uses : open-edge-platform/geti-ci/actions/semgrep@4ec90fb54c7be053e40b9e3ecdf399cf501596ca
87+ uses : open-edge-platform/geti-ci/actions/semgrep@829f7148f9f70bd4ffbb367f7374d78c32aef2a2
8888 with :
8989 scan-scope : " all"
9090 severity : " LOW"
0 commit comments