aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2021-09-14 09:07:59 +0300
committerGitHub <[email protected]>2021-09-14 09:07:59 +0300
commit8b0b34e92e42a39aaff5fbadf51fac43748baf27 (patch)
treedde9bef744c9adf345735602a6279aa902c1d3e9
parent55a352d02304cb0012194c33b8b50f9426b53f94 (diff)
downloadbootstrap-8b0b34e92e42a39aaff5fbadf51fac43748baf27.tar.xz
bootstrap-8b0b34e92e42a39aaff5fbadf51fac43748baf27.zip
Update CodeQL workflow (#34961)
-rw-r--r--.github/workflows/codeql.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 13e2eb598..de6626a15 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -19,19 +19,19 @@ jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
+ permissions:
+ actions: read
+ contents: read
+ security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v2
- # Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: "javascript"
- - name: Autobuild
- uses: github/codeql-action/autobuild@v1
-
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1