File tree Expand file tree Collapse file tree 8 files changed +12
-12
lines changed
Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 4343 token : ${{ secrets.BOT_GITHUB_TOKEN }}
4444
4545 - name : Install Updatecli
46- uses : Alfresco/alfresco-build-tools/.github/actions/setup-updatecli@v8.16 .0
46+ uses : Alfresco/alfresco-build-tools/.github/actions/setup-updatecli@v8.18 .0
4747
4848 - name : Checkout updatecli configs
4949 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Original file line number Diff line number Diff line change 3535 id : setup-python
3636
3737 - name : Install python packages
38- uses : Alfresco/alfresco-build-tools/.github/actions/pipenv@695272dc5144fc5484e4ea610ae82715fb6294c8 # v8.14.1
38+ uses : Alfresco/alfresco-build-tools/.github/actions/pipenv@1bb43fe6a87aeb29ea82570a3a10438c673f48af # v8.14.1
3939 with :
4040 python-version : ${{ steps.setup-python.outputs.python-version }}
4141
8080 id : setup-python
8181
8282 - name : Install python packages
83- uses : Alfresco/alfresco-build-tools/.github/actions/pipenv@695272dc5144fc5484e4ea610ae82715fb6294c8 # v8.14.1
83+ uses : Alfresco/alfresco-build-tools/.github/actions/pipenv@1bb43fe6a87aeb29ea82570a3a10438c673f48af # v8.14.1
8484 with :
8585 python-version : ${{ steps.setup-python.outputs.python-version }}
8686
Original file line number Diff line number Diff line change 6464 id : setup-python
6565
6666 - name : Install python packages
67- uses : Alfresco/alfresco-build-tools/.github/actions/pipenv@695272dc5144fc5484e4ea610ae82715fb6294c8 # v8.14.1
67+ uses : Alfresco/alfresco-build-tools/.github/actions/pipenv@1bb43fe6a87aeb29ea82570a3a10438c673f48af # v8.14.1
6868 with :
6969 python-version : ${{ steps.setup-python.outputs.python-version }}
7070
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@695272dc5144fc5484e4ea610ae82715fb6294c8 # v8.14.1
85+ uses : Alfresco/alfresco-build-tools/.github/actions/install-ubuntu-default-tools@1bb43fe6a87aeb29ea82570a3a10438c673f48af # v8.14.1
8686 if : contains(inputs.runner, '-arm')
8787
8888 - name : Run tests
Original file line number Diff line number Diff line change 5555 id : setup-python
5656
5757 - name : Install python packages
58- uses : Alfresco/alfresco-build-tools/.github/actions/pipenv@695272dc5144fc5484e4ea610ae82715fb6294c8 # v8.14.1
58+ uses : Alfresco/alfresco-build-tools/.github/actions/pipenv@1bb43fe6a87aeb29ea82570a3a10438c673f48af # v8.14.1
5959 with :
6060 python-version : ${{ steps.setup-python.outputs.python-version }}
6161
9797 id : setup-python
9898
9999 - name : Install python packages
100- uses : Alfresco/alfresco-build-tools/.github/actions/pipenv@695272dc5144fc5484e4ea610ae82715fb6294c8 # v8.14.1
100+ uses : Alfresco/alfresco-build-tools/.github/actions/pipenv@1bb43fe6a87aeb29ea82570a3a10438c673f48af # v8.14.1
101101 with :
102102 python-version : ${{ steps.setup-python.outputs.python-version }}
103103
Original file line number Diff line number Diff line change 2525 steps :
2626 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2727 - name : Run KICS Scan
28- uses : checkmarx/kics-github-action@3246fb456a46d1ea8848ae18793c036718b19fe0 # v2.1.5
28+ uses : checkmarx/kics-github-action@09100f0152c975eb238c67030f9fd1418acb3666 # v2.1.6
2929 with :
3030 path : ' playbooks,roles'
3131 ignore_on_exit : results
3636 platform_type : ansible
3737 disable_secrets : true
3838 - name : Upload SARIF file
39- uses : github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
39+ uses : github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
4040 with :
4141 sarif_file : report-dir/results.sarif
Original file line number Diff line number Diff line change 3838 run : gpg --verify ${FILENAME}.asc
3939
4040 - name : Deploy to nexus
41- uses : Alfresco/alfresco-build-tools/.github/actions/maven-deploy-file@695272dc5144fc5484e4ea610ae82715fb6294c8 # v8.14.1
41+ uses : Alfresco/alfresco-build-tools/.github/actions/maven-deploy-file@1bb43fe6a87aeb29ea82570a3a10438c673f48af # v8.14.1
4242 with :
4343 group-id : org.libreoffice
4444 artifact-id : libreoffice-dist
Original file line number Diff line number Diff line change 2020 id : setup-python
2121
2222 - name : Install python packages
23- uses : Alfresco/alfresco-build-tools/.github/actions/pipenv@695272dc5144fc5484e4ea610ae82715fb6294c8 # v8.14.1
23+ uses : Alfresco/alfresco-build-tools/.github/actions/pipenv@1bb43fe6a87aeb29ea82570a3a10438c673f48af # v8.14.1
2424 with :
2525 python-version : ${{ steps.setup-python.outputs.python-version }}
2626
Original file line number Diff line number Diff line change 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.14.1
42+ uses : Alfresco/alfresco-build-tools/.github/actions/maven-deploy-file@v8.18.0
4343 if : github.event_name != 'workflow_dispatch'
4444 with :
4545 group-id : org.alfresco
You can’t perform that action at this time.
0 commit comments