Skip to content

Commit 31f0b64

Browse files
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](github/codeql-action@181d5ee...4e828ff) 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](open-edge-platform/anomalib@90e1192...73073a0) --- 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] <[email protected]>
1 parent a9fb359 commit 31f0b64

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636

3737
# Initializes the CodeQL tools for scanning.
3838
- name: Initialize CodeQL
39-
uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
39+
uses: github/codeql-action/init@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
4040
with:
4141
languages: ${{ matrix.language }}
4242
build-mode: ${{ matrix.build-mode }}
4343
queries: security-extended
4444

4545
- name: Perform CodeQL Analysis
46-
uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
46+
uses: github/codeql-action/analyze@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
4747
with:
4848
category: "/language:${{matrix.language}}"

.github/workflows/pre_commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
persist-credentials: false
6262
- name: Run Zizmor scan
63-
uses: open-edge-platform/anomalib/.github/actions/security/zizmor@90e1192dd7d420cb243a93ce17809e43f23fc36d
63+
uses: open-edge-platform/anomalib/.github/actions/security/zizmor@73073a0461feaf388de6211000e8cc24ad2ae2f6
6464
with:
6565
scan-scope: "changed"
6666
severity-level: "MEDIUM"
@@ -76,7 +76,7 @@ jobs:
7676
with:
7777
persist-credentials: false
7878
- name: Run Bandit scan
79-
uses: open-edge-platform/anomalib/.github/actions/security/bandit@90e1192dd7d420cb243a93ce17809e43f23fc36d
79+
uses: open-edge-platform/anomalib/.github/actions/security/bandit@73073a0461feaf388de6211000e8cc24ad2ae2f6
8080
with:
8181
scan-scope: "changed"
8282
severity-level: "LOW"

.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@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
38+
uses: github/codeql-action/upload-sarif@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
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@90e1192dd7d420cb243a93ce17809e43f23fc36d
27+
uses: open-edge-platform/anomalib/.github/actions/security/zizmor@73073a0461feaf388de6211000e8cc24ad2ae2f6
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@90e1192dd7d420cb243a93ce17809e43f23fc36d
45+
uses: open-edge-platform/anomalib/.github/actions/security/bandit@73073a0461feaf388de6211000e8cc24ad2ae2f6
4646
with:
4747
scan-scope: "all"
4848
severity-level: "LOW"
@@ -72,7 +72,7 @@ jobs:
7272

7373
- name: Run Trivy scan
7474
id: trivy
75-
uses: open-edge-platform/anomalib/.github/actions/security/trivy@90e1192dd7d420cb243a93ce17809e43f23fc36d
75+
uses: open-edge-platform/anomalib/.github/actions/security/trivy@73073a0461feaf388de6211000e8cc24ad2ae2f6
7676
with:
7777
scan_type: "fs"
7878
scan-scope: all

0 commit comments

Comments
 (0)