We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aa2d71 commit 9a58695Copy full SHA for 9a58695
1 file changed
.github/workflows/ci.yaml
@@ -9,6 +9,8 @@ on:
9
schedule:
10
- cron: '0 2 * * 1' # At 02:00 on Monday
11
12
+permissions: {}
13
+
14
jobs:
15
test:
16
name: Test
@@ -102,6 +104,11 @@ jobs:
102
104
codeql:
103
105
name: CodeQL
106
runs-on: ubuntu-latest
107
108
+ permissions:
109
+ # See: https://github.com/github/codeql-action/blob/008b2cc71c4cf3401f45919d8eede44a65b4a322/README.md#usage
110
+ security-events: write
111
112
steps:
113
- name: Checkout repository
114
uses: actions/checkout@v2
0 commit comments