Skip to content

Commit a1117e2

Browse files
build(deps): bump github/codeql-action from 4.32.1 to 4.32.2 in the github-actions group across 1 directory (#601)
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.1 to 4.32.2 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@6bc82e0...45cbd0c) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.32.2 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 f2b0c57 commit a1117e2

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
@@ -185,7 +185,7 @@ jobs:
185185

186186
# Initializes the CodeQL tools for scanning.
187187
- name: Initialize CodeQL
188-
uses: github/codeql-action/init@6bc82e05fd0ea64601dd4b465378bbcf57de0314 # v4.32.1
188+
uses: github/codeql-action/init@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
189189
with:
190190
languages: ${{ matrix.language }}
191191
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -205,10 +205,10 @@ jobs:
205205
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
206206
- name: Autobuild
207207
if: matrix.build-mode == 'autobuild'
208-
uses: github/codeql-action/autobuild@6bc82e05fd0ea64601dd4b465378bbcf57de0314 # v4.32.1
208+
uses: github/codeql-action/autobuild@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
209209

210210
- name: Perform CodeQL Analysis
211-
uses: github/codeql-action/analyze@6bc82e05fd0ea64601dd4b465378bbcf57de0314 # v4.32.1
211+
uses: github/codeql-action/analyze@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
212212
with:
213213
category: "${{ matrix.category }}"
214214
output: sarif-results
@@ -225,7 +225,7 @@ jobs:
225225
-third\-party/**
226226
227227
- name: Upload SARIF
228-
uses: github/codeql-action/upload-sarif@6bc82e05fd0ea64601dd4b465378bbcf57de0314 # v4.32.1
228+
uses: github/codeql-action/upload-sarif@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
229229
with:
230230
category: "${{ matrix.category }}"
231231
sarif_file: sarif-results/${{ matrix.language }}.sarif

0 commit comments

Comments
 (0)