Skip to content

Commit a49d8cb

Browse files
build(deps): bump github/codeql-action from 2.1.15 to 2.1.16
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.15 to 2.1.16. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@3f62b75...3e7e3b3) --- 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>
1 parent c12be48 commit a49d8cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
2323

2424
- name: Initialize CodeQL
25-
uses: github/codeql-action/init@3f62b754e23e0dd60f91b744033e1dc1654c0ec6
25+
uses: github/codeql-action/init@3e7e3b32d0fb8283594bb0a76cc60a00918b0969
2626
with:
2727
languages: 'python'
2828

2929
- name: Perform CodeQL Analysis
30-
uses: github/codeql-action/analyze@3f62b754e23e0dd60f91b744033e1dc1654c0ec6
30+
uses: github/codeql-action/analyze@3e7e3b32d0fb8283594bb0a76cc60a00918b0969

0 commit comments

Comments
 (0)