From: XhmikosR Date: Tue, 14 Sep 2021 06:07:59 +0000 (+0300) Subject: Update CodeQL workflow (#34961) X-Git-Tag: v5.1.2~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8b0b34e92e42a39aaff5fbadf51fac43748baf27;p=thirdparty%2Fbootstrap.git Update CodeQL workflow (#34961) --- diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 13e2eb598f..de6626a156 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