Skip to content

Commit e9718df

Browse files
authored
[PATCH] Apply codeql_advanced_setup patch (#52)
This PR applies the codeql_advanced_setup patch. Co-authored-by: ITensorBot <278814285+ITensorBot@users.noreply.github.com>
1 parent 0a94e7f commit e9718df

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)