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'