Skip to content

Commit 30ff8fe

Browse files
Bump github/codeql-action from 2.3.5 to 2.20.0 (#532)
1 parent 0693c99 commit 30ff8fe

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,7 +35,7 @@ jobs:
3535

3636
# Initializes the CodeQL tools for scanning.
3737
- name: Initialize CodeQL
38-
uses: github/codeql-action/init@0225834cc549ee0ca93cb085b92954821a145866
38+
uses: github/codeql-action/init@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e
3939
with:
4040
languages: ${{ matrix.language }}
4141
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -44,4 +44,4 @@ jobs:
4444
# queries: ./path/to/local/query, your-org/your-repo/queries@main
4545

4646
- name: Perform CodeQL Analysis
47-
uses: github/codeql-action/analyze@0225834cc549ee0ca93cb085b92954821a145866
47+
uses: github/codeql-action/analyze@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e

.github/workflows/scorecard.yml

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

4848
# Upload the results to GitHub's code scanning dashboard.
4949
- name: "Upload to code-scanning"
50-
uses: github/codeql-action/upload-sarif@0225834cc549ee0ca93cb085b92954821a145866 # v2.1.27
50+
uses: github/codeql-action/upload-sarif@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e # v2.1.27
5151
with:
5252
sarif_file: results.sarif

0 commit comments

Comments
 (0)