From 127a673c0ade45fa65566a6127ccc485c93f5b65 Mon Sep 17 00:00:00 2001 From: "renovate-pagopa[bot]" <164534245+renovate-pagopa[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 12:59:25 +0200 Subject: [PATCH] Pin actions/setup-python action to 65d7f2d (#158) Co-authored-by: renovate-pagopa[bot] <164534245+renovate-pagopa[bot]@users.noreply.github.com> Co-authored-by: Andrea De Rinaldis <117269497+andrea-deri@users.noreply.github.com> --- .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'