-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump Alfresco/alfresco-build-tools from 3.6.0 to 3.6.1 (#154)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
55c2b2b
commit 36f8290
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,10 +16,10 @@ jobs: | |
permissions: | ||
contents: write | ||
steps: | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
- name: Install kubeconform helm plugin | ||
run: | | ||
helm plugin install https://github.com/jtyr/kubeconform-helm --version v0.1.12 | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
with: | ||
auto-commit: "true" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
token: ${{ secrets.BOT_GITHUB_TOKEN }} | ||
|
||
- uses: >- | ||
Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
- name: Login to quay.io | ||
uses: docker/login-action@v3 | ||
|
@@ -46,9 +46,9 @@ jobs: | |
env: | ||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} | ||
|
||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
- name: Regenerate helm docs if necessary | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
with: | ||
pre-commit-args: helm-docs || true | ||
skip_checkout: "true" | ||
|
@@ -74,7 +74,7 @@ jobs: | |
token: ${{ secrets.BOT_GITHUB_TOKEN }} | ||
|
||
- uses: >- | ||
Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
- name: Login to quay.io | ||
uses: docker/login-action@v3 | ||
|
@@ -106,9 +106,9 @@ jobs: | |
QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }} | ||
UPDATECLI_GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }} | ||
|
||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
- name: Regenerate helm docs if necessary | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].0 | ||
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1 | ||
with: | ||
pre-commit-args: helm-docs || true | ||
skip_checkout: "true" | ||
|