Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-09-13 15:44:57 +0300
committerGitHub <noreply@github.com>2021-09-13 15:44:57 +0300
commit311c810c4a4438e8e611e0c693ee5ec2965700ac (patch)
tree1e8de07eaf0781f10b87ae37bcfe88e3e59d68f7
parent571eb51afb21a156a54d8d87e6aa5c2331cd8f5a (diff)
Update CodeQL workflow (#1013)
-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 d9512b9bc..bfdd06566 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -16,19 +16,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