Skip to content

Commit

Permalink
fix(ci): upgrade Gradle Build Action to v2.4.2 to prevent secret leakage
Browse files Browse the repository at this point in the history
- Updated Gradle Build Action to v2.4.2 in GitHub workflows to fix potential secret leakage issue.
  • Loading branch information
Patrick Mirwald committed Aug 14, 2024
1 parent a8d776f commit f128e8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# needed for FirstCommitHashTaskTest
fetch-depth: 0
- name: Cache
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v2.4.2
- name: Build
run: ./gradlew build
- name: Validate
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# needed for FirstCommitHashTaskTest
fetch-depth: 0
- name: Cache
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v2.4.2
- name: Build
run: ./gradlew build
- name: Validate
Expand Down

0 comments on commit f128e8a

Please sign in to comment.