Skip to content

Build(deps): Bump step-security/harden-runner from 2.18.0 to 2.19.0 #1160

Build(deps): Bump step-security/harden-runner from 2.18.0 to 2.19.0

Build(deps): Bump step-security/harden-runner from 2.18.0 to 2.19.0 #1160

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@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
with:
egress-policy: audit
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: NPM build, test
run: |
npm ci
npm test