We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5266f23 commit c909d6bCopy full SHA for c909d6b
.github/workflows/codeql-analysis.yml
@@ -6,9 +6,16 @@ on:
6
schedule:
7
- cron: '0 4 * * 6'
8
9
+permissions:
10
+ contents: read # to fetch code (actions/checkout)
11
+
12
jobs:
13
CodeQL-Build:
14
15
+ permissions:
16
17
+ security-events: write # (github/codeql-action/autobuild)
18
19
runs-on: ubuntu-latest
20
21
steps:
.github/workflows/node.js.yml
@@ -2,6 +2,9 @@ name: CI
2
3
on: [push, pull_request]
4
5
build:
0 commit comments