Skip to content

Commit 2b25e51

Browse files
Bump the github-actions group with 5 updates
Bumps the github-actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) | `4.2.1` | `4.3.1` | | [actions/checkout](https://github.com/actions/checkout) | `4.2.2` | `5.0.0` | | [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) | `8.28.1` | `8.33.0` | | [checkmarx/kics-github-action](https://github.com/checkmarx/kics-github-action) | `2.1.12` | `2.1.13` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.29.7` | `3.29.11` | Updates `aws-actions/configure-aws-credentials` from 4.2.1 to 4.3.1 - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](aws-actions/configure-aws-credentials@b475783...7474bc4) Updates `actions/checkout` from 4.2.2 to 5.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@11bd719...08c6903) Updates `Alfresco/alfresco-build-tools` from 8.28.1 to 8.33.0 - [Release notes](https://github.com/alfresco/alfresco-build-tools/releases) - [Commits](Alfresco/alfresco-build-tools@v8.28.1...v8.33.0) Updates `checkmarx/kics-github-action` from 2.1.12 to 2.1.13 - [Release notes](https://github.com/checkmarx/kics-github-action/releases) - [Commits](Checkmarx/kics-github-action@cd1f377...7145454) Updates `github/codeql-action` from 3.29.7 to 3.29.11 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@51f7732...3c3833e) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 4.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: Alfresco/alfresco-build-tools dependency-version: 8.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: checkmarx/kics-github-action dependency-version: 2.1.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 3.29.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 416d767 commit 2b25e51

File tree

9 files changed

+24
-24
lines changed

9 files changed

+24
-24
lines changed

.github/workflows/aws-mq-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Login to AWS
27-
uses: aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df # v4.2.1
27+
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
2828
with:
2929
aws-region: ${{ env.AWS_REGION }}
3030
role-to-assume: arn:aws:iam::372466110691:role/AlfrescoCI/mq-configuration-cleanup

.github/workflows/bumpVersions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ jobs:
3838
if: github.actor != 'dependabot[bot]'
3939
steps:
4040
- name: Checkout
41-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
41+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4242
with:
4343
token: ${{ secrets.BOT_GITHUB_TOKEN }}
4444

4545
- name: Install Updatecli
46-
uses: Alfresco/alfresco-build-tools/.github/actions/setup-updatecli@v8.28.1
46+
uses: Alfresco/alfresco-build-tools/.github/actions/setup-updatecli@v8.33.0
4747

4848
- name: Checkout updatecli configs
49-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
49+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5050
with:
5151
repository: alfresco/alfresco-updatecli
5252
ref: ${{ inputs.alfresco-updatecli-ref || 'master' }}

.github/workflows/community.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
31+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3232

3333
- name: Setup Python
3434
uses: ./.github/actions/setup-python
3535
id: setup-python
3636

3737
- name: Install python packages
38-
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@cd6257949c361ad3d6ee0c92892e56d84af48eb3 # v8.28.2
38+
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@320cc7dfe8927bf1f60d1365fa695a25c0b082cb # v8.28.2
3939
with:
4040
python-version: ${{ steps.setup-python.outputs.python-version }}
4141

@@ -73,14 +73,14 @@ jobs:
7373
PYTHONUNBUFFERED: 1
7474
steps:
7575
- name: Checkout
76-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
76+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7777

7878
- name: Set up Python
7979
uses: ./.github/actions/setup-python
8080
id: setup-python
8181

8282
- name: Install python packages
83-
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@cd6257949c361ad3d6ee0c92892e56d84af48eb3 # v8.28.2
83+
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@320cc7dfe8927bf1f60d1365fa695a25c0b082cb # v8.28.2
8484
with:
8585
python-version: ${{ steps.setup-python.outputs.python-version }}
8686

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ${{ inputs.runner }}
5555
steps:
5656
- name: Checkout
57-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
57+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5858
with:
5959
# avoid auth conflict when cloning DTAS during verify step
6060
persist-credentials: false
@@ -64,7 +64,7 @@ jobs:
6464
id: setup-python
6565

6666
- name: Install python packages
67-
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@cd6257949c361ad3d6ee0c92892e56d84af48eb3 # v8.28.2
67+
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@320cc7dfe8927bf1f60d1365fa695a25c0b082cb # v8.28.2
6868
with:
6969
python-version: ${{ steps.setup-python.outputs.python-version }}
7070

.github/workflows/enteprise.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ jobs:
5252
echo "secrets-available=true" >> $GITHUB_OUTPUT
5353
5454
- name: Checkout
55-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
55+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5656

5757
- name: Setup Python
5858
uses: ./.github/actions/setup-python
5959
id: setup-python
6060

6161
- name: Install python packages
62-
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@cd6257949c361ad3d6ee0c92892e56d84af48eb3 # v8.28.2
62+
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@320cc7dfe8927bf1f60d1365fa695a25c0b082cb # v8.28.2
6363
with:
6464
python-version: ${{ steps.setup-python.outputs.python-version }}
6565

@@ -94,14 +94,14 @@ jobs:
9494
run: echo "dtas_version=$DTAS_VERSION" >> $GITHUB_OUTPUT
9595

9696
- name: Checkout
97-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
97+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
9898

9999
- name: Setup Python
100100
uses: ./.github/actions/setup-python
101101
id: setup-python
102102

103103
- name: Install python packages
104-
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@cd6257949c361ad3d6ee0c92892e56d84af48eb3 # v8.28.2
104+
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@320cc7dfe8927bf1f60d1365fa695a25c0b082cb # v8.28.2
105105
with:
106106
python-version: ${{ steps.setup-python.outputs.python-version }}
107107

@@ -210,7 +210,7 @@ jobs:
210210
MOLECULE_IT_AWS_VPC_SUBNET_ID: subnet-6bdd4223
211211
steps:
212212
- name: Checkout
213-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
213+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
214214
with:
215215
# avoid auth conflict when cloning DTAS during verify step
216216
persist-credentials: false

.github/workflows/kics.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
kics:
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2727
- name: Run KICS Scan
28-
uses: checkmarx/kics-github-action@cd1f3774406f7818e3f79b77b093fe2ebaaf5c1d # v2.1.12
28+
uses: checkmarx/kics-github-action@71454548efb714daa457caae25c01d64cc0be9d2 # v2.1.13
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@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
39+
uses: github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # 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@cd6257949c361ad3d6ee0c92892e56d84af48eb3 # v8.28.2
41+
uses: Alfresco/alfresco-build-tools/.github/actions/maven-deploy-file@320cc7dfe8927bf1f60d1365fa695a25c0b082cb # v8.28.2
4242
with:
4343
group-id: org.libreoffice
4444
artifact-id: libreoffice-dist

.github/workflows/precommit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
pre-commit:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1515
with:
1616
fetch-depth: 2
1717

@@ -20,7 +20,7 @@ jobs:
2020
id: setup-python
2121

2222
- name: Install python packages
23-
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@cd6257949c361ad3d6ee0c92892e56d84af48eb3 # v8.28.2
23+
uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@320cc7dfe8927bf1f60d1365fa695a25c0b082cb # v8.28.2
2424
with:
2525
python-version: ${{ steps.setup-python.outputs.python-version }}
2626

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
12+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1313

1414
- name: Get tag name
1515
shell: bash
@@ -27,7 +27,7 @@ jobs:
2727
2828
- name: Configure AWS credentials
2929
if: github.event_name != 'workflow_dispatch'
30-
uses: aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df # v4.2.1
30+
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
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 }}
@@ -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.28.1
42+
uses: Alfresco/alfresco-build-tools/.github/actions/maven-deploy-file@v8.33.0
4343
if: github.event_name != 'workflow_dispatch'
4444
with:
4545
group-id: org.alfresco

0 commit comments

Comments
 (0)