Skip to content
Open

cruft #169

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/viseshrp/yapc",
"commit": "fd35c9fbb198e54ac9b07167e8fd53dceeeaac2f",
"commit": "65c97a846c9245a9924e1c6aa7740b35b96a32ab",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Please update the pull request description to detail what changes this new template version introduces. This context is crucial for a thorough review and for future maintainability.

"checkout": null,
"context": {
"cookiecutter": {
Expand All @@ -16,7 +16,7 @@
"git_init": "n",
"github_actions": "y",
"_template": "https://github.com/viseshrp/yapc",
"_commit": "fd35c9fbb198e54ac9b07167e8fd53dceeeaac2f"
"_commit": "65c97a846c9245a9924e1c6aa7740b35b96a32ab"
}
},
"directory": null
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -38,3 +43,6 @@ jobs:

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
# Tag results clearly for Python
category: "/language:python"
Loading