Skip to content

Commit

Permalink
Bring CodeQL GitHub Actions workflow more in line with defaults
Browse files Browse the repository at this point in the history
Newer defaults and not permissions I intentionally removed, I think?
  • Loading branch information
charmander committed Dec 4, 2023
1 parent 0971e69 commit f4a5eef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,17 @@ jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
timeout-minutes: 360
permissions:
actions: read
contents: read
security-events: write

strategy:
fail-fast: false
matrix:
language:
- javascript
- javascript-typescript
- python

steps:
Expand Down

0 comments on commit f4a5eef

Please sign in to comment.