From 42bba56fdb942c4ce87e090fc6899cde35a9414a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 07:25:23 +0000 Subject: [PATCH] ci(deps): bump the github-actions-dependencies group across 1 directory with 4 updates Bumps the github-actions-dependencies group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/setup-python](https://github.com/actions/setup-python), [armakuni/github-actions](https://github.com/armakuni/github-actions) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) Updates `actions/setup-python` from 5.5.0 to 5.6.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5.5.0...v5.6.0) Updates `armakuni/github-actions` from 0.19.6 to 0.19.7 - [Release notes](https://github.com/armakuni/github-actions/releases) - [Changelog](https://github.com/armakuni/github-actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/armakuni/github-actions/compare/v0.19.6...v0.19.7) Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: actions/setup-python dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: armakuni/github-actions dependency-version: 0.19.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/app-pipeline-pr.yml | 18 +++++++------- .github/workflows/app-pipeline.yml | 36 +++++++++++++-------------- .github/workflows/infra-pipeline.yml | 14 +++++------ 3 files changed, 34 insertions(+), 34 deletions(-) diff --git a/.github/workflows/app-pipeline-pr.yml b/.github/workflows/app-pipeline-pr.yml index 5d3cd3e..a93ba00 100644 --- a/.github/workflows/app-pipeline-pr.yml +++ b/.github/workflows/app-pipeline-pr.yml @@ -15,7 +15,7 @@ jobs: conventional-commit-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: Conventional commit check @@ -26,10 +26,10 @@ jobs: needs: - conventional-commit-check steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python version - uses: actions/setup-python@v5.5.0 + uses: actions/setup-python@v5.6.0 with: python-version: ${{ env.PYTHON_VERSION }} cache: "pip" @@ -45,10 +45,10 @@ jobs: needs: - linting-pr steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python version - uses: actions/setup-python@v5.5.0 + uses: actions/setup-python@v5.6.0 with: python-version: ${{ env.PYTHON_VERSION }} cache: "pip" @@ -67,10 +67,10 @@ jobs: needs: - linting-pr steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python version - uses: actions/setup-python@v5.5.0 + uses: actions/setup-python@v5.6.0 with: python-version: ${{ env.PYTHON_VERSION }} cache: "pip" @@ -92,10 +92,10 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python version - uses: actions/setup-python@v5.5.0 + uses: actions/setup-python@v5.6.0 with: python-version: ${{ env.PYTHON_VERSION }} cache: "pip" diff --git a/.github/workflows/app-pipeline.yml b/.github/workflows/app-pipeline.yml index e18e697..561a008 100644 --- a/.github/workflows/app-pipeline.yml +++ b/.github/workflows/app-pipeline.yml @@ -23,7 +23,7 @@ jobs: conventional-commit-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: Conventional commit check @@ -32,10 +32,10 @@ jobs: linting: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python version - uses: actions/setup-python@v5.5.0 + uses: actions/setup-python@v5.6.0 with: python-version: ${{ env.PYTHON_VERSION }} cache: "pip" @@ -52,10 +52,10 @@ jobs: - linting - conventional-commit-check steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python version - uses: actions/setup-python@v5.5.0 + uses: actions/setup-python@v5.6.0 with: python-version: ${{ env.PYTHON_VERSION }} cache: "pip" @@ -75,10 +75,10 @@ jobs: - linting - conventional-commit-check steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python version - uses: actions/setup-python@v5.5.0 + uses: actions/setup-python@v5.6.0 with: python-version: ${{ env.PYTHON_VERSION }} cache: "pip" @@ -111,10 +111,10 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python version - uses: actions/setup-python@v5.5.0 + uses: actions/setup-python@v5.6.0 with: python-version: ${{ env.PYTHON_VERSION }} cache: "pip" @@ -141,7 +141,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 @@ -150,7 +150,7 @@ jobs: shell: bash - name: Set up Python version - uses: actions/setup-python@v5.5.0 + uses: actions/setup-python@v5.6.0 with: python-version: ${{ env.PYTHON_VERSION }} cache: "pip" @@ -172,7 +172,7 @@ jobs: - id: bump-version name: Bump to Next Semver Version - uses: armakuni/github-actions/bump-version@v0.19.6 + uses: armakuni/github-actions/bump-version@v0.19.7 - name: Build Docker Image run: | @@ -213,7 +213,7 @@ jobs: environment: name: approve-dev-deployment steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Log in to Azure using OIDC uses: azure/login@v2 @@ -236,7 +236,7 @@ jobs: ARM_USE_OIDC: true - name: Download Next Tag Version - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: tag-version @@ -265,7 +265,7 @@ jobs: - placeholder-dev-e2e-test steps: - name: Download Next Tag Version - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: tag-version - name: Placeholder pre-deploy-to-az-container-apps @@ -317,7 +317,7 @@ jobs: - placeholder-change-management-entry steps: - name: Download Next Tag Version - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: tag-version - name: Placeholder pre-deploy-to-az-container-apps @@ -340,7 +340,7 @@ jobs: - placeholder-prod-deploy-to-az-container-apps steps: - name: Download Next Tag Version - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: tag-version - name: Placeholder prod-deploy-to-az-container-apps @@ -352,7 +352,7 @@ jobs: needs: - placeholder-prod-deploy-to-az-container-apps if: github.ref == 'refs/heads/main' - uses: armakuni/github-actions/.github/workflows/tag-and-release.yml@v0.19.6 + uses: armakuni/github-actions/.github/workflows/tag-and-release.yml@v0.19.7 secrets: inherit with: download-artifacts: true diff --git a/.github/workflows/infra-pipeline.yml b/.github/workflows/infra-pipeline.yml index 4e0ad6e..3fdd7f0 100644 --- a/.github/workflows/infra-pipeline.yml +++ b/.github/workflows/infra-pipeline.yml @@ -19,7 +19,7 @@ jobs: conventional-commit-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: Conventional commit check @@ -34,7 +34,7 @@ jobs: working-directory: infrastructure/bootstrap steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Log in to Azure using OIDC uses: azure/login@v2 @@ -84,7 +84,7 @@ jobs: run: working-directory: infrastructure/bootstrap steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Log in to Azure using OIDC uses: azure/login@v2 @@ -94,7 +94,7 @@ jobs: subscription-id: ${{ secrets.AZ_SUBSCRIPTION_ID }} - name: Set up Python version - uses: actions/setup-python@v5.5.0 + uses: actions/setup-python@v5.6.0 with: python-version: ${{ env.PYTHON_VERSION }} cache: "pip" @@ -137,7 +137,7 @@ jobs: run: working-directory: infrastructure/bootstrap steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install TFSec run: | @@ -183,7 +183,7 @@ jobs: run: working-directory: infrastructure/bootstrap steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Log in to Azure using OIDC uses: azure/login@v2 @@ -222,7 +222,7 @@ jobs: run: working-directory: infrastructure/bootstrap steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Log in to Azure using OIDC uses: azure/login@v2