diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 6a023600..1b75b039 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -17,6 +17,10 @@ on: default: false type: boolean + +env: + node_version: 22.12 + permissions: contents: read packages: write diff --git a/.github/workflows/security_npm_dependency.yml b/.github/workflows/security_npm_dependency.yml index 2df8859c..90d78998 100644 --- a/.github/workflows/security_npm_dependency.yml +++ b/.github/workflows/security_npm_dependency.yml @@ -1,3 +1,6 @@ +env: + node_version: 22.12 + name: Security npm dependency check on: workflow_dispatch: diff --git a/.github/workflows/security_trivy.yml b/.github/workflows/security_trivy.yml index 164cb24f..d29134c8 100644 --- a/.github/workflows/security_trivy.yml +++ b/.github/workflows/security_trivy.yml @@ -4,7 +4,7 @@ on: schedule: - cron: "19 6 * * MON-FRI" # Every weekday jobs: - security-kotlin-trivy-check: + security-typescript-trivy-check: name: Project security trivy dependency check uses: ministryofjustice/hmpps-github-actions/.github/workflows/security_trivy.yml@v1.0 # WORKFLOW_VERSION with: