Skip to content

Commit

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

Update gradle/gradle-build-action action to v3 [SECURITY]
  • Loading branch information
nuhkoca authored Jun 25, 2024
2 parents dfcb861 + c2dc7ed commit 3fa5f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
java-version: '11'

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3

- name: Run Static Code Analysis
run: ./gradlew lintDebug ktlintCheck detekt
Expand Down

0 comments on commit 3fa5f46

Please sign in to comment.