Skip to content

Commit 3ccff79

Browse files
build(deps): bump github/codeql-action from 4.32.5 to 4.32.6 in the github-actions group across 1 directory (#631)
build(deps): bump github/codeql-action Bumps the github-actions group with 1 update in the / directory: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 4.32.5 to 4.32.6 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@c793b71...0d579ff) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.32.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 07542a4 commit 3ccff79

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/__call-codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245

246246
# Initializes the CodeQL tools for scanning.
247247
- name: Initialize CodeQL
248-
uses: github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
248+
uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
249249
with:
250250
languages: ${{ matrix.language }}
251251
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -265,10 +265,10 @@ jobs:
265265
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
266266
- name: Autobuild
267267
if: matrix.build-mode == 'autobuild'
268-
uses: github/codeql-action/autobuild@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
268+
uses: github/codeql-action/autobuild@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
269269

270270
- name: Perform CodeQL Analysis
271-
uses: github/codeql-action/analyze@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
271+
uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
272272
with:
273273
category: "${{ matrix.category }}"
274274
output: sarif-results
@@ -285,7 +285,7 @@ jobs:
285285
-third\-party/**
286286
287287
- name: Upload SARIF
288-
uses: github/codeql-action/upload-sarif@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
288+
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
289289
with:
290290
category: "${{ matrix.category }}"
291291
sarif_file: sarif-results/${{ matrix.language }}.sarif

0 commit comments

Comments
 (0)