Skip to content

Commit 5978f97

Browse files
Github Actions(deps): Bump github/codeql-action from 4.31.6 to 4.31.7
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.6 to 4.31.7. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@fe4161a...cf1bb45) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0f840b4 commit 5978f97

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
# Initializes the CodeQL tools for scanning.
5555
- name: Initialize CodeQL
56-
uses: github/codeql-action/init@fe4161a26a8629af62121b670040955b330f9af2
56+
uses: github/codeql-action/init@cf1bb45a277cb3c205638b2cd5c984db1c46a412
5757
with:
5858
languages: ${{ matrix.language }}
5959
build-mode: ${{ matrix.build-mode }}
@@ -76,6 +76,6 @@ jobs:
7676
exit 1
7777
7878
- name: Perform CodeQL Analysis
79-
uses: github/codeql-action/analyze@fe4161a26a8629af62121b670040955b330f9af2
79+
uses: github/codeql-action/analyze@cf1bb45a277cb3c205638b2cd5c984db1c46a412
8080
with:
8181
category: '/language:${{matrix.language}}'

.github/workflows/trivy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ jobs:
5858
exit-code: '0'
5959

6060
- name: Upload Trivy image scan results to GitHub Security tab
61-
uses: github/codeql-action/upload-sarif@fe4161a26a8629af62121b670040955b330f9af2
61+
uses: github/codeql-action/upload-sarif@cf1bb45a277cb3c205638b2cd5c984db1c46a412
6262
with:
6363
sarif_file: 'trivy-image-results.sarif'
6464
category: 'trivy-image'
6565

6666
- name: Upload Trivy Python scan results to GitHub Security tab
67-
uses: github/codeql-action/upload-sarif@fe4161a26a8629af62121b670040955b330f9af2
67+
uses: github/codeql-action/upload-sarif@cf1bb45a277cb3c205638b2cd5c984db1c46a412
6868
with:
6969
sarif_file: 'trivy-py-results.sarif'
7070
category: 'trivy-python'

0 commit comments

Comments
 (0)