Skip to content

Commit

Permalink
Merge pull request #2275 from aeisenberg/patch-1
Browse files Browse the repository at this point in the history
Clarify permisions on codeql-action starter
  • Loading branch information
orhantoy committed Jan 10, 2024
2 parents c31fe3d + 42326d0 commit 4d89c34
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion code-scanning/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,12 @@ jobs:
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
permissions:
# required for all workflows
security-events: write

# only required for workflows in private repositories
actions: read
contents: read
security-events: write

strategy:
fail-fast: false
Expand Down

0 comments on commit 4d89c34

Please sign in to comment.