From ae701ea2b78b185e86c974bba6eb7efc76b35b56 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 20 Jul 2026 11:50:46 +0000 Subject: [PATCH] Update actions/setup-python action to v7 --- .github/actions/tests-setup/action.yml | 2 +- .github/workflows/linting.yml | 2 +- pipelines/detection-as-code/.github/workflows/secops.yaml | 2 +- pipelines/parsers-as-code/.github/workflows/secops.yaml | 2 +- pipelines/response-as-code/.github/workflows/pull.yaml | 2 +- pipelines/response-as-code/.github/workflows/sync.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/actions/tests-setup/action.yml b/.github/actions/tests-setup/action.yml index 59c2143..7f07015 100644 --- a/.github/actions/tests-setup/action.yml +++ b/.github/actions/tests-setup/action.yml @@ -30,7 +30,7 @@ runs: echo '{"type": "service_account", "project_id": "test-only"}' \ | tee -a $GOOGLE_APPLICATION_CREDENTIALS - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ inputs.PYTHON_VERSION }} cache: 'pip' diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index f9d5651..2a2babe 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@v7 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.14" cache: 'pip' diff --git a/pipelines/detection-as-code/.github/workflows/secops.yaml b/pipelines/detection-as-code/.github/workflows/secops.yaml index 9763981..aed5a24 100644 --- a/pipelines/detection-as-code/.github/workflows/secops.yaml +++ b/pipelines/detection-as-code/.github/workflows/secops.yaml @@ -76,7 +76,7 @@ jobs: - id: install-python name: Install Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.14' diff --git a/pipelines/parsers-as-code/.github/workflows/secops.yaml b/pipelines/parsers-as-code/.github/workflows/secops.yaml index bee3743..432527c 100644 --- a/pipelines/parsers-as-code/.github/workflows/secops.yaml +++ b/pipelines/parsers-as-code/.github/workflows/secops.yaml @@ -63,7 +63,7 @@ jobs: - id: install-python name: Install Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.14' diff --git a/pipelines/response-as-code/.github/workflows/pull.yaml b/pipelines/response-as-code/.github/workflows/pull.yaml index c689cc0..663cb3a 100644 --- a/pipelines/response-as-code/.github/workflows/pull.yaml +++ b/pipelines/response-as-code/.github/workflows/pull.yaml @@ -55,7 +55,7 @@ jobs: - id: install-python name: Install Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.14' diff --git a/pipelines/response-as-code/.github/workflows/sync.yaml b/pipelines/response-as-code/.github/workflows/sync.yaml index 84a179b..513b919 100644 --- a/pipelines/response-as-code/.github/workflows/sync.yaml +++ b/pipelines/response-as-code/.github/workflows/sync.yaml @@ -64,7 +64,7 @@ jobs: - id: install-python name: Install Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.14'