Skip to content

Commit 1766f14

Browse files
committed
ci:codeql update
1 parent 56806fe commit 1766f14

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@ jobs:
99
analyze:
1010
runs-on: ubuntu-latest
1111
permissions:
12-
# required for all workflows
1312
security-events: write
14-
# required to fetch internal or private CodeQL packs
1513
packages: read
16-
# only required for workflows in private repositories
1714
actions: read
1815
contents: read
1916

@@ -40,7 +37,7 @@ jobs:
4037
- name: Set up Dependency Environment
4138
run: |
4239
cd libxengine
43-
chmod 777 *
40+
chmod +x ./XEngine_LINEnv.sh
4441
sudo ./XEngine_LINEnv.sh -i 3
4542
4643
- name: Initialize CodeQL
@@ -59,6 +56,4 @@ jobs:
5956
category: "/language:${{matrix.language}}"
6057

6158
- name: Upload CodeQL results
62-
uses: github/codeql-action/upload-sarif@v2
63-
with:
64-
sarif_file: results/cpp.sarif
59+
uses: github/codeql-action/upload-sarif@v3

0 commit comments

Comments
 (0)