diff --git a/.github/workflows/codeql_analysis.yml b/.github/workflows/codeql_analysis.yml index eb6d2d80..488dbe0b 100644 --- a/.github/workflows/codeql_analysis.yml +++ b/.github/workflows/codeql_analysis.yml @@ -14,14 +14,14 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - run: git checkout - if: '${{ github.event_name == ''pull_request'' }}' + if: ${{ github.event_name == 'pull_request' }} - name: Initialize CodeQL uses: github/codeql-action/init@v1 with: languages: javascript - uses: actions/setup-node@v1 with: - node-version: 14.15.3 + node-version: 14.15.4 - run: npm install - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v1