move permissions to top level

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