Skip to content

Commit ee09c6f

Browse files
build(deps): bump github/codeql-action from 4.32.3 to 4.32.4 in the github-actions group across 1 directory (#617)
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.3 to 4.32.4 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@9e907b5...89a39a4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.32.4 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 1c64902 commit ee09c6f

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@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
188+
uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
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@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
208+
uses: github/codeql-action/autobuild@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
209209

210210
- name: Perform CodeQL Analysis
211-
uses: github/codeql-action/analyze@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
211+
uses: github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
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@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
228+
uses: github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
229229
with:
230230
category: "${{ matrix.category }}"
231231
sarif_file: sarif-results/${{ matrix.language }}.sarif

0 commit comments

Comments
 (0)