Skip to content

Commit

Permalink
Merge pull request #42 from iTitus/dependabot/github_actions/gradle/w…
Browse files Browse the repository at this point in the history
…rapper-validation-action-2

Bump gradle/wrapper-validation-action from 1 to 2
  • Loading branch information
iTitus authored Jan 30, 2024
2 parents bff1094 + c4cfa20 commit 2e7ee34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/checkout@v4

- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1
uses: gradle/wrapper-validation-action@v2

- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4

- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1
uses: gradle/wrapper-validation-action@v2

- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit 2e7ee34

Please sign in to comment.