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.
2 parents b40c1eb + 69b02e8 commit 18f4f3cCopy full SHA for 18f4f3c
.github/workflows/code-scan.yaml
@@ -34,6 +34,7 @@ jobs:
34
- name: Perform CodeQL Analysis
35
uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
36
fossa:
37
+ if: (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) && github.actor != 'dependabot[bot]'
38
runs-on: ubuntu-latest
39
permissions:
40
contents: read
0 commit comments