We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 142dfc8 commit e9c221cCopy full SHA for e9c221c
.github/workflows/ci.yml
@@ -172,7 +172,7 @@ jobs:
172
runs-on: ubuntu-latest
173
permissions:
174
contents: read # for actions/checkout
175
- security-events: write
+ security-events: write # for codeql-action
176
steps:
177
- name: Checkout repo
178
uses: actions/checkout@v3
.github/workflows/pull_request.yml
@@ -5,6 +5,7 @@ jobs:
5
ci:
6
7
8
9
uses: ./.github/workflows/ci.yml
10
11
dependency-review:
0 commit comments