Skip to content

Commit

Permalink
read-all permissions for github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dashpole committed Apr 8, 2024
1 parent 4caace7 commit 49cbc6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: ci
permissions: read-all
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "CodeQL Analysis"

permissions: read-all
on:
workflow_dispatch:
schedule:
Expand Down

0 comments on commit 49cbc6d

Please sign in to comment.