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 7d2a70f commit 017e39bCopy full SHA for 017e39b
.github/workflows/android.yml
@@ -17,6 +17,8 @@ jobs:
17
steps:
18
- name: Check out repo
19
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
+ with:
21
+ persist-credentials: false
22
23
- name: Setup JDK 17
24
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
.github/workflows/release.yml
@@ -14,6 +14,8 @@ jobs:
14
15
- name: Checkout step
16
- name: Validate checksums of the Gradle Wrapper JAR files
uses: gradle/wrapper-validation-action@f9c9c575b8b21b6485636a91ffecd10e558c62f6 # v3.5.0
0 commit comments