We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a572750 commit b53dbe7Copy full SHA for b53dbe7
1 file changed
.github/workflows/codeql.yml
@@ -3,8 +3,8 @@ name: "CodeQL Advanced"
3
on:
4
push:
5
branches: [ "develop" ]
6
- pull_request:
7
- branches: [ "develop" ]
+
+permissions: write-all
8
9
jobs:
10
analyze:
@@ -46,8 +46,6 @@ jobs:
46
run: |
47
cd XEngine_Source
48
make
49
- make FLAGS=InstallAll
50
- make FLAGS=CleanAll
51
52
- name: Perform CodeQL Analysis
53
uses: github/codeql-action/analyze@v3
0 commit comments