Skip to content

Commit 051d418

Browse files
chore(deps): bump github/codeql-action from 4.31.5 to 4.35.1 (#1106)
Signed-off-by: dependabot[bot] <support@github.com>
1 parent d2b3bdd commit 051d418

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql-analysis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
# Initializes the CodeQL tools for scanning.
5656
- name: Initialize CodeQL
57-
uses: github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
57+
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
5858
with:
5959
languages: ${{ matrix.language }}
6060
config-file: .github/codeql/codeql-config.yaml
@@ -67,4 +67,4 @@ jobs:
6767
# queries: ./path/to/local/query, your-org/your-repo/queries@main
6868

6969
- name: Perform CodeQL Analysis
70-
uses: github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
70+
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1

.github/workflows/scorecards-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ jobs:
5959

6060
# Upload the results to GitHub's code scanning dashboard.
6161
- name: Upload to code-scanning
62-
uses: github/codeql-action/upload-sarif@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
62+
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
6363
with:
6464
sarif_file: results.sarif

0 commit comments

Comments
 (0)