mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
build(deps): bump github/codeql-action from 2.1.14 to 2.1.15
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.14 to 2.1.15.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](41a4ada31b...3f62b754e2)
---
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:
parent
1796947059
commit
b869320624
1 changed files with 2 additions and 2 deletions
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
|
|
@ -22,9 +22,9 @@ jobs:
|
|||
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@41a4ada31ba866a7f1196b9602703a89edd69e22
|
||||
uses: github/codeql-action/init@3f62b754e23e0dd60f91b744033e1dc1654c0ec6
|
||||
with:
|
||||
languages: 'python'
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@41a4ada31ba866a7f1196b9602703a89edd69e22
|
||||
uses: github/codeql-action/analyze@3f62b754e23e0dd60f91b744033e1dc1654c0ec6
|
||||
|
|
|
|||
Loading…
Reference in a new issue