Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yangxl88 authored Nov 15, 2024
1 parent 6b3ac5d commit b1e7a12
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,17 @@ jobs:
# - https://gh.io/using-larger-runners (GitHub.com only)
# Consider using larger runners or machines with greater resources for possible analysis time improvements.
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
permissions:
permissions: write-all

# required for all workflows
security-events: write
# security-events: write

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

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

strategy:
fail-fast: false
Expand Down

0 comments on commit b1e7a12

Please sign in to comment.