diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index e98f45d..2ebe9ba 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -68,6 +68,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard (optional). # Commenting out will disable upload of results to your repo's Code Scanning dashboard - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9 + uses: github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4 with: sarif_file: results.sarif diff --git a/.github/workflows/stage-5-publish.yaml b/.github/workflows/stage-5-publish.yaml index 396feb5..3755276 100644 --- a/.github/workflows/stage-5-publish.yaml +++ b/.github/workflows/stage-5-publish.yaml @@ -104,7 +104,7 @@ jobs: run: echo "secret_exist=${{ secrets.TEAMS_NOTIFICATION_WEBHOOK_URL != '' }}" >> $GITHUB_OUTPUT - name: "Notify on publishing packages" if: steps.check.outputs.secret_exist == 'true' - uses: nhs-england-tools/notify-msteams-action@v0.0.4 + uses: nhs-england-tools/notify-msteams-action@v1.0.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} teams-webhook-url: ${{ secrets.TEAMS_NOTIFICATION_WEBHOOK_URL }} diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 0fbc826..d252aed 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -29,7 +29,7 @@ GEM ffi (1.16.3) forwardable-extended (2.6.0) gemoji (4.1.0) - google-protobuf (3.25.3-x86_64-linux) + google-protobuf (3.25.5-x86_64-linux) html-pipeline (2.14.3) activesupport (>= 2) nokogiri (>= 1.4) @@ -100,14 +100,12 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rexml (3.2.8) - strscan (>= 3.0.9) + rexml (3.3.9) rouge (4.2.1) safe_yaml (1.0.5) sass-embedded (1.69.5) google-protobuf (~> 3.23) rake (>= 13.0.0) - strscan (3.1.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) tzinfo (2.0.6) diff --git a/scripts/docker/examples/python/assets/hello_world/requirements.txt b/scripts/docker/examples/python/assets/hello_world/requirements.txt index a3611c8..c981d5d 100644 --- a/scripts/docker/examples/python/assets/hello_world/requirements.txt +++ b/scripts/docker/examples/python/assets/hello_world/requirements.txt @@ -7,6 +7,6 @@ Jinja2==3.1.4 MarkupSafe==2.1.3 pip==23.3 setuptools==65.5.1 -Werkzeug==3.0.3 +Werkzeug==3.0.6 wheel==0.41.1 WTForms==3.0.1