Skip to content

Commit 577990b

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Github Actions] markdownlint standardization.
1 parent ea2b755 commit 577990b

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,25 @@ on: # yamllint disable-line rule:truthy
3434

3535
jobs:
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

0 commit comments

Comments
 (0)