Skip to content

Commit

Permalink
build(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 4, 2023
1 parent a701480 commit a0d091a
Show file tree
Hide file tree
Showing 5 changed files with 35,411 additions and 29,946 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: styfle/cancel-workflow-action@0.10.0
- uses: styfle/cancel-workflow-action@0.12.0
with:
access_token: ${{ github.token }}

Expand All @@ -32,7 +32,7 @@ jobs:
TAG_DRY_RUN: ${{ steps.configure.outputs.TAG_DRY_RUN }}
PUSH_DOCKER: ${{ steps.configure.outputs.PUSH_DOCKER }}
steps:
- uses: styfle/cancel-workflow-action@0.11.0
- uses: styfle/cancel-workflow-action@0.12.0
with:
access_token: ${{ github.token }}
- id: configure
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:

- name: Create a GitHub release
if: github.ref == 'refs/heads/release'
uses: ncipollo/release-action@v1.12.0
uses: ncipollo/release-action@v1.13.0
with:
prerelease: ${{ needs.configure.outputs.PRERELEASE }}
tag: ${{ steps.tag_version.outputs.new_tag }}
Expand All @@ -103,7 +103,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Log in to the Container registry
uses: docker/login-action@v2.1.0
uses: docker/login-action@v2.2.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand All @@ -112,7 +112,7 @@ jobs:
# This step outputs Docker labels and Docker tag associated with github.ref (branch name in this scenario)
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v4.3.0
uses: docker/metadata-action@v4.6.0
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

Expand Down Expand Up @@ -156,21 +156,21 @@ jobs:
SENTRY_COMMIT="${{ github.repository }}/${{ github.sha }}"
- name: ArgoCD login
uses: clowdhaus/argo-cd-action/@v1.12.1
uses: clowdhaus/argo-cd-action/@v1.17.0
id: argocd_login
with:
command: login ${{ secrets.ARGOCD_URL }}
options: --insecure --password ${{ secrets.ARGOCD_PASS }} --username ${{ secrets.ARGOCD_USERNAME }}

- name: ArgoCD overvrite values.yaml
uses: clowdhaus/argo-cd-action/@v1.12.1
uses: clowdhaus/argo-cd-action/@v1.17.0
id: argocd_image_tag_overwrite
with:
command: app set iam-cache-server
options: -p image.tag=${{needs.configure.outputs.IMAGE_TAG}} -p image.repository=${{env.REGISTRY}}/${{env.IMAGE_NAME}}

- name: ArgoCD overvrite HELM values.yaml
uses: clowdhaus/argo-cd-action/@v1.12.1
uses: clowdhaus/argo-cd-action/@v1.17.0
id: argocd_image_helm_tag_overwrite
with:
command: app set iam-cache-server
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: styfle/cancel-workflow-action@0.11.0
- uses: styfle/cancel-workflow-action@0.12.0
with:
access_token: ${{ github.token }}
install:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: styfle/cancel-workflow-action@0.10.0
- uses: styfle/cancel-workflow-action@0.12.0
with:
access_token: ${{ github.token }}
env_name:
Expand Down
Loading

0 comments on commit a0d091a

Please sign in to comment.