Skip to content

Commit 32fa41b

Browse files
committed
[PATCH] Apply codeql_advanced_setup patch
1 parent 8d72cb0 commit 32fa41b

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/CodeQL.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: "CodeQL"
2+
on:
3+
pull_request:
4+
branches:
5+
- "main"
6+
permissions:
7+
contents: "read"
8+
security-events: "write"
9+
actions: "read"
10+
jobs:
11+
codeql:
12+
name: "CodeQL"
13+
uses: "ITensor/ITensorActions/.github/workflows/CodeQL.yml@v2"

0 commit comments

Comments
 (0)