Skip to content

Commit 9ce8bab

Browse files
Bump github/codeql-action from 2.20.0 to 2.20.4 (#563)
1 parent 9bc7e2a commit 9ce8bab

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@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e
38+
uses: github/codeql-action/init@489225d82a57396c6f426a40e66d461b16b3461d
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@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e
47+
uses: github/codeql-action/analyze@489225d82a57396c6f426a40e66d461b16b3461d

.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@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e # v2.1.27
50+
uses: github/codeql-action/upload-sarif@489225d82a57396c6f426a40e66d461b16b3461d # v2.1.27
5151
with:
5252
sarif_file: results.sarif

0 commit comments

Comments
 (0)