We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12684fd commit 6cb6114Copy full SHA for 6cb6114
.github/workflows/codeql-analysis.yml
@@ -8,16 +8,19 @@ on:
8
paths:
9
- .github/workflows/codeql-analysis.yml
10
11
+permissions: {}
12
+
13
name: codeql analysis
-permissions:
- contents: read
14
- packages: read
15
- security-events: write
16
jobs:
17
csharp:
18
name: CodeQL analysis (C#)
19
runs-on: windows-2022
20
+ permissions:
+ contents: read
21
+ packages: read
22
+ security-events: write
23
24
steps:
25
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
26
with:
@@ -51,6 +54,10 @@ jobs:
51
54
name: CodeQL analysis (GitHub Actions)
52
55
runs-on: ubuntu-24.04
53
56
57
58
59
60
61
62
63
0 commit comments