build(deps): bump github/codeql-action from 2.20.1 to 2.20.4

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.20.1 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](f6e388ebf0...489225d82a)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-07-17 10:55:18 +00:00 committed by GitHub
parent 5dddfe28aa
commit c6c9644a1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -25,9 +25,9 @@ jobs:
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- name: Initialize CodeQL
uses: github/codeql-action/init@f6e388ebf0efc915c6c5b165b019ee61a6746a38
uses: github/codeql-action/init@489225d82a57396c6f426a40e66d461b16b3461d
with:
languages: 'python'
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@f6e388ebf0efc915c6c5b165b019ee61a6746a38
uses: github/codeql-action/analyze@489225d82a57396c6f426a40e66d461b16b3461d

View file

@ -34,6 +34,6 @@ jobs:
publish_results: true
- name: "Upload to code-scanning dashboard"
uses: github/codeql-action/upload-sarif@f6e388ebf0efc915c6c5b165b019ee61a6746a38
uses: github/codeql-action/upload-sarif@489225d82a57396c6f426a40e66d461b16b3461d
with:
sarif_file: results.sarif