Skip to content

Commit

Permalink
Update codeql-analyze.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cjaehnen authored Jul 25, 2024
1 parent 09a2a6c commit e62f6e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ jobs:
distribution: ${{ inputs.java-distribution }}

- name: Initialize
uses: github/codeql-action/init@codeql-bundle-20230524
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}

- name: Auto Build
uses: github/codeql-action/autobuild@codeql-bundle-20230524
uses: github/codeql-action/autobuild@v3

- name: Analyze
uses: github/codeql-action/analyze@codeql-bundle-20230524
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"

0 comments on commit e62f6e6

Please sign in to comment.