Skip to content

Commit 20f2026

Browse files
Github Actions(deps): Bump github/codeql-action from 4.32.6 to 4.35.1 (#122)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.32.6 to 4.35.1. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@0d579ff...c10b806) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andre Essing <21235652+aessing@users.noreply.github.com>
1 parent 651869e commit 20f2026

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

0 commit comments

Comments
 (0)