Skip to content

Commit 8eafd47

Browse files
ci: bump github/codeql-action from 4.31.11 to 4.32.3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.11 to 4.32.3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@19b2f06...9e907b5) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.32.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 961ebe1 commit 8eafd47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
args: '-no-fail -fmt sarif -out results.sarif ./...'
5757

5858
- name: Upload SARIF file
59-
uses: github/codeql-action/upload-sarif@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
59+
uses: github/codeql-action/upload-sarif@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
6060
with:
6161
sarif_file: results.sarif
6262
if: always()
@@ -87,7 +87,7 @@ jobs:
8787
severity: 'CRITICAL,HIGH,MEDIUM'
8888

8989
- name: Upload Trivy filesystem scan results
90-
uses: github/codeql-action/upload-sarif@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
90+
uses: github/codeql-action/upload-sarif@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
9191
with:
9292
sarif_file: 'trivy-fs-results.sarif'
9393
category: 'trivy-filesystem'

0 commit comments

Comments
 (0)