Skip to content

Commit c36570e

Browse files
Bump github/codeql-action from 3.29.11 to 3.30.2
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.11 to 3.30.2. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3.29.11...v3.30.2) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.30.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 376f6ce commit c36570e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
uses: actions/checkout@v5.0.0
2525

2626
- name: Initialize CodeQL
27-
uses: github/codeql-action/init@v3.29.11
27+
uses: github/codeql-action/init@v3.30.2
2828
with:
2929
languages: python
3030

3131
- name: Perform CodeQL Analysis
32-
uses: github/codeql-action/analyze@v3.29.11
32+
uses: github/codeql-action/analyze@v3.30.2
3333
with:
3434
category: "/language:python"

0 commit comments

Comments
 (0)