From 04c76cc6345be56c673b82e9ec74903b40759e5a Mon Sep 17 00:00:00 2001 From: "renovate-pagopa[bot]" <164534245+renovate-pagopa[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 06:05:00 +0000 Subject: [PATCH] Pin actions/setup-python action to 65d7f2d --- .github/workflows/07_report_generation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/07_report_generation.yml b/.github/workflows/07_report_generation.yml index 6e9be743..f35fa474 100644 --- a/.github/workflows/07_report_generation.yml +++ b/.github/workflows/07_report_generation.yml @@ -187,7 +187,7 @@ jobs: subscription-id: ${{ secrets.SUBSCRIPTION_ID }} - name: Setup Python environment - uses: actions/setup-python@v4 + uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4 with: python-version: '3.11'