Skip to content

Build(deps): Bump github/codeql-action from 3.27.0 to 3.27.4 #118

Build(deps): Bump github/codeql-action from 3.27.0 to 3.27.4

Build(deps): Bump github/codeql-action from 3.27.0 to 3.27.4 #118

Workflow file for this run

# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy
# More GitHub Actions for Azure: https://github.com/Azure/actions
name: Jest MHA
on:
workflow_dispatch:
pull_request:
merge_group:
push:
branches:
- main
permissions:
contents: read
jobs:
build-test:
runs-on: windows-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: NPM build, test
run: |
npm ci
npm test