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 c0dc313 commit 20b50b6Copy full SHA for 20b50b6
.github/workflows/gradle-wrapper-validation.yml
@@ -2,9 +2,6 @@ name: Gradle wrapper validation
2
3
on:
4
push:
5
- branches:
6
- - main
7
- - release/*
8
pull_request:
9
merge_group:
10
@@ -17,4 +14,5 @@ jobs:
17
14
steps:
18
15
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
19
16
+ # this needs to be in its own workflow in order to make OSSF scorecard happy
20
- uses: gradle/actions/wrapper-validation@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0
0 commit comments