From 2d33864bafd35e54234e57c036c38cd59288543c Mon Sep 17 00:00:00 2001 From: Colin Gravill <1099725+cgravill@users.noreply.github.com> Date: Sun, 1 Mar 2026 22:05:39 +0000 Subject: [PATCH] Pin the actions/setup-python for the externally used action.yml (#2749) Pin the actions/setup-python to a known release --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3e7062cc..87d79038 100644 --- a/action.yml +++ b/action.yml @@ -28,7 +28,7 @@ branding: runs: using: composite steps: - - uses: actions/setup-python@v6 + - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 id: python with: python-version: "3.11 - 3.14"