Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update github/codeql-action action to v2.21.9 #327

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): update github/codeql-action action to v2.21.9
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] authored Aug 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit f4145c2cf26a1b0b7fc5fb7b6413b235680e12d5
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -41,10 +41,10 @@ jobs:
with:
python-version-file: pyproject.toml
- name: initialize CodeQL
uses: github/codeql-action/init@v2.21.2
uses: github/codeql-action/init@v2.21.9
with:
languages: ${{ matrix.language }}
- name: perform CodeQL analysis
uses: github/codeql-action/analyze@v2.21.2
uses: github/codeql-action/analyze@v2.21.9
with:
category: "/language:${{matrix.language}}"