Skip to content

Commit

Permalink
Bump github/codeql-action from 2.22.5 to 2.22.6 (#104016)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 15, 2023
1 parent cfac6d1 commit 8804836
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
uses: actions/checkout@v4.1.1

- name: Initialize CodeQL
uses: github/codeql-action/init@v2.22.5
uses: github/codeql-action/init@v2.22.6
with:
languages: python

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2.22.5
uses: github/codeql-action/analyze@v2.22.6
with:
category: "/language:python"

0 comments on commit 8804836

Please sign in to comment.