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 1b8a3a8 commit 182e852Copy full SHA for 182e852
.github/workflows/gradle-build.yml
@@ -18,10 +18,6 @@ jobs:
18
java-version: 21
19
distribution: 'temurin'
20
cache: gradle
21
- - name: Detect secrets
22
- run: |
23
- pip install detect-secrets
24
- git ls-files -z | xargs -0 detect-secrets-hook --baseline .secrets.baseline
25
- name: Move generated sources to correct package
26
run: .\scripts\copyFilesOnBuild.ps1 -inputPath '.\src\main\java\com\microsoft\graph\generated'
27
shell: pwsh
.secrets.baseline
0 commit comments