Skip to content

Update github/codeql-action action to v3.26.13 #1029

Update github/codeql-action action to v3.26.13

Update github/codeql-action action to v3.26.13 #1029

Workflow file for this run

name: 'run tests'
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Set Node.js
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version-file: .nvmrc
- run: |
corepack yarn install
- run: |
corepack yarn run test