Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .github/workflows/app-pipeline-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down
40 changes: 20 additions & 20 deletions .github/workflows/app-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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

Expand All @@ -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"
Expand All @@ -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: |
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/infra-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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

Expand All @@ -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
Expand All @@ -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"
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
run:
working-directory: infrastructure/bootstrap
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: Install TFSec
run: |
Expand All @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading