From 638133ba9b7fd73ac47a74329762d5e98b548a6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 18:12:53 +0000 Subject: [PATCH] Bump actions/setup-python Bumps [actions/setup-python](https://github.com/actions/setup-python) from 532b046aaf352bab5717122cc0ea52b7f12266a3 to bfc4944b43a5d84377eca3cf6ab5b7992ba61923. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/532b046aaf352bab5717122cc0ea52b7f12266a3...bfc4944b43a5d84377eca3cf6ab5b7992ba61923) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: bfc4944b43a5d84377eca3cf6ab5b7992ba61923 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- .github/workflows/sync-pa.yml | 2 +- .github/workflows/tag.yml | 2 +- .github/workflows/test.yml | 2 +- .github/workflows/version.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3e5df9b1..658fc520 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Set up Python - uses: actions/setup-python@532b046aaf352bab5717122cc0ea52b7f12266a3 #v5.6.0 + uses: actions/setup-python@bfc4944b43a5d84377eca3cf6ab5b7992ba61923 #v5.6.0 with: python-version: '3.11' - name: Install dependencies diff --git a/.github/workflows/sync-pa.yml b/.github/workflows/sync-pa.yml index 406e7fa4..9ee61472 100644 --- a/.github/workflows/sync-pa.yml +++ b/.github/workflows/sync-pa.yml @@ -21,7 +21,7 @@ jobs: with: token: ${{ secrets.PANTHER_BOT_AUTOMATION_TOKEN }} - name: Set up Python - uses: actions/setup-python@532b046aaf352bab5717122cc0ea52b7f12266a3 + uses: actions/setup-python@bfc4944b43a5d84377eca3cf6ab5b7992ba61923 with: python-version: '3.11' - name: Install Requirements diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 05d32d4d..720da603 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 token: ${{ secrets.PANTHER_BOT_AUTOMATION_TOKEN }} - name: Set up Python - uses: actions/setup-python@532b046aaf352bab5717122cc0ea52b7f12266a3 + uses: actions/setup-python@bfc4944b43a5d84377eca3cf6ab5b7992ba61923 with: python-version: '3.11' - name: Install Requirements diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cfbf6356..7dc3a10b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Set up Python - uses: actions/setup-python@532b046aaf352bab5717122cc0ea52b7f12266a3 + uses: actions/setup-python@bfc4944b43a5d84377eca3cf6ab5b7992ba61923 with: python-version: '3.11' - name: Install dependencies diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 2cd97a09..8611bd25 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 0 token: ${{ secrets.PANTHER_BOT_AUTOMATION_TOKEN }} - name: Set up Python - uses: actions/setup-python@532b046aaf352bab5717122cc0ea52b7f12266a3 + uses: actions/setup-python@bfc4944b43a5d84377eca3cf6ab5b7992ba61923 with: python-version: '3.11' - name: Install Requirements