Skip to content

ci(deps): bump the github-actions-dependencies group across 1 directory with 4 updates #53

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
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
18 changes: 9 additions & 9 deletions .github/workflows/app-pipeline-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
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@v5.6.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@v5.6.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@v5.6.0
with:
python-version: ${{ env.PYTHON_VERSION }}
cache: "pip"
Expand Down
36 changes: 18 additions & 18 deletions .github/workflows/app-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
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@v5.6.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@v5.6.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@v5.6.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@v5.6.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.7

- name: Build Docker Image
run: |
Expand Down Expand Up @@ -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/#@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@v5
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@v5
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@v5
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@v5
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.7
secrets: inherit
with:
download-artifacts: true
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/infra-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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/#@v2
Expand Down Expand Up @@ -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/#@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@v5.6.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 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/#@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/#@v2
Expand Down
Loading