Skip to content

Commit a09e155

Browse files
[UPDATE] (deps): Bump github/codeql-action from 4.32.5 to 4.32.6 in /.github/workflows (#118)
2 parents 9c9c999 + 822233f commit a09e155

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
# Initializes the CodeQL tools for scanning.
5050
- name: Initialize CodeQL
51-
uses: github/codeql-action/init@v4.32.5
51+
uses: github/codeql-action/init@v4.32.6
5252
with:
5353
languages: ${{ matrix.language }}
5454
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -59,7 +59,7 @@ jobs:
5959
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6060
# If this step fails, then you should remove it and run the build manually (see below)
6161
- name: Autobuild
62-
uses: github/codeql-action/autobuild@v4.32.5
62+
uses: github/codeql-action/autobuild@v4.32.6
6363

6464
# ℹ️ Command-line programs to run using the OS shell.
6565
# 📚 https://git.io/JvXDl
@@ -80,4 +80,4 @@ jobs:
8080
if: ${{ success() }}
8181

8282
- name: Perform CodeQL Analysis
83-
uses: github/codeql-action/analyze@v4.32.5
83+
uses: github/codeql-action/analyze@v4.32.6

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ jobs:
6565
# Upload the results to GitHub's code scanning dashboard (optional).
6666
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
6767
- name: "Upload to code-scanning"
68-
uses: github/codeql-action/upload-sarif@b895512248b1b5b0089ac3c33ecf123c2cd6f373 # v4.31.10
68+
uses: github/codeql-action/upload-sarif@babab88e549fbc29e9b0058b5d63e2817a135c17 # v4.32.6
6969
with:
7070
sarif_file: results.sarif

0 commit comments

Comments
 (0)