Skip to content

Commit d9d22f3

Browse files
Bump github/codeql-action from 3.28.17 to 3.28.19
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.17 to 3.28.19. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@60168ef...fca7ace) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.28.19 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 762df59 commit d9d22f3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
python-version: ${{ matrix.python-version }}
4444

4545
- name: Initialize CodeQL
46-
uses: github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
46+
uses: github/codeql-action/init@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
4747
with:
4848
languages: ${{ matrix.language }}
4949
# source-root: lib
@@ -55,4 +55,4 @@ jobs:
5555
# queries: security-extended,security-and-quality
5656

5757
- name: Perform CodeQL Analysis
58-
uses: github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
58+
uses: github/codeql-action/analyze@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ jobs:
5555
# Upload the results to GitHub's code scanning dashboard (optional).
5656
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
5757
- name: "Upload to code-scanning"
58-
uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
58+
uses: github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
5959
with:
6060
sarif_file: results.sarif

0 commit comments

Comments
 (0)