Skip to content

Commit

Permalink
Use specific version of gradle/gradle-build-action for codeql.yml
Browse files Browse the repository at this point in the history
It can remove warnings from GitHub Security.
  • Loading branch information
utzcoz committed Nov 24, 2023
1 parent 803cff4 commit ef1c7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
distribution: 'zulu'
java-version: 17

- uses: gradle/gradle-build-action@v2
- uses: gradle/gradle-build-action@v2.9.0

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down

0 comments on commit ef1c7cc

Please sign in to comment.