Skip to content

Commit

Permalink
Merge pull request #82 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 committed Dec 19, 2023
2 parents 94032da + 3ae9100 commit 4e15aa0
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 HexEditor.vcxproj /m /p:configuration="Debug" /p:platform="x64" /p:PlatformToolset="v143"

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

0 comments on commit 4e15aa0

Please sign in to comment.