We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1834697 commit 22dd69eCopy full SHA for 22dd69e
2 files changed
.github/workflows/security.yml
@@ -6,6 +6,7 @@ on:
6
7
permissions:
8
contents: read
9
+ security-events: write
10
11
env:
12
python_version: "3.13"
{{cookiecutter.project_name|replace(" ", "")}}/.github/workflows/security.yml
@@ -16,6 +16,7 @@ on:
16
17
18
19
20
21
22
python_version: "{{ cookiecutter.python_version }}"
0 commit comments