Skip to content

chore: bump stefanzweifel/git-auto-commit-action from 7.0.0 to 7.1.0 #1649

chore: bump stefanzweifel/git-auto-commit-action from 7.0.0 to 7.1.0

chore: bump stefanzweifel/git-auto-commit-action from 7.0.0 to 7.1.0 #1649

Workflow file for this run

name: Tests
on:
pull_request:
types:
- opened
- ready_for_review
- synchronize
- labeled
branches:
- main
permissions:
contents: read
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
timeout-minutes: 5
if: ${{ github.event.action == 'opened' || github.event.action == 'ready_for_review' || github.event.action == 'synchronize' || (github.event.action == 'labeled' && github.event.label.name == 'force ci') }}
steps:
- uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
with:
egress-policy: block
allowed-endpoints: >
api.github.com:443
github.com:443
registry.npmjs.org:443
*.cloudflare.com:443
release-assets.githubusercontent.com:443
- name: Git Checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Setup Node
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version: lts/*
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run Tests
run: node --run test