Skip to content

Commit

Permalink
fix: update workflow permissions with explicit access
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirZandiehprojects committed Nov 18, 2024
1 parent 2175036 commit 3e31b20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
types: [opened, synchronize, reopened]

permissions:
contents: write # Changed from read
contents: write # Changed from read hi
pull-requests: write
issues: write
checks: write
actions: write # Added
security-events: write # Added
discussions: write # Addedss
discussions: write # Added ss
statuses: write # Added

jobs:
Expand Down

0 comments on commit 3e31b20

Please sign in to comment.