Skip to content

Commit c2bb4d5

Browse files
Merge pull request #10 from codeplaysoftware/security-improvements
Security and Performance Improvements
2 parents da72388 + 7ed9f2f commit c2bb4d5

36 files changed

+1721
-1573
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,16 @@ on:
88
schedule:
99
- cron: '31 11 * * 2'
1010

11+
permissions: read-all
12+
1113
jobs:
1214
analyze:
1315
name: Analyze (${{ matrix.language }})
1416
runs-on: 'ubuntu-latest'
1517
timeout-minutes: 360
1618
permissions:
17-
# required for all workflows
1819
security-events: write
1920

20-
# required to fetch internal or private CodeQL packs
21-
packages: read
22-
23-
# only required for workflows in private repositories
24-
actions: read
25-
contents: read
26-
2721
strategy:
2822
fail-fast: false
2923
matrix:

0 commit comments

Comments
 (0)