File tree Expand file tree Collapse file tree 9 files changed +13
-13
lines changed
Expand file tree Collapse file tree 9 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : Login to AWS
27- uses : aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
27+ uses : aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5.0.0
2828 with :
2929 aws-region : ${{ env.AWS_REGION }}
3030 role-to-assume : arn:aws:iam::372466110691:role/AlfrescoCI/mq-configuration-cleanup
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.33.0
46+ uses : Alfresco/alfresco-build-tools/.github/actions/setup-updatecli@v9.0.1
4747
4848 - name : Checkout updatecli configs
4949 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
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@320cc7dfe8927bf1f60d1365fa695a25c0b082cb # v8.28.2
38+ uses : Alfresco/alfresco-build-tools/.github/actions/pipenv@867906dd71060e771c2c0577fb1965524664564f # v8.28.2
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@320cc7dfe8927bf1f60d1365fa695a25c0b082cb # v8.28.2
83+ uses : Alfresco/alfresco-build-tools/.github/actions/pipenv@867906dd71060e771c2c0577fb1965524664564f # v8.28.2
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@320cc7dfe8927bf1f60d1365fa695a25c0b082cb # v8.28.2
67+ uses : Alfresco/alfresco-build-tools/.github/actions/pipenv@867906dd71060e771c2c0577fb1965524664564f # v8.28.2
6868 with :
6969 python-version : ${{ steps.setup-python.outputs.python-version }}
7070
Original file line number Diff line number Diff line change 5959 id : setup-python
6060
6161 - name : Install python packages
62- uses : Alfresco/alfresco-build-tools/.github/actions/pipenv@320cc7dfe8927bf1f60d1365fa695a25c0b082cb # v8.28.2
62+ uses : Alfresco/alfresco-build-tools/.github/actions/pipenv@867906dd71060e771c2c0577fb1965524664564f # v8.28.2
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@320cc7dfe8927bf1f60d1365fa695a25c0b082cb # v8.28.2
104+ uses : Alfresco/alfresco-build-tools/.github/actions/pipenv@867906dd71060e771c2c0577fb1965524664564f # v8.28.2
105105 with :
106106 python-version : ${{ steps.setup-python.outputs.python-version }}
107107
Original file line number Diff line number Diff line change 2525 steps :
2626 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2727 - name : Run KICS Scan
28- uses : checkmarx/kics-github-action@71454548efb714daa457caae25c01d64cc0be9d2 # v2.1.13
28+ uses : checkmarx/kics-github-action@c11ca46d31795a2f186f1af610d121e3bcd647a0 # v2.1.14
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@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
39+ uses : github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
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@320cc7dfe8927bf1f60d1365fa695a25c0b082cb # v8.28.2
41+ uses : Alfresco/alfresco-build-tools/.github/actions/maven-deploy-file@867906dd71060e771c2c0577fb1965524664564f # v8.28.2
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@320cc7dfe8927bf1f60d1365fa695a25c0b082cb # v8.28.2
23+ uses : Alfresco/alfresco-build-tools/.github/actions/pipenv@867906dd71060e771c2c0577fb1965524664564f # v8.28.2
2424 with :
2525 python-version : ${{ steps.setup-python.outputs.python-version }}
2626
Original file line number Diff line number Diff line change 2727
2828 - name : Configure AWS credentials
2929 if : github.event_name != 'workflow_dispatch'
30- uses : aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
30+ uses : aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5.0.0
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 }}
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.33.0
42+ uses : Alfresco/alfresco-build-tools/.github/actions/maven-deploy-file@v9.0.1
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