From 2c96de1d87729161d51abf6a8faf42428305b25f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 21:34:44 +0000 Subject: [PATCH] ci(deps): bump the github-actions-dependencies group across 1 directory with 8 updates Bumps the github-actions-dependencies group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `5` | | [cocogitto/cocogitto-action](https://github.com/cocogitto/cocogitto-action) | `3` | `4` | | [actions/setup-python](https://github.com/actions/setup-python) | `5.5.0` | `6.0.0` | | [armakuni/github-actions](https://github.com/armakuni/github-actions) | `0.19.6` | `0.19.10` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `5` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4` | `6` | | [actions/setup-go](https://github.com/actions/setup-go) | `5` | `6` | | [terraform-linters/setup-tflint](https://github.com/terraform-linters/setup-tflint) | `4` | `6` | 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 `cocogitto/cocogitto-action` from 3 to 4 - [Release notes](https://github.com/cocogitto/cocogitto-action/releases) - [Changelog](https://github.com/cocogitto/cocogitto-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/cocogitto/cocogitto-action/compare/v3...v4) Updates `actions/setup-python` from 5.5.0 to 6.0.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5.5.0...v6.0.0) Updates `armakuni/github-actions` from 0.19.6 to 0.19.10 - [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.10) Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) Updates `actions/download-artifact` from 4 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v6) Updates `actions/setup-go` from 5 to 6 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v5...v6) Updates `terraform-linters/setup-tflint` from 4 to 6 - [Release notes](https://github.com/terraform-linters/setup-tflint/releases) - [Commits](https://github.com/terraform-linters/setup-tflint/compare/v4...v6) --- 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: cocogitto/cocogitto-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: actions/setup-python dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: armakuni/github-actions dependency-version: 0.19.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: terraform-linters/setup-tflint dependency-version: '6' 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 | 20 +++++++------- .github/workflows/app-pipeline.yml | 40 +++++++++++++-------------- .github/workflows/infra-pipeline.yml | 20 +++++++------- 3 files changed, 40 insertions(+), 40 deletions(-) diff --git a/.github/workflows/app-pipeline-pr.yml b/.github/workflows/app-pipeline-pr.yml index 5d3cd3e..a63e423 100644 --- a/.github/workflows/app-pipeline-pr.yml +++ b/.github/workflows/app-pipeline-pr.yml @@ -15,21 +15,21 @@ 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 - uses: cocogitto/cocogitto-action@v3 + uses: cocogitto/cocogitto-action@v4 linting-pr: runs-on: ubuntu-latest 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@v6.0.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@v6.0.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@v6.0.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@v6.0.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..6e74db9 100644 --- a/.github/workflows/app-pipeline.yml +++ b/.github/workflows/app-pipeline.yml @@ -23,19 +23,19 @@ 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 - uses: cocogitto/cocogitto-action@v3 + uses: cocogitto/cocogitto-action@v4 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@v6.0.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@v6.0.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@v6.0.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@v6.0.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@v6.0.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.10 - name: Build Docker Image run: | @@ -198,7 +198,7 @@ jobs: docker push "${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}:latest" - name: Upload Next Tag Version - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: tag-version path: tag-version.txt @@ -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@v6 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@v6 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@v6 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@v6 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.10 secrets: inherit with: download-artifacts: true diff --git a/.github/workflows/infra-pipeline.yml b/.github/workflows/infra-pipeline.yml index 4e0ad6e..c42d6b3 100644 --- a/.github/workflows/infra-pipeline.yml +++ b/.github/workflows/infra-pipeline.yml @@ -19,11 +19,11 @@ 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 - uses: cocogitto/cocogitto-action@v3 + uses: cocogitto/cocogitto-action@v4 run-unit-tests: runs-on: ubuntu-latest @@ -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 @@ -57,7 +57,7 @@ jobs: ARM_TENANT_ID: ${{ secrets.AZ_TENANT_ID }} ARM_USE_OIDC: true - - uses: actions/setup-go@v5 + - uses: actions/setup-go@v6 with: go-version: 1.21.0 @@ -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@v6.0.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: | @@ -147,7 +147,7 @@ jobs: run: tfsec . - name: Install TFLint - uses: terraform-linters/setup-tflint@v4 + uses: terraform-linters/setup-tflint@v6 with: tflint_version: latest @@ -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