Skip to content

Commit 0bfadfb

Browse files
build(deps): bump github/codeql-action in the all group
--- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.29.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bbb9cbd commit 0bfadfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ jobs:
4141
pip install .
4242
4343
- name: CodeQL Init
44-
uses: github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858
44+
uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b
4545
with:
4646
languages: python
4747

4848
- name: CodeQL Analyze
49-
uses: github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858
49+
uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b
5050
with:
5151
category: "/language:python"

0 commit comments

Comments
 (0)