Skip to content

Commit

Permalink
Update codeql-analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dagerzuniga authored and PatrickTulskie committed May 8, 2024
1 parent 532fae4 commit d603f80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
if: github.repository_owner == 'ltvco'
with:
languages: ${{ matrix.language }}
Expand All @@ -51,7 +51,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@v3
if: github.repository_owner == 'ltvco'

# ℹ️ Command-line programs to run using the OS shell.
Expand All @@ -66,7 +66,7 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
if: github.repository_owner == 'ltvco'

- name: Send custom JSON data to Slack workflow
Expand Down

0 comments on commit d603f80

Please sign in to comment.