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:
Ehren Bendler 2025-04-30 10:00:44 -04:00 committed by afayaz-feral
parent f5fbdcf014
commit 5f691c3171

View File

@ -1,5 +1,8 @@
name: Build and test
on: [push, pull_request]
permissions:
contents: read
actions: write
jobs:
build-and-test: