From 31f0b6470643f6d0414a8e9e8138f184d3a387b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 00:24:04 +0000 Subject: [PATCH] Bump the github-actions-dependency group with 2 updates Bumps the github-actions-dependency group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [open-edge-platform/anomalib](https://github.com/open-edge-platform/anomalib). Updates `github/codeql-action` from 3.29.2 to 3.29.4 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/181d5eefc20863364f96762470ba6f862bdef56b...4e828ff8d448a8a6e532957b1811f387a63867e8) Updates `open-edge-platform/anomalib` from 90e1192dd7d420cb243a93ce17809e43f23fc36d to 73073a0461feaf388de6211000e8cc24ad2ae2f6 - [Release notes](https://github.com/open-edge-platform/anomalib/releases) - [Changelog](https://github.com/open-edge-platform/anomalib/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-edge-platform/anomalib/compare/90e1192dd7d420cb243a93ce17809e43f23fc36d...73073a0461feaf388de6211000e8cc24ad2ae2f6) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.29.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependency - dependency-name: open-edge-platform/anomalib dependency-version: 73073a0461feaf388de6211000e8cc24ad2ae2f6 dependency-type: direct:production dependency-group: github-actions-dependency ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 4 ++-- .github/workflows/pre_commit.yml | 4 ++-- .github/workflows/scorecards.yml | 2 +- .github/workflows/security-scan.yml | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 6ca25f45..9ffd3086 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -36,13 +36,13 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2 + uses: github/codeql-action/init@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} queries: security-extended - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2 + uses: github/codeql-action/analyze@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/pre_commit.yml b/.github/workflows/pre_commit.yml index e6d371d6..1db086fd 100644 --- a/.github/workflows/pre_commit.yml +++ b/.github/workflows/pre_commit.yml @@ -60,7 +60,7 @@ jobs: with: persist-credentials: false - name: Run Zizmor scan - uses: open-edge-platform/anomalib/.github/actions/security/zizmor@90e1192dd7d420cb243a93ce17809e43f23fc36d + uses: open-edge-platform/anomalib/.github/actions/security/zizmor@73073a0461feaf388de6211000e8cc24ad2ae2f6 with: scan-scope: "changed" severity-level: "MEDIUM" @@ -76,7 +76,7 @@ jobs: with: persist-credentials: false - name: Run Bandit scan - uses: open-edge-platform/anomalib/.github/actions/security/bandit@90e1192dd7d420cb243a93ce17809e43f23fc36d + uses: open-edge-platform/anomalib/.github/actions/security/bandit@73073a0461feaf388de6211000e8cc24ad2ae2f6 with: scan-scope: "changed" severity-level: "LOW" diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 517c95fa..10f79c0e 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -35,6 +35,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard - name: Upload to code-scanning - uses: github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2 + uses: github/codeql-action/upload-sarif@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4 with: sarif_file: results.sarif diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index 6630410e..12d8f4d0 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -24,7 +24,7 @@ jobs: with: persist-credentials: false - name: Run Zizmor scan - uses: open-edge-platform/anomalib/.github/actions/security/zizmor@90e1192dd7d420cb243a93ce17809e43f23fc36d + uses: open-edge-platform/anomalib/.github/actions/security/zizmor@73073a0461feaf388de6211000e8cc24ad2ae2f6 with: scan-scope: "all" severity-level: "LOW" @@ -42,7 +42,7 @@ jobs: with: persist-credentials: false - name: Run Bandit scan - uses: open-edge-platform/anomalib/.github/actions/security/bandit@90e1192dd7d420cb243a93ce17809e43f23fc36d + uses: open-edge-platform/anomalib/.github/actions/security/bandit@73073a0461feaf388de6211000e8cc24ad2ae2f6 with: scan-scope: "all" severity-level: "LOW" @@ -72,7 +72,7 @@ jobs: - name: Run Trivy scan id: trivy - uses: open-edge-platform/anomalib/.github/actions/security/trivy@90e1192dd7d420cb243a93ce17809e43f23fc36d + uses: open-edge-platform/anomalib/.github/actions/security/trivy@73073a0461feaf388de6211000e8cc24ad2ae2f6 with: scan_type: "fs" scan-scope: all