Skip to content

Commit 558354e

Browse files
committed
Moved permissions block in the workflows.
1 parent 1825571 commit 558354e

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ on:
88
paths:
99
- '.github/workflows/codeql-analysis.yml'
1010

11-
name: Codeql analysis
1211
permissions:
1312
contents: read
1413
security-events: write
14+
15+
name: Codeql analysis
1516
jobs:
1617
scan_linux:
1718
name: Linux Q${{matrix.quantum}}-x64 hdri=${{matrix.hdri}} (${{matrix.modules}})

.github/workflows/daily.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ on:
1313
paths:
1414
- '.github/workflows/daily.yml'
1515

16-
name: Daily
1716
permissions:
1817
contents: read
18+
19+
name: Daily
1920
jobs:
2021
change_log:
2122
name: Create ChangeLog.md

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ on:
88
branches:
99
- main
1010

11-
name: Main
1211
permissions:
1312
contents: read
13+
14+
name: Main
1415
jobs:
1516
build_linux:
1617
name: Build Linux

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ on:
1717
paths:
1818
- .github/workflows/release.yml
1919

20-
name: Release
2120
permissions:
2221
contents: read
22+
23+
name: Release
2324
jobs:
2425
version:
2526
name: Set version

0 commit comments

Comments
 (0)