From a59a2cae4cd14438c9df384354ea4b4696061671 Mon Sep 17 00:00:00 2001 From: Thomas Hughes <2894107+IAmHughes@users.noreply.github.com> Date: Tue, 15 Jul 2025 11:11:54 -0400 Subject: [PATCH 1/2] Bump example GHA version to latest safe settings release --- docs/github-action.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/github-action.md b/docs/github-action.md index dcff491f7..5424b7cc8 100644 --- a/docs/github-action.md +++ b/docs/github-action.md @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest env: # Version/tag of github/safe-settings repo to use: - SAFE_SETTINGS_VERSION: 2.1.13 + SAFE_SETTINGS_VERSION: 2.1.17 # Path on GHA runner box where safe-settings code downloaded to: SAFE_SETTINGS_CODE_DIR: ${{ github.workspace }}/.safe-settings-code From e14c15c963b9a6f232f93cc3ab957c4757ed633f Mon Sep 17 00:00:00 2001 From: Thomas Hughes <2894107+IAmHughes@users.noreply.github.com> Date: Tue, 15 Jul 2025 11:15:10 -0400 Subject: [PATCH 2/2] Bump version in deploy.md docs --- docs/deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy.md b/docs/deploy.md index 723ba87e0..9caec4ca6 100644 --- a/docs/deploy.md +++ b/docs/deploy.md @@ -166,7 +166,7 @@ Follow the instructions [here](#build-the-docker-container) on how to do it. > [!NOTE] -> If you want a reproducible build then you should specify a non floating tag for the image `ghcr.io/github/safe-settings:2.1.10` . +> If you want a reproducible build then you should specify a non floating tag for the image `ghcr.io/github/safe-settings:2.1.13` . Once you built the image and pushed it to your registry you can specify it in your `values` file like this: