File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -34,13 +34,25 @@ on: # yamllint disable-line rule:truthy
3434
3535jobs :
3636 analyze :
37- name : Analyze
37+ name : Analyze (${{ matrix.language }})
38+ # Runner size impacts CodeQL analysis time. To learn more, please see:
39+ # - https://gh.io/recommended-hardware-resources-for-running-codeql
40+ # - https://gh.io/supported-runners-and-hardware-resources
41+ # - https://gh.io/using-larger-runners (GitHub.com only)
42+ # Consider using larger runners or machines with greater resources
43+ # for possible analysis time improvements.
3844 runs-on :
3945 ${{ (matrix.language == 'swift' && 'macos-14') || 'ubuntu-24.04' }}
4046 permissions :
47+ # required for all workflows
48+ security-events : write
49+
50+ # required to fetch internal or private CodeQL packs
51+ packages : read
52+
53+ # only required for workflows in private repositories
4154 actions : read
4255 contents : read
43- security-events : write
4456
4557 strategy :
4658 fail-fast : false
You can’t perform that action at this time.
0 commit comments