Skip to content

Commit 2458dff

Browse files
Github Actions(deps): Bump github/codeql-action from 3.29.2 to 3.29.8 (#60)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.2 to 3.29.8. - [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...76621b6) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.29.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e2819ec commit 2458dff

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@181d5eefc20863364f96762470ba6f862bdef56b
56+
uses: github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed
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@181d5eefc20863364f96762470ba6f862bdef56b
79+
uses: github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed
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@181d5eefc20863364f96762470ba6f862bdef56b
61+
uses: github/codeql-action/upload-sarif@76621b61decf072c1cee8dd1ce2d2a82d33c17ed
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@181d5eefc20863364f96762470ba6f862bdef56b
67+
uses: github/codeql-action/upload-sarif@76621b61decf072c1cee8dd1ce2d2a82d33c17ed
6868
with:
6969
sarif_file: 'trivy-py-results.sarif'
7070
category: 'trivy-python'

0 commit comments

Comments
 (0)