We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0faee55 commit ac95df1Copy full SHA for ac95df1
.github/workflows/gradle-wrapper-validation.yml
@@ -1,19 +1,16 @@
1
name: Gradle wrapper validation
2
+
3
on:
- pull_request:
4
- paths:
5
- - '**/gradle/wrapper/**'
6
push:
7
8
+ pull_request:
9
10
permissions:
11
contents: read
12
13
jobs:
14
- validation:
+ gradle-wrapper-validation:
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
19
- - uses: gradle/wrapper-validation-action@f9c9c575b8b21b6485636a91ffecd10e558c62f6 # v3.5.0
+ - uses: gradle/actions/wrapper-validation@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
0 commit comments