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
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,9 @@ on:
39
39
- 'pdf/**'
40
40
workflow_dispatch:
41
41
42
+
permissions:
43
+
contents: read
44
+
42
45
jobs:
43
46
analyze:
44
47
name: Analyze Rust
@@ -68,6 +71,11 @@ jobs:
68
71
# If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize how
69
72
# 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
70
73
steps:
74
+
- name: Harden the runner (Audit all outbound calls)
0 commit comments