diff options
| author | Josh Soref <2119212+jsoref@users.noreply.github.com> | 2024-03-04 00:28:41 -0500 |
|---|---|---|
| committer | Josh Soref <2119212+jsoref@users.noreply.github.com> | 2025-01-26 15:20:10 -0500 |
| commit | 80365f277afa05b329422362cbef6a4aa92317cd (patch) | |
| tree | 244f255a40a20fdc64f5a7ad846c5d4a96f86c6d /.github | |
| parent | 0541808c256a75676909f5e6c182a9d9da12abcc (diff) | |
chore(ci): Add permissions grant
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci-codeql-analysis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci-codeql-analysis.yml b/.github/workflows/ci-codeql-analysis.yml index f7366c7e04..96e72743e6 100644 --- a/.github/workflows/ci-codeql-analysis.yml +++ b/.github/workflows/ci-codeql-analysis.yml @@ -8,6 +8,10 @@ on: schedule: - cron: '24 2 * * 4' +permissions: + contents: read + security-events: write + jobs: analyze: name: Analyze |
