Skip to content

Commit 8fe9109

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/docs/minimatch-3.1.5
2 parents 582c363 + 7c67d0d commit 8fe9109

5 files changed

Lines changed: 16 additions & 43 deletions

File tree

.github/workflows/jekyll-gh-pages.yml

Lines changed: 6 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ on:
1414
# Allows you to run this workflow manually from the Actions tab
1515
workflow_dispatch:
1616

17-
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
18-
permissions:
19-
contents: read
20-
pages: write
21-
id-token: write
22-
2317
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
2418
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
2519
concurrency:
@@ -29,6 +23,8 @@ concurrency:
2923
jobs:
3024
# Build job
3125
build:
26+
permissions:
27+
contents: read
3228
runs-on: ubuntu-latest
3329
defaults:
3430
run:
@@ -43,7 +39,7 @@ jobs:
4339
- name: Setup Ruby
4440
uses: ruby/setup-ruby@086ffb1a2090c870a3f881cc91ea83aa4243d408 # v1.195.0
4541
with:
46-
ruby-version: "3.2" # Not needed with a .ruby-version file
42+
ruby-version: "3.3" # Not needed with a .ruby-version file
4743
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
4844
cache-version: 0 # Increment this number if you need to re-download cached gems
4945
working-directory: "./docs"
@@ -67,30 +63,11 @@ jobs:
6763
name: site
6864
path: "docs/_site/"
6965

70-
sonarcloud:
71-
name: SonarCloud
72-
runs-on: ubuntu-latest
73-
needs: build
74-
steps:
75-
- name: Checkout
76-
uses: actions/checkout@v4
77-
- name: Download site artifacts
78-
uses: actions/download-artifact@v4
79-
with:
80-
name: site
81-
path: _site
82-
- name: Display structure of downloaded files
83-
run: ls -R
84-
- name: SonarCloud Scan
85-
uses: SonarSource/sonarcloud-github-action@master
86-
env:
87-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
88-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
89-
SONAR_ORGANISATION_KEY: ${{env.SONAR_ORGANISATION_KEY}}
90-
SONAR_PROJECT_KEY: ${{env.SONAR_PROJECT_KEY}}
91-
9266
# Deployment job
9367
deploy:
68+
permissions:
69+
pages: write
70+
id-token: write
9471
environment:
9572
name: github-pages
9673
url: ${{ steps.deployment.outputs.page_url }}

.github/workflows/stage-4-acceptance.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
- name: Setup Ruby
136136
uses: ruby/setup-ruby@086ffb1a2090c870a3f881cc91ea83aa4243d408 # v1.195.0
137137
with:
138-
ruby-version: "3.1"
138+
ruby-version: "3.3"
139139
bundler-cache: true
140140
cache-version: 0
141141
working-directory: "./docs"

.tool-versions

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ python 3.13.2
1010
# The section below is reserved for Docker image versions.
1111

1212
# TODO: Move this section - consider using a different file for the repository template dependencies.
13-
# docker/ghcr.io/anchore/grype v0.69.1@sha256:d41fcb371d0af59f311e72123dff46900ebd6d0482391b5a830853ee4f9d1a76 # SEE: https://github.com/anchore/grype/pkgs/container/grype
14-
# docker/ghcr.io/anchore/syft v0.92.0@sha256:63c60f0a21efb13e80aa1359ab243e49213b6cc2d7e0f8179da38e6913b997e0 # SEE: https://github.com/anchore/syft/pkgs/container/syft
15-
# docker/ghcr.io/gitleaks/gitleaks v8.18.0@sha256:fd2b5cab12b563d2cc538b14631764a1c25577780e3b7dba71657d58da45d9d9 # SEE: https://github.com/gitleaks/gitleaks/pkgs/container/gitleaks
13+
# docker/ghcr.io/anchore/grype v0.104.3@sha256:d340f4f8b3b7e6e72a6c9c0152f25402ed8a2d7375dba1dfce4e53115242feb6 # SEE: https://github.com/anchore/grype/pkgs/container/grype
14+
# docker/ghcr.io/anchore/syft v1.39.0@sha256:6f13bb010923c33fb197047c8f88888e77071bd32596b3f605d62a133e493ce4 # SEE: https://github.com/anchore/syft/pkgs/container/syft
15+
# docker/ghcr.io/gitleaks/gitleaks v8.24.0@sha256:2bcceac45179b3a91bff11a824d0fb952585b429e54fc928728b1d4d5c3e5176 # SEE: https://github.com/gitleaks/gitleaks/pkgs/container/gitleaks
1616
# docker/ghcr.io/igorshubovych/markdownlint-cli v0.37.0@sha256:fb3e79946fce78e1cde84d6798c6c2a55f2de11fc16606a40d49411e281d950d # SEE: https://github.com/igorshubovych/markdownlint-cli/pkgs/container/markdownlint-cli
1717
# docker/ghcr.io/make-ops-tools/gocloc latest@sha256:6888e62e9ae693c4ebcfed9f1d86c70fd083868acb8815fe44b561b9a73b5032 # SEE: https://github.com/make-ops-tools/gocloc/pkgs/container/gocloc
1818
# docker/ghcr.io/nhs-england-tools/github-runner-image 20230909-321fd1e-rt@sha256:ce4fd6035dc450a50d3cbafb4986d60e77cb49a71ab60a053bb1b9518139a646 # SEE: https://github.com/nhs-england-tools/github-runner-image/pkgs/container/github-runner-image
@@ -21,4 +21,4 @@ python 3.13.2
2121
# docker/jdkato/vale v3.6.0@sha256:0ef22c8d537f079633cfff69fc46f69a2196072f69cab1ab232e8a79a388e425 # SEE: https://hub.docker.com/r/jdkato/vale/tags
2222
# docker/koalaman/shellcheck latest@sha256:e40388688bae0fcffdddb7e4dea49b900c18933b452add0930654b2dea3e7d5c # SEE: https://hub.docker.com/r/koalaman/shellcheck/tags
2323
# docker/mstruebing/editorconfig-checker 2.7.1@sha256:dd3ca9ea50ef4518efe9be018d669ef9cf937f6bb5cfe2ef84ff2a620b5ddc24 # SEE: https://hub.docker.com/r/mstruebing/editorconfig-checker/tags
24-
# docker/sonarsource/sonar-scanner-cli 5.0.1@sha256:494ecc3b5b1ee1625bd377b3905c4284e4f0cc155cff397805a244dee1c7d575 # SEE: https://hub.docker.com/r/sonarsource/sonar-scanner-cli/tags
24+
# docker/sonarsource/sonar-scanner-cli 11.3@sha256:7462f132388135e32b948f8f18ff0db9ae28a87c6777f1df5b2207e04a6d7c5c # SEE: https://hub.docker.com/r/sonarsource/sonar-scanner-cli/tags

docs/package-lock.json

Lines changed: 4 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"nhsuk-frontend": "^10.1.0"
1919
},
2020
"devDependencies": {
21-
"fast-xml-parser": "^4.4.0",
21+
"fast-xml-parser": "^4.5.4",
2222
"pa11y-ci": "^3.1.0",
2323
"pa11y-ci-reporter-html": "^6.0.2",
2424
"pm2": "^5.4.1",

0 commit comments

Comments
 (0)