Skip to content

Commit

Permalink
Merge pull request #12 from chcg/dependabot/github_actions/github/cod…
Browse files Browse the repository at this point in the history
…eql-action-3

Bump github/codeql-action from 2 to 3
  • Loading branch information
chcg authored Dec 18, 2023
2 parents f11a61b + 2b7e4fb commit cbe57e1
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 @@ -20,7 +20,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
# Override language selection by uncommenting this and choosing your languages
# with:
# languages: go, javascript, csharp, python, cpp, java
Expand Down Expand Up @@ -49,4 +49,4 @@ jobs:
run: msbuild SpeechPlugin.vcxproj /m /p:configuration="Debug" /p:platform="x64"

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

0 comments on commit cbe57e1

Please sign in to comment.