You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/codeql.yml
+11-3
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,9 @@ on:
19
19
schedule:
20
20
- cron: '19 0 * * 5'
21
21
22
+
permissions:
23
+
contents: read
24
+
22
25
jobs:
23
26
analyze:
24
27
name: Analyze (${{ matrix.language }})
@@ -56,8 +59,13 @@ jobs:
56
59
# If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize how
57
60
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
58
61
steps:
62
+
- name: Harden the runner (Audit all outbound calls)
0 commit comments