Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cicd-4-pr-title-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Check PR title format"
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-pr-title-format@5.0.7 # NOSONAR - githubactions:S7637 - internally controlled repo, pinned by tag
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-pr-title-format@5.1.3 # NOSONAR - githubactions:S7637 - internally controlled repo, pinned by tag
with:
title: ${{ github.event.pull_request.title }}
25 changes: 17 additions & 8 deletions .github/workflows/stage-1-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,16 @@ jobs:
with:
fetch-depth: 0 # Full history is needed to scan all commits
- name: "Scan secrets"
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/scan-secrets@5.0.7 # NOSONAR - githubactions:S7637 - internally controlled repo, pinned by tag
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/scan-secrets@5.1.3 # NOSONAR - githubactions:S7637 - internally controlled repo, pinned by tag
validate-action-pins:
name: "Validate action SHA pins"
runs-on: ubuntu-latest
timeout-minutes: 2
steps:
- name: "Checkout code"
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: "Validate action SHA pins"
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/validate-action-pins@5.1.3 # NOSONAR - githubactions:S7637 - internally controlled repo, pinned by tag
check-file-format:
name: "Check file format"
runs-on: ubuntu-latest
Expand All @@ -58,7 +67,7 @@ jobs:
with:
fetch-depth: 0 # Full history is needed to compare branches
- name: "Check file format"
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-file-format@5.0.7 # NOSONAR - githubactions:S7637 - internally controlled repo, pinned by tag
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-file-format@5.1.3 # NOSONAR - githubactions:S7637 - internally controlled repo, pinned by tag
check-markdown-format:
name: "Check Markdown format"
runs-on: ubuntu-latest
Expand All @@ -69,7 +78,7 @@ jobs:
with:
fetch-depth: 0 # Full history is needed to compare branches
- name: "Check Markdown format"
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-markdown-format@5.0.7 # NOSONAR - githubactions:S7637 - internally controlled repo, pinned by tag
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-markdown-format@5.1.3 # NOSONAR - githubactions:S7637 - internally controlled repo, pinned by tag
terraform-docs:
name: "Run terraform-docs"
runs-on: ubuntu-latest
Expand Down Expand Up @@ -104,7 +113,7 @@ jobs:
with:
fetch-depth: 0 # Full history is needed to compare branches
- name: "Check English usage"
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-english-usage@5.0.7 # NOSONAR - githubactions:S7637 - internally controlled repo, pinned by tag
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-english-usage@5.1.3 # NOSONAR - githubactions:S7637 - internally controlled repo, pinned by tag
check-todo-usage:
name: "Check TODO usage"
runs-on: ubuntu-latest
Expand All @@ -115,7 +124,7 @@ jobs:
with:
fetch-depth: 0 # Full history is needed to compare branches
- name: "Check TODO usage"
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-todo-usage@5.0.7 # NOSONAR - githubactions:S7637 - internally controlled repo, pinned by tag
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-todo-usage@5.1.3 # NOSONAR - githubactions:S7637 - internally controlled repo, pinned by tag
detect-terraform-changes:
name: "Detect Terraform Changes"
runs-on: ubuntu-latest
Expand Down Expand Up @@ -151,7 +160,7 @@ jobs:
- name: "Setup ASDF"
uses: asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47 # v4.0.1
- name: "Lint Terraform"
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/lint-terraform@5.0.7 # NOSONAR - githubactions:S7637 - internally controlled repo, pinned by tag
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/lint-terraform@5.1.3 # NOSONAR - githubactions:S7637 - internally controlled repo, pinned by tag
count-lines-of-code:
name: "Count lines of code"
runs-on: ubuntu-latest
Expand All @@ -163,7 +172,7 @@ jobs:
- name: "Checkout code"
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: "Count lines of code"
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/create-lines-of-code-report@5.0.7 # NOSONAR - githubactions:S7637 - internally controlled repo, pinned by tag
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/create-lines-of-code-report@5.1.3 # NOSONAR - githubactions:S7637 - internally controlled repo, pinned by tag
with:
build_datetime: "${{ inputs.build_datetime }}"
build_timestamp: "${{ inputs.build_timestamp }}"
Expand All @@ -182,7 +191,7 @@ jobs:
- name: "Checkout code"
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: "Scan dependencies"
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/scan-dependencies@5.0.7 # NOSONAR - githubactions:S7637 - internally controlled repo, pinned by tag
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/scan-dependencies@5.1.3 # NOSONAR - githubactions:S7637 - internally controlled repo, pinned by tag
with:
build_datetime: "${{ inputs.build_datetime }}"
build_timestamp: "${{ inputs.build_timestamp }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage-2-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
with:
name: code-coverage-report
- name: "Perform static analysis"
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/perform-static-analysis@5.0.7 # NOSONAR - githubactions:S7637 - internally controlled repo, pinned by tag
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/perform-static-analysis@5.1.3 # NOSONAR - githubactions:S7637 - internally controlled repo, pinned by tag
with:
sonar_organisation_key: "${{ vars.SONAR_ORGANISATION_KEY }}"
sonar_project_key: "${{ vars.SONAR_PROJECT_KEY }}"
Expand Down