Skip to content

chore(actions): bump github/codeql-action from 3.27.4 to 3.27.5 #5688

chore(actions): bump github/codeql-action from 3.27.4 to 3.27.5

chore(actions): bump github/codeql-action from 3.27.4 to 3.27.5 #5688

Workflow file for this run

name: Cypress Tests (PR)
on:
pull_request:
branches: [cpe-archive]
permissions: read-all
jobs:
cypress-run:
name: Test application
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
steps:
- name: Checkout for testing
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
persist-credentials: false
- name: Use Node.js LTS version
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
with:
node-version: lts/Hydrogen
- name: Install Dependencies
run: npm ci
- name: Cypress run component testing
uses: cypress-io/github-action@f1f0912d392f0d06bdd01fb9ebe3b3299e5806fb
with:
command-prefix: "--"
install: false
component: true
browser: chrome