Skip to content

Commit d9d31a9

Browse files
Bump the github-actions group across 1 directory with 3 updates
Bumps the github-actions group with 3 updates in the / directory: [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools), [checkmarx/kics-github-action](https://github.com/checkmarx/kics-github-action) and [github/codeql-action](https://github.com/github/codeql-action). Updates `Alfresco/alfresco-build-tools` from 9.3.1 to 9.3.2 - [Release notes](https://github.com/alfresco/alfresco-build-tools/releases) - [Commits](Alfresco/alfresco-build-tools@v9.3.1...v9.3.2) Updates `checkmarx/kics-github-action` from 2.1.14 to 2.1.15 - [Release notes](https://github.com/checkmarx/kics-github-action/releases) - [Commits](Checkmarx/kics-github-action@c11ca46...86775e4) Updates `github/codeql-action` from 4.30.8 to 4.31.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@f443b60...4e94bd1) --- updated-dependencies: - dependency-name: Alfresco/alfresco-build-tools dependency-version: 9.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: checkmarx/kics-github-action dependency-version: 2.1.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 4.31.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2af5f1f commit d9d31a9

File tree

10 files changed

+22
-22
lines changed

10 files changed

+22
-22
lines changed

.github/workflows/bumpVersions.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ jobs:
4343
password: ${{ secrets.QUAY_PASSWORD }}
4444

4545
- name: Install Updatecli
46-
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1
46+
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].2
4747

4848
- run: updatecli apply
4949
env:
5050
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
5151

52-
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1
52+
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].2
5353
- name: Regenerate helm docs if necessary
54-
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1
54+
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].2
5555
with:
5656
pre-commit-args: helm-docs || true
5757
skip_checkout: "true"
@@ -78,7 +78,7 @@ jobs:
7878
token: ${{ secrets.BOT_GITHUB_TOKEN }}
7979

8080
- name: Install Updatecli
81-
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1
81+
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].2
8282

8383
- name: Checkout updatecli configs
8484
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -100,9 +100,9 @@ jobs:
100100
QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }}
101101
UPDATECLI_GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
102102

103-
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1
103+
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].2
104104
- name: Regenerate helm docs if necessary
105-
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1
105+
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].2
106106
with:
107107
pre-commit-args: helm-docs || true
108108
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2626
- uses: >-
27-
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/[email protected].1
27+
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/[email protected].2
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5757
- name: Verify docker-compose
5858
uses: >-
59-
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/[email protected].1
59+
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/[email protected].2
6060
timeout-minutes: 10
6161
with:
6262
postman_path: test/postman/docker-compose

.github/workflows/helm-community.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
password: ${{ secrets.DOCKER_PASSWORD }}
7373

7474
- name: Setup cluster
75-
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1
75+
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].2
7676
with:
7777
ingress-nginx-ref: controller-v1.12.1
7878
import-docker-credentials-secret-name: ${{ env.REGISTRY_SECRET_NAME }}

.github/workflows/helm-enterprise.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
password: ${{ secrets.QUAY_PASSWORD }}
8686

8787
- name: Setup cluster
88-
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1
88+
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].2
8989
with:
9090
ingress-nginx-ref: controller-v1.12.1
9191
metrics: "true"
@@ -122,21 +122,21 @@ jobs:
122122
${{ steps.configurable-extra-values.outputs.helm_install_params }}
123123
124124
- name: Wait for deployments to be ready
125-
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1
125+
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].2
126126
with:
127127
wait-resource: "deployments"
128128
wait-condition: "Available"
129129

130130
- name: Wait for statefulsets to be ready
131-
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1
131+
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].2
132132
with:
133133
wait-resource: "sts"
134134
wait-for-what: "jsonpath"
135135
wait-condition: "'{.status.readyReplicas}'=1"
136136

137137
- name: Wait for jobs to be completed
138138
if: matrix.values != '7.4.N_values.yaml'
139-
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1
139+
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].2
140140
with:
141141
wait-resource: "jobs"
142142
wait-condition: "complete"

.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/[email protected].1
23+
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/[email protected].2
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4242
- uses: >-
43-
Alfresco/alfresco-build-tools/.github/actions/[email protected].1
43+
Alfresco/alfresco-build-tools/.github/actions/[email protected].2
4444
with:
4545
chart-dir: helm/${{ matrix.charts.name }}
4646
- uses: >-
47-
Alfresco/alfresco-build-tools/.github/actions/[email protected].1
47+
Alfresco/alfresco-build-tools/.github/actions/[email protected].2
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6666
- uses: >-
67-
Alfresco/alfresco-build-tools/.github/actions/[email protected].1
67+
Alfresco/alfresco-build-tools/.github/actions/[email protected].2
6868
with:
6969
chart-dir: helm/${{ matrix.charts.name }}
7070
- uses: >-
71-
Alfresco/alfresco-build-tools/.github/actions/[email protected].1
71+
Alfresco/alfresco-build-tools/.github/actions/[email protected].2
7272
with:
7373
chart-dir: helm/${{ matrix.charts.name }}
7474
helm-options: >-

.github/workflows/kics.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2525
- name: run kics Scan
26-
uses: checkmarx/kics-github-action@c11ca46d31795a2f186f1af610d121e3bcd647a0 # v2.1.14
26+
uses: checkmarx/kics-github-action@86775e425429260b2044a0611f3031e0a0f71b0b # v2.1.15
2727
with:
2828
path: 'docker-compose,helm'
2929
ignore_on_exit: results
@@ -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@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
39+
uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.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/[email protected].1
27+
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].2

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
31-
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].1
31+
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected].2
3232
- name: Add dependency chart repos
3333
run: |
3434
for repo in $(yq eval-all \

0 commit comments

Comments
 (0)