Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
id: setup-python

- name: Install python packages
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@4b0ea0ccff236b931a3cb94f4e8640525439361a # v8.12.1
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@695272dc5144fc5484e4ea610ae82715fb6294c8 # v8.14.1
with:
python-version: ${{ steps.setup-python.outputs.python-version }}

Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
id: setup-python

- name: Install python packages
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@4b0ea0ccff236b931a3cb94f4e8640525439361a # v8.12.1
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@695272dc5144fc5484e4ea610ae82715fb6294c8 # v8.14.1
with:
python-version: ${{ steps.setup-python.outputs.python-version }}

Expand All @@ -98,7 +98,7 @@ jobs:
- name: Run tests
env:
MOLECULE_ROLE_IMAGE: ${{ matrix.molecule_distro.image }}
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
with:
timeout_minutes: 60
max_attempts: 3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
id: setup-python

- name: Install python packages
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@4b0ea0ccff236b931a3cb94f4e8640525439361a # v8.12.1
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@695272dc5144fc5484e4ea610ae82715fb6294c8 # v8.14.1
with:
python-version: ${{ steps.setup-python.outputs.python-version }}

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

- name: Install required tools for arm runners
uses: Alfresco/alfresco-build-tools/.github/actions/install-ubuntu-default-tools@4b0ea0ccff236b931a3cb94f4e8640525439361a # v8.12.1
uses: Alfresco/alfresco-build-tools/.github/actions/install-ubuntu-default-tools@695272dc5144fc5484e4ea610ae82715fb6294c8 # v8.14.1
if: contains(inputs.runner, '-arm')

- name: Run tests
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/enteprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
id: setup-python

- name: Install python packages
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@4b0ea0ccff236b931a3cb94f4e8640525439361a # v8.12.1
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@695272dc5144fc5484e4ea610ae82715fb6294c8 # v8.14.1
with:
python-version: ${{ steps.setup-python.outputs.python-version }}

Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
id: setup-python

- name: Install python packages
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@4b0ea0ccff236b931a3cb94f4e8640525439361a # v8.12.1
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@695272dc5144fc5484e4ea610ae82715fb6294c8 # v8.14.1
with:
python-version: ${{ steps.setup-python.outputs.python-version }}

Expand All @@ -117,7 +117,7 @@ jobs:
MOLECULE_ROLE_IMAGE: ${{ matrix.molecule_distro.image }}
NEXUS_USERNAME: ${{ secrets.nexus_username }}
NEXUS_PASSWORD: ${{ secrets.nexus_password }}
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
with:
timeout_minutes: 60
max_attempts: 3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/kics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Run KICS Scan
uses: checkmarx/kics-github-action@5a6152ef88416063435cebadfec9de28bcfd041d # v2.1.4
uses: checkmarx/kics-github-action@3246fb456a46d1ea8848ae18793c036718b19fe0 # v2.1.5
with:
path: 'playbooks,roles'
ignore_on_exit: results
Expand All @@ -34,6 +34,6 @@ jobs:
platform_type: ansible
disable_secrets: true
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
uses: github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
with:
sarif_file: report-dir/results.sarif
2 changes: 1 addition & 1 deletion .github/workflows/mirror-libreoffice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: gpg --verify ${FILENAME}.asc

- name: Deploy to nexus
uses: Alfresco/alfresco-build-tools/.github/actions/maven-deploy-file@4b0ea0ccff236b931a3cb94f4e8640525439361a # v8.12.1
uses: Alfresco/alfresco-build-tools/.github/actions/maven-deploy-file@695272dc5144fc5484e4ea610ae82715fb6294c8 # v8.14.1
with:
group-id: org.libreoffice
artifact-id: libreoffice-dist
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:
id: setup-python

- name: Install python packages
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@4b0ea0ccff236b931a3cb94f4e8640525439361a # v8.12.1
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@695272dc5144fc5484e4ea610ae82715fb6294c8 # v8.14.1
with:
python-version: ${{ steps.setup-python.outputs.python-version }}

- name: Install and cache ansible galaxy dependencies
uses: ./.github/actions/galaxy

- name: Cache pre-commit
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
with:
path: ~/.cache/pre-commit
key: ${{ runner.os }}-precommit-${{ hashFiles('.pre-commit-config.yaml') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Configure AWS credentials
if: github.event_name != 'workflow_dispatch'
uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3
uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
with:
aws-access-key-id: ${{ secrets.S3_STAGING_AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.S3_STAGING_AWS_SECRET_ACCESS_KEY }}
Expand All @@ -39,7 +39,7 @@ jobs:
aws s3 cp alfresco-ansible-deployment-${VERSION}.zip s3://alfresco-artefacts-staging/enterprise/alfresco-ansible-deployment/

- name: Publish on Nexus
uses: Alfresco/alfresco-build-tools/.github/actions/maven-deploy-file@v8.12.1
uses: Alfresco/alfresco-build-tools/.github/actions/maven-deploy-file@v8.14.1
if: github.event_name != 'workflow_dispatch'
with:
group-id: org.alfresco
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updatecli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
token: ${{ secrets.BOT_GITHUB_TOKEN }}

- name: Install updatecli
uses: Alfresco/alfresco-build-tools/.github/actions/setup-updatecli@v8.12.1
uses: Alfresco/alfresco-build-tools/.github/actions/setup-updatecli@v8.14.1

- name: Run Updatecli in ${{ env.UPDATECLI_MODE }} mode
run: >-
Expand Down
Loading