Skip to content

Commit 11581af

Browse files
Bump the github-actions group with 3 updates
Bumps the github-actions group with 3 updates: [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools), [checkmarx/kics-github-action](https://github.com/checkmarx/kics-github-action) and [github/codeql-action](https://github.com/github/codeql-action). Updates `Alfresco/alfresco-build-tools` from 8.24.1 to 8.28.1 - [Release notes](https://github.com/alfresco/alfresco-build-tools/releases) - [Commits](Alfresco/alfresco-build-tools@v8.24.1...v8.28.1) Updates `checkmarx/kics-github-action` from 2.1.10 to 2.1.12 - [Release notes](https://github.com/checkmarx/kics-github-action/releases) - [Commits](Checkmarx/kics-github-action@c06a133...cd1f377) Updates `github/codeql-action` from 3.29.2 to 3.29.5 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@181d5ee...51f7732) --- updated-dependencies: - dependency-name: Alfresco/alfresco-build-tools dependency-version: 8.28.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: checkmarx/kics-github-action dependency-version: 2.1.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 3.29.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 19bdeee commit 11581af

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

.github/workflows/bumpVersions.yml

Lines changed: 1 addition & 1 deletion
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.24.1
46+
uses: Alfresco/alfresco-build-tools/.github/actions/setup-updatecli@v8.28.1
4747

4848
- name: Checkout updatecli configs
4949
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

.github/workflows/community.yml

Lines changed: 2 additions & 2 deletions
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@201d17a876a62585731b175b9813d7d00d1b460c # v8.14.1
38+
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@cd6257949c361ad3d6ee0c92892e56d84af48eb3 # 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@201d17a876a62585731b175b9813d7d00d1b460c # v8.14.1
83+
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@cd6257949c361ad3d6ee0c92892e56d84af48eb3 # v8.14.1
8484
with:
8585
python-version: ${{ steps.setup-python.outputs.python-version }}
8686

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
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@201d17a876a62585731b175b9813d7d00d1b460c # v8.14.1
67+
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@cd6257949c361ad3d6ee0c92892e56d84af48eb3 # v8.14.1
6868
with:
6969
python-version: ${{ steps.setup-python.outputs.python-version }}
7070

.github/workflows/enteprise.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
id: setup-python
6060

6161
- name: Install python packages
62-
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@201d17a876a62585731b175b9813d7d00d1b460c # v8.14.1
62+
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@cd6257949c361ad3d6ee0c92892e56d84af48eb3 # v8.14.1
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@201d17a876a62585731b175b9813d7d00d1b460c # v8.14.1
104+
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@cd6257949c361ad3d6ee0c92892e56d84af48eb3 # v8.14.1
105105
with:
106106
python-version: ${{ steps.setup-python.outputs.python-version }}
107107

.github/workflows/kics.yml

Lines changed: 2 additions & 2 deletions
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@c06a133a98c75c2f920014d688015a5fb18095a4 # v2.1.10
28+
uses: checkmarx/kics-github-action@cd1f3774406f7818e3f79b77b093fe2ebaaf5c1d # v2.1.12
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@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
39+
uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
4040
with:
4141
sarif_file: report-dir/results.sarif

.github/workflows/mirror-libreoffice.yml

Lines changed: 1 addition & 1 deletion
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@201d17a876a62585731b175b9813d7d00d1b460c # v8.14.1
41+
uses: Alfresco/alfresco-build-tools/.github/actions/maven-deploy-file@cd6257949c361ad3d6ee0c92892e56d84af48eb3 # v8.14.1
4242
with:
4343
group-id: org.libreoffice
4444
artifact-id: libreoffice-dist

.github/workflows/precommit.yml

Lines changed: 1 addition & 1 deletion
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@201d17a876a62585731b175b9813d7d00d1b460c # v8.14.1
23+
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@cd6257949c361ad3d6ee0c92892e56d84af48eb3 # v8.14.1
2424
with:
2525
python-version: ${{ steps.setup-python.outputs.python-version }}
2626

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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.24.1
42+
uses: Alfresco/alfresco-build-tools/.github/actions/maven-deploy-file@v8.28.1
4343
if: github.event_name != 'workflow_dispatch'
4444
with:
4545
group-id: org.alfresco

0 commit comments

Comments
 (0)