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 84559ef + 43c8263 commit 8931442Copy full SHA for 8931442
.github/workflows/codeql.yml
@@ -1,6 +1,10 @@
1
name: CodeQL
2
3
-on: workflow_call
+# Due to lower score on Scorecard we're running this separately from
4
+# "PR/push" workflow. For some reason permissions weren't properly set
5
+# or recognized (by Scorecard). If Scorecard changes its behavior we can
6
+# go back to use 'workflow_call' trigger.
7
+on: [push, pull_request]
8
9
permissions:
10
contents: read
.github/workflows/pr_push.yml
@@ -85,9 +85,3 @@ jobs:
85
Benchmark:
86
needs: [Build]
87
uses: ./.github/workflows/benchmarks.yml
88
- CodeQL:
89
- permissions:
90
- contents: read
91
- security-events: write
92
- needs: [Build]
93
- uses: ./.github/workflows/codeql.yml
0 commit comments