Skip to content

Commit b4e25bf

Browse files
Bump the github-actions group with 3 updates (#1150)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent faac67a commit b4e25bf

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

.github/workflows/bumpVersions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.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

.github/workflows/community.yml

+2-2
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@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

@@ -80,7 +80,7 @@ jobs:
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

.github/workflows/docker.yml

+2-2
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@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

@@ -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@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

.github/workflows/enteprise.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
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

@@ -97,7 +97,7 @@ jobs:
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

.github/workflows/kics.yml

+2-2
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@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
@@ -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@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
39+
uses: github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
4040
with:
4141
sarif_file: report-dir/results.sarif

.github/workflows/mirror-libreoffice.yml

+1-1
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@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

.github/workflows/precommit.yml

+1-1
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@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

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.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

0 commit comments

Comments
 (0)