Skip to content

build(deps): Bump actions/upload-pages-artifact from 4.0.0 to 5.0.0 in the github-actions group #7

build(deps): Bump actions/upload-pages-artifact from 4.0.0 to 5.0.0 in the github-actions group

build(deps): Bump actions/upload-pages-artifact from 4.0.0 to 5.0.0 in the github-actions group #7

Workflow file for this run

name: Security
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
jobs:
gitleaks:
uses: netresearch/.github/.github/workflows/gitleaks.yml@main
secrets:
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}
dependency-review:
if: github.event_name == 'pull_request'
uses: netresearch/.github/.github/workflows/dependency-review.yml@main
permissions:
contents: read
pull-requests: write
node-audit:
uses: netresearch/.github/.github/workflows/node-audit.yml@main
with:
package-manager: npm
audit-level: high