From fd671939a1ba137463b2b5c3e0b14c964d15772e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 13:35:02 +0000 Subject: [PATCH] Bump the github-actions group with 6 updates Bumps the github-actions group with 6 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.2.0` | `4.2.2` | | [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) | `7.1.0` | `8.4.0` | | [checkmarx/kics-github-action](https://github.com/checkmarx/kics-github-action) | `2.1.2` | `2.1.3` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.26.10` | `3.27.3` | | [actions/cache](https://github.com/actions/cache) | `4.0.2` | `4.1.2` | | [updatecli/updatecli-action](https://github.com/updatecli/updatecli-action) | `2.68.0` | `2.70.0` | Updates `actions/checkout` from 4.2.0 to 4.2.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/d632683dd7b4114ad314bca15554477dd762a938...11bd71901bbe5b1630ceea73d27597364c9af683) Updates `Alfresco/alfresco-build-tools` from 7.1.0 to 8.4.0 - [Release notes](https://github.com/alfresco/alfresco-build-tools/releases) - [Commits](https://github.com/alfresco/alfresco-build-tools/compare/bd803ea1bf16464eaf9726560c0496b41d15c03f...a0837df06d10de2cae8a99319e8e101a6cbe9083) Updates `checkmarx/kics-github-action` from 2.1.2 to 2.1.3 - [Release notes](https://github.com/checkmarx/kics-github-action/releases) - [Commits](https://github.com/checkmarx/kics-github-action/compare/530ac1f8efe6202b0f12c9a6e952597ae707b755...94469746ec2c43de89a42fb9d2a80070f5d25b16) Updates `github/codeql-action` from 3.26.10 to 3.27.3 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/e2b3eafc8d227b0241d48be5f425d47c2d750a13...396bb3e45325a47dd9ef434068033c6d5bb0d11a) Updates `actions/cache` from 4.0.2 to 4.1.2 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/0c45773b623bea8c8e75f6c82b208c3cf94ea4f9...6849a6489940f00c2f30c0fb92c6274307ccb58a) Updates `updatecli/updatecli-action` from 2.68.0 to 2.70.0 - [Release notes](https://github.com/updatecli/updatecli-action/releases) - [Commits](https://github.com/updatecli/updatecli-action/compare/92a13b95c2cd9f1c6742c965509203c6a5635ed7...704a64517239e0993c5e3bf6749a063b8f950d9f) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: Alfresco/alfresco-build-tools dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: checkmarx/kics-github-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: updatecli/updatecli-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/community.yml | 4 ++-- .github/workflows/docker.yml | 4 ++-- .github/workflows/enteprise.yml | 6 +++--- .github/workflows/enterprise-extended.yml | 2 +- .github/workflows/kics.yml | 6 +++--- .github/workflows/mirror-libreoffice.yml | 2 +- .github/workflows/precommit.yml | 6 +++--- .github/workflows/release.yml | 2 +- .github/workflows/updatecli.yml | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/community.yml b/.github/workflows/community.yml index edf5040e0..56f20d8d4 100644 --- a/.github/workflows/community.yml +++ b/.github/workflows/community.yml @@ -49,14 +49,14 @@ jobs: PYTHONUNBUFFERED: 1 steps: - name: Checkout - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Set up Python uses: ./.github/actions/setup-python id: setup-python - name: Install python packages - uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@bd803ea1bf16464eaf9726560c0496b41d15c03f # v7.1.0 + uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@a0837df06d10de2cae8a99319e8e101a6cbe9083 # v8.4.0 with: python-version: ${{ steps.setup-python.outputs.python-version }} diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 8a776e11a..8df9682b1 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -54,7 +54,7 @@ jobs: runs-on: ${{ inputs.runner }} steps: - name: Checkout - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # avoid auth conflict when cloning DTAS during verify step persist-credentials: false @@ -64,7 +64,7 @@ jobs: id: setup-python - name: Install python packages - uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@bd803ea1bf16464eaf9726560c0496b41d15c03f # v7.1.0 + uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@a0837df06d10de2cae8a99319e8e101a6cbe9083 # v8.4.0 with: python-version: ${{ steps.setup-python.outputs.python-version }} diff --git a/.github/workflows/enteprise.yml b/.github/workflows/enteprise.yml index 743c6ed2f..fcbe92c3e 100644 --- a/.github/workflows/enteprise.yml +++ b/.github/workflows/enteprise.yml @@ -70,14 +70,14 @@ jobs: run: echo "dtas_version=$DTAS_VERSION" >> $GITHUB_OUTPUT - name: Checkout - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Setup Python uses: ./.github/actions/setup-python id: setup-python - name: Install python packages - uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@bd803ea1bf16464eaf9726560c0496b41d15c03f # v7.1.0 + uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@a0837df06d10de2cae8a99319e8e101a6cbe9083 # v8.4.0 with: python-version: ${{ steps.setup-python.outputs.python-version }} @@ -177,7 +177,7 @@ jobs: MOLECULE_IT_AWS_VPC_SUBNET_ID: subnet-6bdd4223 steps: - name: Checkout - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # avoid auth conflict when cloning DTAS during verify step persist-credentials: false diff --git a/.github/workflows/enterprise-extended.yml b/.github/workflows/enterprise-extended.yml index eff3bc2b2..2d45951ac 100644 --- a/.github/workflows/enterprise-extended.yml +++ b/.github/workflows/enterprise-extended.yml @@ -32,7 +32,7 @@ jobs: MOLECULE_IT_AWS_VPC_SUBNET_ID: subnet-6bdd4223 steps: - name: Checkout - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # avoid auth conflict when cloning DTAS during verify step persist-credentials: false diff --git a/.github/workflows/kics.yml b/.github/workflows/kics.yml index e13b9e0de..08199ac32 100644 --- a/.github/workflows/kics.yml +++ b/.github/workflows/kics.yml @@ -21,9 +21,9 @@ jobs: kics: runs-on: ubuntu-latest steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Run KICS Scan - uses: checkmarx/kics-github-action@530ac1f8efe6202b0f12c9a6e952597ae707b755 # v2.1.2 + uses: checkmarx/kics-github-action@94469746ec2c43de89a42fb9d2a80070f5d25b16 # v2.1.3 with: path: 'playbooks,roles' ignore_on_exit: results @@ -34,6 +34,6 @@ jobs: platform_type: ansible disable_secrets: true - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10 + uses: github/codeql-action/upload-sarif@396bb3e45325a47dd9ef434068033c6d5bb0d11a # v3.27.3 with: sarif_file: report-dir/results.sarif diff --git a/.github/workflows/mirror-libreoffice.yml b/.github/workflows/mirror-libreoffice.yml index ef478e45c..2aefaec12 100644 --- a/.github/workflows/mirror-libreoffice.yml +++ b/.github/workflows/mirror-libreoffice.yml @@ -38,7 +38,7 @@ jobs: run: gpg --verify ${FILENAME}.asc - name: Deploy to nexus - uses: Alfresco/alfresco-build-tools/.github/actions/maven-deploy-file@bd803ea1bf16464eaf9726560c0496b41d15c03f # v7.1.0 + uses: Alfresco/alfresco-build-tools/.github/actions/maven-deploy-file@a0837df06d10de2cae8a99319e8e101a6cbe9083 # v8.4.0 with: group-id: org.libreoffice artifact-id: libreoffice-dist diff --git a/.github/workflows/precommit.yml b/.github/workflows/precommit.yml index 363dcb06a..3ca341502 100644 --- a/.github/workflows/precommit.yml +++ b/.github/workflows/precommit.yml @@ -11,7 +11,7 @@ jobs: pre-commit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 2 @@ -20,7 +20,7 @@ jobs: id: setup-python - name: Install python packages - uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@bd803ea1bf16464eaf9726560c0496b41d15c03f # v7.1.0 + uses: Alfresco/alfresco-build-tools/.github/actions/pipenv@a0837df06d10de2cae8a99319e8e101a6cbe9083 # v8.4.0 with: python-version: ${{ steps.setup-python.outputs.python-version }} @@ -28,7 +28,7 @@ jobs: uses: ./.github/actions/galaxy - name: Cache pre-commit - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: path: ~/.cache/pre-commit key: ${{ runner.os }}-precommit-${{ hashFiles('.pre-commit-config.yaml') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4ac9807cd..360e8a175 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Get tag name shell: bash diff --git a/.github/workflows/updatecli.yml b/.github/workflows/updatecli.yml index c46f30721..c17b158bf 100644 --- a/.github/workflows/updatecli.yml +++ b/.github/workflows/updatecli.yml @@ -34,13 +34,13 @@ jobs: - updatecli_acs72.yml - updatecli_acs71.yml steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: ref: ${{ github.head_ref || github.ref_name }} token: ${{ secrets.BOT_GITHUB_TOKEN }} - name: Install Updatecli - uses: updatecli/updatecli-action@92a13b95c2cd9f1c6742c965509203c6a5635ed7 # v2.68.0 + uses: updatecli/updatecli-action@704a64517239e0993c5e3bf6749a063b8f950d9f # v2.70.0 - name: Run Updatecli in ${{ env.UPDATECLI_MODE }} mode run: >-