Skip to content

Commit d442fa2

Browse files
build(deps): bump github/codeql-action from 2.1.17 to 2.1.18
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.17 to 2.1.18. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@0c670bb...2ca79b6) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4502406 commit d442fa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@0c670bbf0414f39666df6ce8e718ec5662c21e03
25+
uses: github/codeql-action/init@2ca79b6fa8d3ec278944088b4aa5f46912db5d63
2626
with:
2727
languages: 'python'
2828

2929
- name: Perform CodeQL Analysis
30-
uses: github/codeql-action/analyze@0c670bbf0414f39666df6ce8e718ec5662c21e03
30+
uses: github/codeql-action/analyze@2ca79b6fa8d3ec278944088b4aa5f46912db5d63

0 commit comments

Comments
 (0)