Skip to content

Commit 6c4c414

Browse files
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) and [github/codeql-action](https://github.com/github/codeql-action). Updates `Alfresco/alfresco-build-tools` from 18.7.0 to 18.7.1 - [Release notes](https://github.com/alfresco/alfresco-build-tools/releases) - [Commits](Alfresco/alfresco-build-tools@v18.7.0...v18.7.1) Updates `github/codeql-action` from 4.36.1 to 4.36.2 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@87557b9...8aad20d) --- updated-dependencies: - dependency-name: Alfresco/alfresco-build-tools dependency-version: 18.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 4.36.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c8e5e4f commit 6c4c414

11 files changed

Lines changed: 25 additions & 25 deletions

.github/workflows/after-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-slim
1010
steps:
1111
- name: Propagate release on Jira
12-
uses: Alfresco/alfresco-build-tools/.github/actions/jira-propagate-release@v18.7.0
12+
uses: Alfresco/alfresco-build-tools/.github/actions/jira-propagate-release@v18.7.1
1313
with:
1414
jira-project-key: "OPSEXP"
1515
jira-token: ${{ secrets.JIRA_TOKEN }}

.github/workflows/bumpVersions.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ jobs:
3939
token: ${{ secrets.BOT_GITHUB_TOKEN || github.token }}
4040

4141
- name: Install Updatecli
42-
uses: Alfresco/alfresco-build-tools/.github/actions/setup-updatecli@v18.7.0
42+
uses: Alfresco/alfresco-build-tools/.github/actions/setup-updatecli@v18.7.1
4343

4444
- run: updatecli pipeline apply
4545

46-
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v18.7.0
46+
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v18.7.1
4747

4848
- name: Regenerate helm docs if necessary
49-
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v18.7.0
49+
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v18.7.1
5050
with:
5151
pre-commit-args: helm-docs || true
5252
skip_checkout: "true"
@@ -74,7 +74,7 @@ jobs:
7474
token: ${{ secrets.BOT_GITHUB_TOKEN }}
7575

7676
- name: Install Updatecli
77-
uses: Alfresco/alfresco-build-tools/.github/actions/setup-updatecli@v18.7.0
77+
uses: Alfresco/alfresco-build-tools/.github/actions/setup-updatecli@v18.7.1
7878

7979
- name: Checkout updatecli configs
8080
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
@@ -96,9 +96,9 @@ jobs:
9696
QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }}
9797
UPDATECLI_GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
9898

99-
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v18.7.0
99+
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v18.7.1
100100
- name: Regenerate helm docs if necessary
101-
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v18.7.0
101+
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v18.7.1
102102
with:
103103
pre-commit-args: helm-docs || true
104104
skip_checkout: "true"

.github/workflows/docker-compose-community.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2626
- uses: >-
27-
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v18.7.0
27+
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v18.7.1
2828
with:
2929
compose_file_path: docker-compose/community-compose.yaml
3030
postman_path: test/postman/docker-compose

.github/workflows/docker-compose-enterprise.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5757
- name: Verify docker-compose
5858
uses: >-
59-
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v18.7.0
59+
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v18.7.1
6060
timeout-minutes: 10
6161
with:
6262
postman_path: test/postman/docker-compose

.github/workflows/helm-community.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
- name: Setup cluster
7777
id: setup-kind
78-
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v18.7.0
78+
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v18.7.1
7979
with:
8080
traefik-enabled: true
8181
cloud-provider-kind-enabled: true
@@ -181,7 +181,7 @@ jobs:
181181
182182
- name: Upload pods logs
183183
if: always() && steps.helm_install.outcome != 'skipped'
184-
uses: Alfresco/alfresco-build-tools/.github/actions/kubectl-keep-nslogs@v18.7.0
184+
uses: Alfresco/alfresco-build-tools/.github/actions/kubectl-keep-nslogs@v18.7.1
185185
with:
186186
namespace: default
187187
log_retention: 7

.github/workflows/helm-enterprise.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
matrix:
6868
include: ${{ fromJSON(needs.build_vars.outputs.ver_json) }}
6969
steps:
70-
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v18.7.0
70+
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v18.7.1
7171

