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