Skip to content

Commit

Permalink
Merge pull request #31 from CXwudi/renovate/github-tags-gradle/gradle…
Browse files Browse the repository at this point in the history
…-build-action-vulnerability

⬆ upgrade gradle/gradle-build-action action to v3 [SECURITY]
  • Loading branch information
CXwudi authored Jun 17, 2024
2 parents 18ca48e + 809e8be commit 7643a4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
distribution: 'temurin'

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
build-root-directory: gradle/plugins

Expand All @@ -54,6 +54,6 @@ jobs:
run: chmod +x gradlew

- name: Check with Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
arguments: check --scan

0 comments on commit 7643a4d

Please sign in to comment.