From ca9ac8f8f0cec804073c91903f324e9a1970ce96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 14:28:13 +0300 Subject: [PATCH] Bump the github-actions-updates group with 2 updates (#3426) Bumps the github-actions-updates group with 2 updates: [mattermost/actions](https://github.com/mattermost/actions) and [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials). Updates `mattermost/actions` from 2620a83b059b7218192636361299aadde81ae243 to 45f7ef13b5baf0251b3310de92d081f232808b67 - [Commits](https://github.com/mattermost/actions/compare/2620a83b059b7218192636361299aadde81ae243...45f7ef13b5baf0251b3310de92d081f232808b67) Updates `aws-actions/configure-aws-credentials` from 4.2.0 to 4.2.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](https://github.com/aws-actions/configure-aws-credentials/compare/f24d7193d98baebaeacc7e2227925dd47cc267f5...b47578312673ae6fa5b5096b330d9fbac3d116df) --- updated-dependencies: - dependency-name: mattermost/actions dependency-version: 45f7ef13b5baf0251b3310de92d081f232808b67 dependency-type: direct:production dependency-group: github-actions-updates - dependency-name: aws-actions/configure-aws-credentials dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-updates ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/compatibility-matrix-testing.yml | 6 +++--- .github/workflows/nightly-main.yml | 2 +- .github/workflows/nightly-rainforest.yml | 2 +- .github/workflows/release.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/compatibility-matrix-testing.yml b/.github/workflows/compatibility-matrix-testing.yml index 498eb607..48054925 100644 --- a/.github/workflows/compatibility-matrix-testing.yml +++ b/.github/workflows/compatibility-matrix-testing.yml @@ -45,7 +45,7 @@ jobs: needs: - calculate-commit-hash steps: - - uses: mattermost/actions/delivery/update-commit-status@2620a83b059b7218192636361299aadde81ae243 + - uses: mattermost/actions/delivery/update-commit-status@45f7ef13b5baf0251b3310de92d081f232808b67 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -107,7 +107,7 @@ jobs: - calculate-commit-hash - e2e steps: - - uses: mattermost/actions/delivery/update-commit-status@2620a83b059b7218192636361299aadde81ae243 + - uses: mattermost/actions/delivery/update-commit-status@45f7ef13b5baf0251b3310de92d081f232808b67 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -125,7 +125,7 @@ jobs: - calculate-commit-hash - e2e steps: - - uses: mattermost/actions/delivery/update-commit-status@2620a83b059b7218192636361299aadde81ae243 + - uses: mattermost/actions/delivery/update-commit-status@45f7ef13b5baf0251b3310de92d081f232808b67 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/nightly-main.yml b/.github/workflows/nightly-main.yml index c6fec745..7933d7c9 100644 --- a/.github/workflows/nightly-main.yml +++ b/.github/workflows/nightly-main.yml @@ -208,7 +208,7 @@ jobs: with: ref: ${{ env.REFERENCE }} - name: nightly/setup-aws-credentials - uses: aws-actions/configure-aws-credentials@f24d7193d98baebaeacc7e2227925dd47cc267f5 # v4.2.0 + uses: aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df # v4.2.1 with: aws-region: us-east-1 aws-access-key-id: ${{ secrets.MM_DESKTOP_RELEASE_AWS_ACCESS_KEY_ID }} diff --git a/.github/workflows/nightly-rainforest.yml b/.github/workflows/nightly-rainforest.yml index 21819208..7a24f01a 100644 --- a/.github/workflows/nightly-rainforest.yml +++ b/.github/workflows/nightly-rainforest.yml @@ -132,7 +132,7 @@ jobs: with: ref: ${{ env.REFERENCE }} - name: nightly/setup-aws-credentials - uses: aws-actions/configure-aws-credentials@f24d7193d98baebaeacc7e2227925dd47cc267f5 # v4.2.0 + uses: aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df # v4.2.1 with: aws-region: us-east-1 aws-access-key-id: ${{ secrets.MM_DESKTOP_DAILY_AWS_ACCESS_KEY_ID }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7fa6e3e7..c2a25ea0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -177,7 +177,7 @@ jobs: - build-linux steps: - name: release/setup-aws-credentials - uses: aws-actions/configure-aws-credentials@f24d7193d98baebaeacc7e2227925dd47cc267f5 # v4.2.0 + uses: aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df # v4.2.1 with: aws-region: us-east-1 aws-access-key-id: ${{ secrets.MM_DESKTOP_RELEASE_AWS_ACCESS_KEY_ID }}