Skip to content

Commit

Permalink
Fix Github actions security warning
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcell committed Aug 16, 2023
1 parent 37e9fdf commit efcd015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
java-version: '11'
distribution: 'temurin'
- name: Build with Gradle
uses: gradle/gradle-build-action@0d13054264b0bb894ded474f08ebb30921341cee
uses: gradle/gradle-build-action@2.7.0
with:
#arguments: build
arguments: installDist
Expand Down

0 comments on commit efcd015

Please sign in to comment.