Skip to content
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: Sync repository template
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/sync-template-repo@3.0.0
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/sync-template-repo@3.0.1
with:
github_token: ${{ github.token }}

Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/stage-1-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ 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@3.0.0
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/scan-secrets@3.0.1
check-file-format:
name: "Check file format"
runs-on: ubuntu-latest
Expand All @@ -58,7 +58,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@3.0.0
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-file-format@3.0.1
check-markdown-format:
name: "Check Markdown format"
runs-on: ubuntu-latest
Expand All @@ -69,7 +69,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@3.0.0
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-markdown-format@3.0.1
terraform-docs:
name: "Run terraform-docs"
runs-on: ubuntu-latest
Expand Down Expand Up @@ -104,7 +104,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@3.0.0
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-english-usage@3.0.1
check-todo-usage:
name: "Check TODO usage"
runs-on: ubuntu-latest
Expand All @@ -115,7 +115,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@3.0.0
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-todo-usage@3.0.1
detect-terraform-changes:
name: "Detect Terraform Changes"
runs-on: ubuntu-latest
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
- name: "Setup ASDF"
uses: asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47
- name: "Lint Terraform"
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/lint-terraform@3.0.0
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/lint-terraform@3.0.1
trivy-iac:
name: "Trivy IaC Scan"
permissions:
Expand All @@ -166,9 +166,9 @@ jobs:
- name: "Setup ASDF"
uses: asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47
- name: "Perform Setup"
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/setup@3.0.0
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/setup@3.0.1
- name: "Trivy IaC Scan"
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/trivy-iac@3.0.0
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/trivy-iac@3.0.1
trivy-package:
if: ${{ !inputs.skip_trivy_package }}
name: "Trivy Package Scan"
Expand All @@ -182,9 +182,9 @@ jobs:
- name: "Setup ASDF"
uses: asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47
- name: "Perform Setup"
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/setup@3.0.0
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/setup@3.0.1
- name: "Trivy Package Scan"
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/trivy-package@3.0.0
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/trivy-package@3.0.1
count-lines-of-code:
name: "Count lines of code"
runs-on: ubuntu-latest
Expand All @@ -196,7 +196,7 @@ jobs:
- name: "Checkout code"
uses: actions/checkout@v4
- name: "Count lines of code"
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/create-lines-of-code-report@3.0.0
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/create-lines-of-code-report@3.0.1
with:
build_datetime: "${{ inputs.build_datetime }}"
build_timestamp: "${{ inputs.build_timestamp }}"
Expand All @@ -215,7 +215,7 @@ jobs:
- name: "Checkout code"
uses: actions/checkout@v4
- name: "Scan dependencies"
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/scan-dependencies@3.0.0
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/scan-dependencies@3.0.1
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 @@ -87,7 +87,7 @@ jobs:
with:
fetch-depth: 0 # Full history is needed to improving relevancy of reporting
- name: "Perform static analysis"
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/perform-static-analysis@3.0.0
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/perform-static-analysis@3.0.1
with:
sonar_organisation_key: "${{ vars.SONAR_ORGANISATION_KEY }}"
sonar_project_key: "${{ vars.SONAR_PROJECT_KEY }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage-3-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: "Checkout code"
uses: actions/checkout@v4
- name: "Build docs"
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/build-docs@3.0.0
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/build-docs@3.0.1
with:
version: "${{ inputs.version }}"
artefact-1:
Expand Down
Loading