From 239e788d2bf36d65ac691170a764d378b561bef3 Mon Sep 17 00:00:00 2001 From: Akinori Hattori Date: Sun, 24 Mar 2024 21:28:19 +0900 Subject: [PATCH] Update .github/workflows/codeql.yml --- .github/workflows/codeql.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index bdf9330..06edc4e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -4,6 +4,8 @@ on: pull_request: schedule: - cron: '0 6 * * 3' +permissions: + security-events: write jobs: analyze: strategy: @@ -25,7 +27,7 @@ jobs: python-version: 3.x - name: Install dependencies run: | - python -m pip install -U pip setuptools + python -m pip install -U pip setuptools "scmver[toml]" - name: Initialize CodeQL uses: github/codeql-action/init@v3 with: