From 8928d6942b2aedb72e02c36663ee100965c6d707 Mon Sep 17 00:00:00 2001 From: David Mosyan Date: Sun, 15 Jun 2025 12:35:52 -0400 Subject: [PATCH] docs: update safe settings version fixes https://github.com/github/safe-settings/issues/834 --- 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