We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce15ca3 commit 7daaf19Copy full SHA for 7daaf19
.github/workflows/eslint.yml
@@ -20,13 +20,14 @@ on:
20
21
permissions:
22
contents: read
23
- security-events: write
24
- actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
25
26
jobs:
27
eslint:
28
name: Run eslint scanning
29
runs-on: ubuntu-latest
+ permissions:
+ security-events: write
30
+ actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
31
steps:
32
- name: Checkout code
33
uses: actions/checkout@4.2.2
0 commit comments