Skip to content

chore(deps): update github actions (version updates) #807

chore(deps): update github actions (version updates)

chore(deps): update github actions (version updates) #807

name: Format and Lint
on:
push:
branches:
- main
- master
pull_request:
permissions:
contents: read
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
with:
fetch-depth: 0
persist-credentials: false
- name: Set up Node
uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6
with:
node-version-file: package.json
cache: npm
- name: Install project dependencies
run: npm ci
- name: Run repository checks
run: npm run check
- name: Secret scan
uses: trufflesecurity/trufflehog@20652fbbdefffcdaa493a5bf57ab2ac6b1db715b # v3.97.1
with:
path: ./
extra_args: --only-verified