Skip to content

Commit 92d2d91

Browse files
Potential fix for code scanning alert no. 6: Workflow does not contain permissions (#45)
Signed-off-by: Nathaniel Starkman <nstarman@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent ef94e6b commit 92d2d91

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ jobs:
6565
status:
6666
name: CI Pass
6767
runs-on: ubuntu-latest
68+
permissions:
69+
contents: read
6870
needs: [format, tests]
6971
if: always()
7072
steps:

0 commit comments

Comments
 (0)