diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index f18b5fe6..8b44e9a0 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index d03eb971..95b5ce77 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -39,14 +39,14 @@ jobs: # Or if we are in a tagged release scenario. if: ${{ github.event.workflow_run.conclusion == 'success' }} || ${{ github.event.release.tag_name }} != '' steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Python 3.11 uses: actions/setup-python@v6 with: python-version: 3.11 - name: Cache pip packages - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }} diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index 1eca7a3a..502cbbfa 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Python uses: actions/setup-python@v6 with: diff --git a/.github/workflows/test-container-build.yml b/.github/workflows/test-container-build.yml index 2406ce1f..5f841915 100644 --- a/.github/workflows/test-container-build.yml +++ b/.github/workflows/test-container-build.yml @@ -44,14 +44,14 @@ jobs: - platform: linux/arm64 dockerfile: ./.github/test/Dockerfile-alpine steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Python 3.11 uses: actions/setup-python@v6 with: python-version: 3.11 - name: Cache pip packages - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }} diff --git a/.github/workflows/test-only.yml b/.github/workflows/test-only.yml index 1c08b893..7a0eb49b 100644 --- a/.github/workflows/test-only.yml +++ b/.github/workflows/test-only.yml @@ -7,7 +7,7 @@ jobs: lint-code: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Lint with Ruff run: | pip install ruff @@ -23,7 +23,7 @@ jobs: lint-translations: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Check .po files with msgfmt run: | sudo apt-get install -y gettext @@ -56,7 +56,7 @@ jobs: lint-template-i18n: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Check for fragmented gettext calls in templates run: | python3 << 'PYEOF' diff --git a/.github/workflows/test-stack-reusable-workflow.yml b/.github/workflows/test-stack-reusable-workflow.yml index 5930d682..1611de07 100644 --- a/.github/workflows/test-stack-reusable-workflow.yml +++ b/.github/workflows/test-stack-reusable-workflow.yml @@ -21,7 +21,7 @@ jobs: env: PYTHON_VERSION: ${{ inputs.python-version }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Python ${{ env.PYTHON_VERSION }} uses: actions/setup-python@v6 @@ -29,7 +29,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} - name: Cache pip packages - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-py${{ env.PYTHON_VERSION }}-${{ hashFiles('requirements.txt') }} @@ -85,7 +85,7 @@ jobs: env: PYTHON_VERSION: ${{ inputs.python-version }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Download Docker image artifact uses: actions/download-artifact@v8 @@ -109,7 +109,7 @@ jobs: env: PYTHON_VERSION: ${{ inputs.python-version }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Download Docker image artifact uses: actions/download-artifact@v8 @@ -181,7 +181,7 @@ jobs: env: PYTHON_VERSION: ${{ inputs.python-version }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Download Docker image artifact uses: actions/download-artifact@v8 @@ -223,7 +223,7 @@ jobs: env: PYTHON_VERSION: ${{ inputs.python-version }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Download Docker image artifact uses: actions/download-artifact@v8 @@ -263,7 +263,7 @@ jobs: env: PYTHON_VERSION: ${{ inputs.python-version }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Download Docker image artifact uses: actions/download-artifact@v8 @@ -299,7 +299,7 @@ jobs: env: PYTHON_VERSION: ${{ inputs.python-version }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Download Docker image artifact uses: actions/download-artifact@v8 @@ -327,7 +327,7 @@ jobs: env: PYTHON_VERSION: ${{ inputs.python-version }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Download Docker image artifact uses: actions/download-artifact@v8 @@ -497,7 +497,7 @@ jobs: env: PYTHON_VERSION: ${{ inputs.python-version }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Download Docker image artifact uses: actions/download-artifact@v8 @@ -537,7 +537,7 @@ jobs: env: PYTHON_VERSION: ${{ inputs.python-version }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Download Docker image artifact uses: actions/download-artifact@v8 @@ -567,7 +567,7 @@ jobs: env: PYTHON_VERSION: ${{ inputs.python-version }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Download Docker image artifact uses: actions/download-artifact@v8 @@ -595,7 +595,7 @@ jobs: env: PYTHON_VERSION: ${{ inputs.python-version }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Download Docker image artifact uses: actions/download-artifact@v8 @@ -640,7 +640,7 @@ jobs: env: PYTHON_VERSION: ${{ inputs.python-version }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Download Docker image artifact uses: actions/download-artifact@v8 @@ -694,7 +694,7 @@ jobs: env: PYTHON_VERSION: ${{ inputs.python-version }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 # Fetch all history and tags for upgrade testing