Skip to content

Commit

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

Bump github/codeql-action from 1 to 2
  • Loading branch information
chcg authored May 3, 2022
2 parents 3971c49 + d36c0a7 commit 09dd707
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@v1
uses: github/codeql-action/init@v2
# 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 HexEditor.vcxproj /m /p:configuration="Debug" /p:platform="x64" /p:PlatformToolset="v142"

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

0 comments on commit 09dd707

Please sign in to comment.