We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5792d8a commit de488bcCopy full SHA for de488bc
2 files changed
.github/workflows/ci.yml
@@ -2,6 +2,10 @@ name: ci
2
3
on: [push, pull_request]
4
5
+permissions:
6
+ contents: read
7
+ pull-requests: read
8
+
9
jobs:
10
build_linux:
11
runs-on: ubuntu-latest
.github/workflows/codeql.yml
@@ -6,6 +6,11 @@ on:
schedule:
- cron: '0 5 * * 3'
12
+ security-events: write
13
14
15
codeql:
16
0 commit comments