From 1ac5f8bf8ccb19a41cc99dcab4d37d02c0fbf277 Mon Sep 17 00:00:00 2001 From: Michael Recachinas Date: Fri, 15 Nov 2024 15:55:42 -0500 Subject: [PATCH] Pin (and upgrade) immutable-eligible action actions/setup-python to their semantic versions --- .github/workflows/super-linter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/super-linter.yaml b/.github/workflows/super-linter.yaml index 66746a3..024ec0b 100644 --- a/.github/workflows/super-linter.yaml +++ b/.github/workflows/super-linter.yaml @@ -23,7 +23,7 @@ jobs: with: fetch-depth: 0 - name: Setup Python - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 + uses: actions/setup-python@5.3.0 with: python-version: "3.12" - name: Install dependencies