Skip to content

Commit 0480da7

Browse files
chore(deps): Bump github/codeql-action from 2.20.3 to 2.20.4 (#299)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.20.3 to 2.20.4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v2.20.3...v2.20.4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e81128c commit 0480da7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626

2727
# Initializes the CodeQL tools for scanning.
2828
- name: Initialize CodeQL
29-
uses: github/codeql-action/[email protected].3
29+
uses: github/codeql-action/[email protected].4
3030
with:
3131
languages: ${{ matrix.language }}
3232

3333
- name: Autobuild
34-
uses: github/codeql-action/[email protected].3
34+
uses: github/codeql-action/[email protected].4
3535

3636
- name: Perform CodeQL Analysis
37-
uses: github/codeql-action/[email protected].3
37+
uses: github/codeql-action/[email protected].4

.github/workflows/scorecards-analysis.yml

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

5858
# Upload the results to GitHub's code scanning dashboard.
5959
- name: "Upload to code-scanning"
60-
uses: github/codeql-action/[email protected].3
60+
uses: github/codeql-action/[email protected].4
6161
with:
6262
sarif_file: results.sarif

0 commit comments

Comments
 (0)