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 d37cb32 commit dc80076Copy full SHA for dc80076
.github/workflows/gradle-build.yml
@@ -16,8 +16,10 @@ jobs:
16
java-version: 20
17
distribution: 'temurin'
18
cache: gradle
19
- - name: Easy detect-secrets
20
- uses: RobertFischer/[email protected]
+ - name: Detect secrets
+ run: |
21
+ pip install detect-secrets
22
+ git ls-files -z | xargs -0 detect-secrets-hook --baseline .secrets.baseline
23
- name: Grant execute permission for gradlew
24
run: chmod +x gradlew
25
- name: Build with Gradle
0 commit comments