Potential fix for code scanning alert no. 2: Workflow does not contain permissions

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
This commit is contained in:
Collin Barrett 2025-05-28 20:16:34 -05:00
parent d36f808493
commit d19feeb36b

View file

@ -21,6 +21,10 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
if: github.event_name == 'pull_request' && github.event.action != 'closed'
environment: