Skip to content

Commit 22dd69e

Browse files
authored
ci(codeql): ensure correct permissions (#32)
1 parent 1834697 commit 22dd69e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/security.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
permissions:
88
contents: read
9+
security-events: write
910

1011
env:
1112
python_version: "3.13"

{{cookiecutter.project_name|replace(" ", "")}}/.github/workflows/security.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616

1717
permissions:
1818
contents: read
19+
security-events: write
1920

2021
env:
2122
python_version: "{{ cookiecutter.python_version }}"

0 commit comments

Comments
 (0)