Skip to content

Commit

Permalink
Merge pull request #36 from issue-ops/dependabot/github_actions/githu…
Browse files Browse the repository at this point in the history
…b/codeql-action-3

Bump github/codeql-action from 2 to 3
  • Loading branch information
ncalteen authored Jan 1, 2024
2 parents 2e8edf3 + 2d2fe1a commit 7bae6f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:

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

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

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

0 comments on commit 7bae6f4

Please sign in to comment.