Skip to content

Commit

Permalink
Merge pull request #152 from github/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
Barry Gordon authored and GitHub committed Jun 27, 2022
2 parents 81a7029 + 5d0a829 commit 8e1680f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}

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

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

0 comments on commit 8e1680f

Please sign in to comment.