Skip to content

Commit

Permalink
Merge pull request #10 from codeplaysoftware/security-improvements
Browse files Browse the repository at this point in the history
Security and Performance Improvements
  • Loading branch information
scottstraughan authored Jul 12, 2024
2 parents da72388 + 7ed9f2f commit c2bb4d5
Show file tree
Hide file tree
Showing 36 changed files with 1,721 additions and 1,573 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,16 @@ on:
schedule:
- cron: '31 11 * * 2'

permissions: read-all

jobs:
analyze:
name: Analyze (${{ matrix.language }})
runs-on: 'ubuntu-latest'
timeout-minutes: 360
permissions:
# required for all workflows
security-events: write

# required to fetch internal or private CodeQL packs
packages: read

# only required for workflows in private repositories
actions: read
contents: read

strategy:
fail-fast: false
matrix:
Expand Down
Loading

0 comments on commit c2bb4d5

Please sign in to comment.