fix(codeql): empty node cache error (#1267)

fix(codeql): speculative fix for empty node cache error
This commit is contained in:
ze0s 2023-11-18 20:09:14 +01:00 committed by GitHub
parent 666bdf68cd
commit ff70a341ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,6 +63,10 @@ jobs:
cache: pnpm
cache-dependency-path: web/pnpm-lock.yaml
- name: Fetch web dependencies
working-directory: web
run: pnpm install --frozen-lockfile
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2