move permissions to top level

This commit is contained in:
Conor Sloan
2024-08-10 11:10:28 +01:00
parent 229ed04906
commit e58130f44d
+5 -5
View File
@@ -12,16 +12,16 @@ on:
# schedule:
# - cron: '31 7 * * 3'
permissions:
actions: read
contents: read
security-events: write
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix: