File tree 8 files changed +12
-12
lines changed
8 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 43
43
token : ${{ secrets.BOT_GITHUB_TOKEN }}
44
44
45
45
- 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
47
47
48
48
- name : Checkout updatecli configs
49
49
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Original file line number Diff line number Diff line change 35
35
id : setup-python
36
36
37
37
- 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
39
39
with :
40
40
python-version : ${{ steps.setup-python.outputs.python-version }}
41
41
80
80
id : setup-python
81
81
82
82
- 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
84
84
with :
85
85
python-version : ${{ steps.setup-python.outputs.python-version }}
86
86
Original file line number Diff line number Diff line change 64
64
id : setup-python
65
65
66
66
- 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
68
68
with :
69
69
python-version : ${{ steps.setup-python.outputs.python-version }}
70
70
82
82
cache-name : ${{ inputs.galaxy_cache }}
83
83
84
84
- 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
86
86
if : contains(inputs.runner, '-arm')
87
87
88
88
- name : Run tests
Original file line number Diff line number Diff line change 55
55
id : setup-python
56
56
57
57
- 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
59
59
with :
60
60
python-version : ${{ steps.setup-python.outputs.python-version }}
61
61
97
97
id : setup-python
98
98
99
99
- 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
101
101
with :
102
102
python-version : ${{ steps.setup-python.outputs.python-version }}
103
103
Original file line number Diff line number Diff line change 25
25
steps :
26
26
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27
27
- name : Run KICS Scan
28
- uses : checkmarx/kics-github-action@3246fb456a46d1ea8848ae18793c036718b19fe0 # v2.1.5
28
+ uses : checkmarx/kics-github-action@09100f0152c975eb238c67030f9fd1418acb3666 # v2.1.6
29
29
with :
30
30
path : ' playbooks,roles'
31
31
ignore_on_exit : results
36
36
platform_type : ansible
37
37
disable_secrets : true
38
38
- 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
40
40
with :
41
41
sarif_file : report-dir/results.sarif
Original file line number Diff line number Diff line change 38
38
run : gpg --verify ${FILENAME}.asc
39
39
40
40
- 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
42
42
with :
43
43
group-id : org.libreoffice
44
44
artifact-id : libreoffice-dist
Original file line number Diff line number Diff line change 20
20
id : setup-python
21
21
22
22
- 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
24
24
with :
25
25
python-version : ${{ steps.setup-python.outputs.python-version }}
26
26
Original file line number Diff line number Diff line change 39
39
aws s3 cp alfresco-ansible-deployment-${VERSION}.zip s3://alfresco-artefacts-staging/enterprise/alfresco-ansible-deployment/
40
40
41
41
- 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
43
43
if : github.event_name != 'workflow_dispatch'
44
44
with :
45
45
group-id : org.alfresco
You can’t perform that action at this time.
0 commit comments