Skip to content

Commit

Permalink
Merge pull request #1505 from microsoft/dependabot/github_actions/git…
Browse files Browse the repository at this point in the history
…hub/codeql-action-3

Bump github/codeql-action from 2 to 3
  • Loading branch information
baywet authored Dec 18, 2023
2 parents ffd84ed + 4f83e5d commit 0192123
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 @@ -23,7 +23,7 @@ jobs:

- name: Initialize CodeQL
id: init_codeql
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
queries: security-and-quality

Expand All @@ -43,6 +43,6 @@ jobs:
- name: Perform CodeQL Analysis
id: analyze_codeql
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3

# Built with ❤ by [Pipeline Foundation](https://pipeline.foundation)

0 comments on commit 0192123

Please sign in to comment.