mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Merge pull request #2034 from theupdateframework/dependabot/github_actions/github/codeql-action-2.1.13
build(deps): bump github/codeql-action from 2.1.12 to 2.1.13
This commit is contained in:
commit
b52ef0bcbb
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@27ea8f8fe5977c00f5b37e076ab846c5bd783b96
|
||||
uses: github/codeql-action/init@d00e8c09a38ef8c1ca1091fc55ef490776d2de73
|
||||
with:
|
||||
languages: 'python'
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@27ea8f8fe5977c00f5b37e076ab846c5bd783b96
|
||||
uses: github/codeql-action/analyze@d00e8c09a38ef8c1ca1091fc55ef490776d2de73
|
||||
|
|
|
|||
Loading…
Reference in a new issue