From 39c38314c9dbea150233c7590266cef123ebe328 Mon Sep 17 00:00:00 2001 From: viseshrp Date: Mon, 16 Jun 2025 00:46:30 -0400 Subject: [PATCH] cruft --- .cruft.json | 4 ++-- .github/workflows/codeql.yml | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.cruft.json b/.cruft.json index 75320d2..edfe6c8 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/viseshrp/yapc", - "commit": "fd35c9fbb198e54ac9b07167e8fd53dceeeaac2f", + "commit": "65c97a846c9245a9924e1c6aa7740b35b96a32ab", "checkout": null, "context": { "cookiecutter": { @@ -16,7 +16,7 @@ "git_init": "n", "github_actions": "y", "_template": "https://github.com/viseshrp/yapc", - "_commit": "fd35c9fbb198e54ac9b07167e8fd53dceeeaac2f" + "_commit": "65c97a846c9245a9924e1c6aa7740b35b96a32ab" } }, "directory": null diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c1293bd..cb7aa6a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -16,8 +16,13 @@ jobs: runs-on: ubuntu-latest permissions: + # Required to upload code scanning results security-events: write + + # Only needed if you pull in private/internal packs packages: read + + # Required to read your repo’s contents actions: read contents: read @@ -38,3 +43,6 @@ jobs: - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v3 + with: + # Tag results clearly for Python + category: "/language:python"