Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Commit

Permalink
Update github/codeql-action action to v2.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 13, 2023
1 parent d6cdca1 commit 3b4bc6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4.1.0

- name: Initialize CodeQL
uses: github/codeql-action/init@v2.22.2
uses: github/codeql-action/init@v2.22.3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -32,7 +32,7 @@ jobs:
# queries: ./path/to/local/query, your-org/your-repo/queries@main

- name: Autobuild
uses: github/codeql-action/autobuild@v2.22.2
uses: github/codeql-action/autobuild@v2.22.3

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2.22.2
uses: github/codeql-action/analyze@v2.22.3

0 comments on commit 3b4bc6d

Please sign in to comment.