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 2252995 commit 4a25a22Copy full SHA for 4a25a22
.github/workflows/build.yml
@@ -7,6 +7,8 @@ jobs:
7
steps:
8
- name: Checkout Repository
9
uses: actions/checkout@v4
10
+ with:
11
+ persist-credentials: false
12
- name: Validate Gradle Wrapper
13
uses: gradle/actions/wrapper-validation@v4
14
- name: Set up JDK 21
.github/workflows/update-gradle-wrapper.yml
@@ -10,6 +10,8 @@ jobs:
15
16
uses: actions/setup-java@v4
17
with:
0 commit comments