7272
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
7373

@@ -90,7 +90,7 @@ jobs:
9090

9191
- name: Setup cluster
9292
id: setup-kind
93-
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v18.7.0
93+
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v18.7.1
9494
with:
9595
traefik-enabled: true
9696
traefik-chart-version: v40.0.0-ea.1
@@ -140,20 +140,20 @@ jobs:
140140
${{ steps.configurable-extra-values.outputs.helm_install_params }}
141141
142142
- name: Wait for deployments to be ready
143-
uses: Alfresco/alfresco-build-tools/.github/actions/kubectl-wait@v18.7.0
143+
uses: Alfresco/alfresco-build-tools/.github/actions/kubectl-wait@v18.7.1
144144
with:
145145
wait-resource: "deployments"
146146
wait-condition: "Available"
147147

148148
- name: Wait for statefulsets to be ready
149-
uses: Alfresco/alfresco-build-tools/.github/actions/kubectl-wait@v18.7.0
149+
uses: Alfresco/alfresco-build-tools/.github/actions/kubectl-wait@v18.7.1
150150
with:
151151
wait-resource: "sts"
152152
wait-for-what: "jsonpath"
153153
wait-condition: "'{.status.readyReplicas}'=1"
154154

155155
- name: Wait for jobs to be completed
156-
uses: Alfresco/alfresco-build-tools/.github/actions/kubectl-wait@v18.7.0
156+
uses: Alfresco/alfresco-build-tools/.github/actions/kubectl-wait@v18.7.1
157157
with:
158158
wait-resource: "jobs"
159159
wait-condition: "complete"
@@ -218,7 +218,7 @@ jobs:
218218
219219
- name: Upload pods logs
220220
if: always() && steps.helm_install.outcome != 'skipped'
221-
uses: Alfresco/alfresco-build-tools/.github/actions/kubectl-keep-nslogs@v18.7.0
221+
uses: Alfresco/alfresco-build-tools/.github/actions/kubectl-keep-nslogs@v18.7.1
222222
with:
223223
namespace: default
224224
log_retention: 7

.github/workflows/helm-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
2121
- name: Publish chart
2222
uses: >-
23-
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/publish-chart@v18.7.0
23+
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/publish-chart@v18.7.1
2424
with:
2525
chart_name: alfresco-content-services
2626
github_token: ${{ secrets.BOT_GITHUB_TOKEN }}

.github/workflows/helm-static-checks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040
- name: Checkout
4141
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4242
- uses: >-
43-
Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v18.7.0
43+
Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v18.7.1
4444
with:
4545
chart-dir: helm/${{ matrix.charts.name }}
4646
- uses: >-
47-
Alfresco/alfresco-build-tools/.github/actions/helm-plugin@v18.7.0
47+
Alfresco/alfresco-build-tools/.github/actions/helm-plugin@v18.7.1
4848
with:
4949
plugin_url: https://github.com/helm-unittest/helm-unittest
5050
plugin_version: v1.0.0
@@ -64,11 +64,11 @@ jobs:
6464
- name: Checkout
6565
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
6666
- uses: >-
67-
Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v18.7.0
67+
Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v18.7.1
6868
with:
6969
chart-dir: helm/${{ matrix.charts.name }}
7070
- uses: >-
71-
Alfresco/alfresco-build-tools/.github/actions/helm-template-yamllint@v18.7.0
71+
Alfresco/alfresco-build-tools/.github/actions/helm-template-yamllint@v18.7.1
7272
with:
7373
chart-dir: helm/${{ matrix.charts.name }}
7474
helm-options: >-

.github/workflows/kics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
config_path: .github/kics.yml
3737
- name: Upload SARIF file
3838
if: github.actor != 'dependabot[bot]'
39-
uses: github/codeql-action/upload-sarif@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4.36.1
39+
uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
4040
with:
4141
sarif_file: report-dir/results.sarif

.github/workflows/pre-commit-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
name: Run pre-commit
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v18.7.0
27+
- uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v18.7.1

0 commit comments

Comments
 (0)