Potential fix for code scanning alert no. 5: 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:14:04 -05:00
parent 2ea6cd56c2
commit afc87722c3

View file

@ -120,6 +120,9 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
if: github.event_name == 'pull_request' && github.event.action == 'closed'
steps: