summaryrefslogtreecommitdiffstats
path: root/.github/workflows/codeql-analysis.yml
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2024-04-07 00:12:26 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2024-04-07 00:17:43 +0200
commit34f9e78c69183627a82e03e32563d15b73a33782 (patch)
treeb186eb5e81331d686011823f03ace32893589cac /.github/workflows/codeql-analysis.yml
parent77430b04e43a2914eb40e562a563a6dd291650d7 (diff)
downloadgohugo-theme-ed-34f9e78c69183627a82e03e32563d15b73a33782.tar.gz
Use latest ubuntu on CI, as well as node cache
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: |