Skip to content

Commit 301b799

Browse files
chore(deps): update github actions (#394)
Signed-off-by: oep-renovate[bot] <212772560+oep-renovate[bot]@users.noreply.github.com> Co-authored-by: oep-renovate[bot] <212772560+oep-renovate[bot]@users.noreply.github.com>
1 parent e9b83a6 commit 301b799

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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}}"

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
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 }}"

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
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

.github/workflows/security-scan.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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"
@@ -42,7 +42,7 @@ jobs:
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"
@@ -63,7 +63,7 @@ jobs:
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

.github/workflows/test_precommit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
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"
@@ -85,7 +85,7 @@ jobs:
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"

0 commit comments

Comments
 (0)