Skip to content

Commit ae3d6e7

Browse files
Bump github/codeql-action from 2.3.1 to 2.20.3 (#1543)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.3.1 to 2.20.3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@8662eab...46ed16d) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8b39e6e commit ae3d6e7

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
@@ -54,7 +54,7 @@ jobs:
5454

5555
# Initializes the CodeQL tools for scanning.
5656
- name: Initialize CodeQL
57-
uses: github/codeql-action/init@8662eabe0e9f338a07350b7fd050732745f93848 # 2.3.1
57+
uses: github/codeql-action/init@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # 2.20.3
5858
with:
5959
languages: ${{ matrix.language }}
6060
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -84,4 +84,4 @@ jobs:
8484
-DskipTests
8585
8686
- name: Perform CodeQL Analysis
87-
uses: github/codeql-action/analyze@8662eabe0e9f338a07350b7fd050732745f93848 # 2.3.1
87+
uses: github/codeql-action/analyze@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # 2.20.3

.github/workflows/scorecards-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ jobs:
6767
retention-days: 5
6868

6969
- name: "Upload to code-scanning"
70-
uses: github/codeql-action/upload-sarif@8662eabe0e9f338a07350b7fd050732745f93848 # 2.1.22
70+
uses: github/codeql-action/upload-sarif@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # 2.1.22
7171
with:
7272
sarif_file: results.sarif

0 commit comments

Comments
 (0)