From 6812fe5fdaf4fcacc188841b18ad824b8f11e398 Mon Sep 17 00:00:00 2001 From: ITensorBot <278814285+ITensorBot@users.noreply.github.com> Date: Mon, 4 May 2026 19:47:53 -0400 Subject: [PATCH] [PATCH] Apply codeql_advanced_setup patch --- .github/workflows/CodeQL.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/CodeQL.yml diff --git a/.github/workflows/CodeQL.yml b/.github/workflows/CodeQL.yml new file mode 100644 index 0000000..d2fcb68 --- /dev/null +++ b/.github/workflows/CodeQL.yml @@ -0,0 +1,13 @@ +name: "CodeQL" +on: + pull_request: + branches: + - "main" +permissions: + contents: "read" + security-events: "write" + actions: "read" +jobs: + codeql: + name: "CodeQL" + uses: "ITensor/ITensorActions/.github/workflows/CodeQL.yml@v2"