Skip to content

Update github/codeql-action digest to 3869755 #1315

Update github/codeql-action digest to 3869755

Update github/codeql-action digest to 3869755 #1315

Workflow file for this run

name: Build
on:
push:
paths-ignore:
- 'docs/**'
- '*.md'
jobs:
build:
name: build on node@${{ matrix.node-version }}
runs-on: blacksmith-4vcpu-ubuntu-2404
strategy:
matrix:
node-version:
- 22
- 24
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
with:
persist-credentials: false
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm check
- run: pnpm build