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 5db9ea3 commit 4bd68a2Copy full SHA for 4bd68a2
.github/workflows/security.yml
@@ -22,9 +22,3 @@ jobs:
22
uses: gitleaks/gitleaks-action@v2
23
env:
24
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25
-
26
- # Upload SARIF produced by the action (results.sarif)
27
- - name: Upload SARIF to Code Scanning
28
- uses: github/codeql-action/upload-sarif@v4
29
- with:
30
- sarif_file: results.sarif
0 commit comments