Skip to content

Commit

Permalink
Merge pull request #41 from zkoppert/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…/codeql-action-2

Bump github/codeql-action from 1 to 2
  • Loading branch information
zkoppert authored Nov 2, 2023
2 parents 582d5d1 + 61a976d commit b663de4
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 @@ -29,12 +29,12 @@ jobs:
uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}

- name: Autobuild
uses: github/codeql-action/autobuild@v1
uses: github/codeql-action/autobuild@v2

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2

0 comments on commit b663de4

Please sign in to comment.