Skip to content

Commit

Permalink
Update actions for running CodeQL workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0xnm committed Apr 4, 2024
1 parent fb5a1de commit bbe5680
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Java 17
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 17

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -56,6 +56,6 @@ jobs:

# Perform the analysis
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"

0 comments on commit bbe5680

Please sign in to comment.