Skip to content

Commit 4d8a9ca

Browse files
Bump github/codeql-action from 2.3.2 to 4.31.2
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.3.2 to 4.31.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@f3feb00...0499de3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c186d01 commit 4d8a9ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535

3636
# Initializes the CodeQL tools for scanning.
3737
- name: Initialize CodeQL
38-
uses: github/codeql-action/init@f3feb00acb00f31a6f60280e6ace9ca31d91c76a
38+
uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee
3939
with:
4040
languages: javascript
4141

4242
- name: Perform CodeQL Analysis
43-
uses: github/codeql-action/analyze@f3feb00acb00f31a6f60280e6ace9ca31d91c76a
43+
uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee

.github/workflows/scorecards-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
# Upload the results to GitHub's code scanning dashboard.
5656
- name: Upload to code-scanning
57-
uses: github/codeql-action/upload-sarif@f3feb00acb00f31a6f60280e6ace9ca31d91c76a
57+
uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee
5858
with:
5959
sarif_file: results.sarif
6060

0 commit comments

Comments
 (0)