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 8, 2024
1 parent 7877a8b commit 9cc76b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Cache
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v2.4.2
- name: Validate
run: ./gradlew check validatePlugins --continue
2 changes: 1 addition & 1 deletion .github/workflows/publish-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Cache
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v2.4.2
- name: Validate
run: ./gradlew check validatePlugins --continue
- name: Publish
Expand Down

0 comments on commit 9cc76b3

Please sign in to comment.