Skip to content

Commit 6988c4b

Browse files
authored
Merge branch 'master' into renovatebot/community.postgresql-4.x
2 parents 3f309df + dbc33e4 commit 6988c4b

File tree

22 files changed

+239
-233
lines changed

22 files changed

+239
-233
lines changed

.github/actions/molecule_integration_ec2/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929
id: setup-python
3030

3131
- name: Install python packages
32-
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@012ce56cc25c63d5881d1ec391e2eb4c0254810d # v8.19.1
32+
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@b3070acf733fdcfd2698065e99017d4969256e5b # v8.22.1
3333
with:
3434
python-version: ${{ steps.setup-python.outputs.python-version }}
3535

@@ -39,7 +39,7 @@ runs:
3939
cache-name: enterprise
4040

4141
- name: Set BRANCH_NAME
42-
uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@012ce56cc25c63d5881d1ec391e2eb4c0254810d # v8.19.1
42+
uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@b3070acf733fdcfd2698065e99017d4969256e5b # v8.22.1
4343
with:
4444
sanitize: true
4545
max-length: 20
@@ -62,7 +62,7 @@ runs:
6262
echo "NEXUS_PASSWORD=${{ inputs.nexus_password }}" >> $GITHUB_ENV
6363
6464
- name: Login to AWS
65-
uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
65+
uses: aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df # v4.2.1
6666
with:
6767
aws-region: ${{ inputs.aws_region }}
6868
role-to-assume: arn:aws:iam::372466110691:role/AlfrescoCI/alfresco-cloud-deploy

.github/workflows/bumpVersions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Bump versions
3-
run-name: Bump ${{ inputs.update-type || 'all' }} using alfresco-updatecli/${{ inputs.alfresco-updatecli-ref || 'master' }}
3+
run-name: Bump ${{ inputs.update-type || github.event_name }} using alfresco-updatecli/${{ inputs.alfresco-updatecli-ref || 'master' }}
44

55
on:
66
schedule:
@@ -43,7 +43,7 @@ jobs:
4343
token: ${{ secrets.BOT_GITHUB_TOKEN }}
4444

4545
- name: Install Updatecli
46-
uses: Alfresco/alfresco-build-tools/.github/actions/setup-updatecli@v8.19.1
46+
uses: Alfresco/alfresco-build-tools/.github/actions/setup-updatecli@v8.22.1
4747

4848
- name: Checkout updatecli configs
4949
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

.github/workflows/community.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
id: setup-python
3636

3737
- name: Install python packages
38-
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@012ce56cc25c63d5881d1ec391e2eb4c0254810d # v8.14.1
38+
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@b3070acf733fdcfd2698065e99017d4969256e5b # v8.14.1
3939
with:
4040
python-version: ${{ steps.setup-python.outputs.python-version }}
4141

@@ -80,7 +80,7 @@ jobs:
8080
id: setup-python
8181

8282
- name: Install python packages
83-
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@012ce56cc25c63d5881d1ec391e2eb4c0254810d # v8.14.1
83+
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@b3070acf733fdcfd2698065e99017d4969256e5b # v8.14.1
8484
with:
8585
python-version: ${{ steps.setup-python.outputs.python-version }}
8686

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
id: setup-python
6565

6666
- name: Install python packages
67-
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@012ce56cc25c63d5881d1ec391e2eb4c0254810d # v8.14.1
67+
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@b3070acf733fdcfd2698065e99017d4969256e5b # v8.14.1
6868
with:
6969
python-version: ${{ steps.setup-python.outputs.python-version }}
7070

@@ -82,7 +82,7 @@ jobs:
8282
cache-name: ${{ inputs.galaxy_cache }}
8383

8484
- name: Install required tools for arm runners
85-
uses: Alfresco/alfresco-build-tools/.github/actions/install-ubuntu-default-tools@012ce56cc25c63d5881d1ec391e2eb4c0254810d # v8.14.1
85+
uses: Alfresco/alfresco-build-tools/.github/actions/install-ubuntu-default-tools@b3070acf733fdcfd2698065e99017d4969256e5b # v8.14.1
8686
if: contains(inputs.runner, '-arm')
8787

