Skip to content

Commit 5e44ed2

Browse files
build(deps): update dependencies
1 parent 07a6d30 commit 5e44ed2

File tree

6 files changed

+11587
-6898
lines changed

6 files changed

+11587
-6898
lines changed

.github/workflows/build-deploy.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
timeout-minutes: 3
2020
steps:
21-
- uses: styfle/cancel-workflow-action@0.10.0
21+
- uses: styfle/cancel-workflow-action@0.12.1
2222
with:
2323
access_token: ${{ github.token }}
2424

@@ -32,7 +32,7 @@ jobs:
3232
TAG_DRY_RUN: ${{ steps.configure.outputs.TAG_DRY_RUN }}
3333
PUSH_DOCKER: ${{ steps.configure.outputs.PUSH_DOCKER }}
3434
steps:
35-
- uses: styfle/cancel-workflow-action@0.11.0
35+
- uses: styfle/cancel-workflow-action@0.12.1
3636
with:
3737
access_token: ${{ github.token }}
3838
- id: configure
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: Bump version and push tag
6868
id: tag_version
69-
uses: mathieudutour/github-tag-action@v6.1
69+
uses: mathieudutour/github-tag-action@v6.2
7070
with:
7171
github_token: ${{ secrets.GITHUB_TOKEN }}
7272
release_branches: release
@@ -76,7 +76,7 @@ jobs:
7676

7777
- name: Create a GitHub release
7878
if: github.ref == 'refs/heads/release'
79-
uses: ncipollo/release-action@v1.12.0
79+
uses: ncipollo/release-action@v1.20.0
8080
with:
8181
prerelease: ${{ needs.configure.outputs.PRERELEASE }}
8282
tag: ${{ steps.tag_version.outputs.new_tag }}
@@ -103,7 +103,7 @@ jobs:
103103
uses: docker/setup-buildx-action@v2
104104

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

@@ -156,21 +156,21 @@ jobs:
156156
SENTRY_COMMIT="${{ github.repository }}/${{ github.sha }}"
157157
158158
- name: ArgoCD login
159-
uses: clowdhaus/argo-cd-action/@v1.12.1
159+
uses: clowdhaus/argo-cd-action/@v1.17.0
160160
id: argocd_login
161161
with:
162162
command: login ${{ secrets.ARGOCD_URL }}
163163
options: --insecure --password ${{ secrets.ARGOCD_PASS }} --username ${{ secrets.ARGOCD_USERNAME }}
164164

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

172172
- name: ArgoCD overvrite HELM values.yaml
173-
uses: clowdhaus/argo-cd-action/@v1.12.1
173+
uses: clowdhaus/argo-cd-action/@v1.17.0
174174
id: argocd_image_helm_tag_overwrite
175175
with:
176176
command: app set iam-cache-server

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
runs-on: ubuntu-latest
6666
timeout-minutes: 3
6767
steps:
68-
- uses: styfle/cancel-workflow-action@0.11.0
68+
- uses: styfle/cancel-workflow-action@0.12.1
6969
with:
7070
access_token: ${{ github.token }}
7171
install:

.github/workflows/helm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
timeout-minutes: 3
1616
steps:
17-
- uses: styfle/cancel-workflow-action@0.10.0
17+
- uses: styfle/cancel-workflow-action@0.12.1
1818
with:
1919
access_token: ${{ github.token }}
2020
env_name:
@@ -66,7 +66,7 @@ jobs:
6666
- name: Update dependency
6767
run: helm dependency update ./devops/${{ needs.env_name.outputs.env_name }}
6868
- name: helm-check
69-
uses: igabaydulin/helm-check-action@0.2.0
69+
uses: igabaydulin/helm-check-action@0.2.1
7070
env:
7171
CHART_LOCATION: ./devops/${{ needs.env_name.outputs.env_name }}
7272
CHART_VALUES: ./devops/${{ needs.env_name.outputs.env_name }}/values.yaml

devops/staging/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ iam-cache-server-helm:
77

88
image:
99
repository: "ghcr.io/energywebfoundation/ssi-hub"
10-
tag: v2.13.0
10+
tag: v2.14.0
1111
pullPolicy: IfNotPresent
1212

1313
imagePullSecrets: [ ]

0 commit comments

Comments
 (0)