Skip to content

Commit

Permalink
fix: Data written to GitHub Actions Cache may expose secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
wonderbird committed Mar 8, 2024
1 parent 02712cc commit c05a242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
distribution: 'temurin'

- name: Build and Test with Gradle
uses: gradle/gradle-build-action@0d13054264b0bb894ded474f08ebb30921341cee
uses: gradle/gradle-build-action@v2
with:
arguments: clean build test cucumber jacocoTestReport

Expand Down

0 comments on commit c05a242

Please sign in to comment.