8888
- name: Run tests

.github/workflows/enteprise.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
id: setup-python
6060

6161
- name: Install python packages
62-
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@012ce56cc25c63d5881d1ec391e2eb4c0254810d # v8.14.1
62+
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@b3070acf733fdcfd2698065e99017d4969256e5b # v8.14.1
6363
with:
6464
python-version: ${{ steps.setup-python.outputs.python-version }}
6565

@@ -101,7 +101,7 @@ jobs:
101101
id: setup-python
102102

103103
- name: Install python packages
104-
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@012ce56cc25c63d5881d1ec391e2eb4c0254810d # v8.14.1
104+
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@b3070acf733fdcfd2698065e99017d4969256e5b # v8.14.1
105105
with:
106106
python-version: ${{ steps.setup-python.outputs.python-version }}
107107

.github/workflows/kics.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2727
- name: Run KICS Scan
28-
uses: checkmarx/kics-github-action@5373b38b35d09a400790b9e560189064d185391f # v2.1.7
28+
uses: checkmarx/kics-github-action@1141bda1e68d7ef7e2ab27bb8d90e6b1ad341537 # v2.1.9
2929
with:
3030
path: 'playbooks,roles'
3131
ignore_on_exit: results
@@ -36,6 +36,6 @@ jobs:
3636
platform_type: ansible
3737
disable_secrets: true
3838
- name: Upload SARIF file
39-
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
39+
uses: github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
4040
with:
4141
sarif_file: report-dir/results.sarif

.github/workflows/mirror-libreoffice.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: gpg --verify ${FILENAME}.asc
3939

4040
- name: Deploy to nexus
41-
uses: Alfresco/alfresco-build-tools/.github/actions/maven-deploy-file@012ce56cc25c63d5881d1ec391e2eb4c0254810d # v8.14.1
41+
uses: Alfresco/alfresco-build-tools/.github/actions/maven-deploy-file@b3070acf733fdcfd2698065e99017d4969256e5b # v8.14.1
4242
with:
4343
group-id: org.libreoffice
4444
artifact-id: libreoffice-dist

.github/workflows/precommit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id: setup-python
2121

2222
- name: Install python packages
23-
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@012ce56cc25c63d5881d1ec391e2eb4c0254810d # v8.14.1
23+
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@b3070acf733fdcfd2698065e99017d4969256e5b # v8.14.1
2424
with:
2525
python-version: ${{ steps.setup-python.outputs.python-version }}
2626

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
2828
- name: Configure AWS credentials
2929
if: github.event_name != 'workflow_dispatch'
30-
uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
30+
uses: aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df # v4.2.1
3131
with:
3232
aws-access-key-id: ${{ secrets.S3_STAGING_AWS_ACCESS_KEY_ID }}
3333
aws-secret-access-key: ${{ secrets.S3_STAGING_AWS_SECRET_ACCESS_KEY }}
@@ -39,7 +39,7 @@ jobs:
3939
aws s3 cp alfresco-ansible-deployment-${VERSION}.zip s3://alfresco-artefacts-staging/enterprise/alfresco-ansible-deployment/
4040
4141
- name: Publish on Nexus
42-
uses: Alfresco/alfresco-build-tools/.github/actions/maven-deploy-file@v8.19.1
42+
uses: Alfresco/alfresco-build-tools/.github/actions/maven-deploy-file@v8.22.1
4343
if: github.event_name != 'workflow_dispatch'
4444
with:
4545
group-id: org.alfresco

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jinja2 = "==3.1.6"
99
jmespath = "==1.0.1"
1010

1111
[dev-packages]
12-
ansible-lint = "==25.4.0"
12+
ansible-lint = "==25.5.0"
1313
molecule = "==24.12.0"
1414
molecule-plugins = {extras = ["docker","ec2"], version = "23.6.0"}
1515
boto3 = "==1.26.9"

0 commit comments

Comments
 (0)