summaryrefslogtreecommitdiffstats
path: root/.github/workflows/codeql-analysis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/codeql-analysis.yml')
-rw-r--r--.github/workflows/codeql-analysis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 241b6a2..7e1da8a 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -20,8 +20,8 @@ on:
jobs:
analyze:
- runs-on: ubuntu-20.04
name: Analyze
+ runs-on: ubuntu-latest
# The maximum number of minutes to let a workflow run
# before GitHub automatically cancels it. Default: 360
@@ -72,7 +72,7 @@ jobs:
${{ runner.os }}-node-
- name: Install a project with a clean slate
- run: npm ci
+ run: npm ci --ignore-scripts
- name: Build site
run: |