Skip to content

Update github/codeql-action action to v3.27.9 #1216

Update github/codeql-action action to v3.27.9

Update github/codeql-action action to v3.27.9 #1216

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set Node.js
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version-file: .nvmrc
- run: |
corepack yarn install
- run: |
corepack yarn run test