File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ concurrency:
1515
1616jobs :
1717 bootstrap-prod :
18- uses : devantler-tech/reusable-workflows/.github/workflows/cd-cluster-bootstrap.yaml@061ae5bdafe6d03d4930c2bd359e4c3256248dc8 # v1.11.19
18+ uses : devantler-tech/reusable-workflows/.github/workflows/cd-cluster-bootstrap.yaml@367b3fd01c231fc685afb24ea9a8a04182780dad # v1.11.21
1919 with :
2020 DEPLOYMENT_ENV : prod
2121 secrets :
2424
2525 deploy-prod :
2626 needs : bootstrap-prod
27- uses : devantler-tech/reusable-workflows/.github/workflows/cd-gitops-deploy.yaml@061ae5bdafe6d03d4930c2bd359e4c3256248dc8 # v1.11.19
27+ uses : devantler-tech/reusable-workflows/.github/workflows/cd-gitops-deploy.yaml@367b3fd01c231fc685afb24ea9a8a04182780dad # v1.11.21
2828 with :
2929 DEPLOYMENT_ENV : prod
3030 secrets :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions:
1212
1313jobs :
1414 bootstrap-dev :
15- uses : devantler-tech/reusable-workflows/.github/workflows/cd-cluster-bootstrap.yaml@061ae5bdafe6d03d4930c2bd359e4c3256248dc8 # v1.11.19
15+ uses : devantler-tech/reusable-workflows/.github/workflows/cd-cluster-bootstrap.yaml@367b3fd01c231fc685afb24ea9a8a04182780dad # v1.11.21
1616 with :
1717 DEPLOYMENT_ENV : dev
1818 SKIP : ${{ github.event_name != 'merge_group' }}
2222
2323 deploy-dev :
2424 needs : bootstrap-dev
25- uses : devantler-tech/reusable-workflows/.github/workflows/cd-gitops-deploy.yaml@061ae5bdafe6d03d4930c2bd359e4c3256248dc8 # v1.11.19
25+ uses : devantler-tech/reusable-workflows/.github/workflows/cd-gitops-deploy.yaml@367b3fd01c231fc685afb24ea9a8a04182780dad # v1.11.21
2626 with :
2727 DEPLOYMENT_ENV : dev
2828 SKIP : ${{ github.event_name != 'merge_group' }}
Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ permissions:
1313
1414jobs :
1515 release :
16- uses : devantler-tech/reusable-workflows/.github/workflows/release.yaml@061ae5bdafe6d03d4930c2bd359e4c3256248dc8 # v1.11.19
16+ uses : devantler-tech/reusable-workflows/.github/workflows/release.yaml@367b3fd01c231fc685afb24ea9a8a04182780dad # v1.11.21
1717 secrets :
1818 APP_PRIVATE_KEY : ${{ secrets.APP_PRIVATE_KEY }}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ permissions: {}
1414
1515jobs :
1616 sync-policies :
17- uses : devantler-tech/reusable-workflows/.github/workflows/sync-cluster-policies.yaml@061ae5bdafe6d03d4930c2bd359e4c3256248dc8 # v1.11.19
17+ uses : devantler-tech/reusable-workflows/.github/workflows/sync-cluster-policies.yaml@367b3fd01c231fc685afb24ea9a8a04182780dad # v1.11.21
1818 with :
1919 KYVERNO_POLICIES_DIR : k8s/bases/infrastructure/cluster-policies/samples
2020 secrets :
Original file line number Diff line number Diff line change 88
99jobs :
1010 todos :
11- uses : devantler-tech/reusable-workflows/.github/workflows/todos.yaml@061ae5bdafe6d03d4930c2bd359e4c3256248dc8 # v1.11.19
11+ uses : devantler-tech/reusable-workflows/.github/workflows/todos.yaml@367b3fd01c231fc685afb24ea9a8a04182780dad # v1.11.21
1212 secrets :
1313 APP_PRIVATE_KEY : ${{ secrets.APP_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments