From 0987cf257916a449c14938c50bbbf46cebfc19b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 08:56:45 +0000 Subject: [PATCH] build(deps): bump the all-gha-updates group across 1 directory with 3 updates Bumps the all-gha-updates group with 3 updates in the /.github/workflows directory: [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials), [cross-platform-actions/action](https://github.com/cross-platform-actions/action) and [JulienKode/team-labeler-action](https://github.com/julienkode/team-labeler-action). 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/v4.2.0...v4.2.1) Updates `cross-platform-actions/action` from 0.27.0 to 0.28.0 - [Release notes](https://github.com/cross-platform-actions/action/releases) - [Changelog](https://github.com/cross-platform-actions/action/blob/master/changelog.md) - [Commits](https://github.com/cross-platform-actions/action/compare/v0.27.0...v0.28.0) Updates `JulienKode/team-labeler-action` from 2.0.0 to 2.0.1 - [Release notes](https://github.com/julienkode/team-labeler-action/releases) - [Commits](https://github.com/julienkode/team-labeler-action/compare/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gha-updates - dependency-name: cross-platform-actions/action dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-gha-updates - dependency-name: JulienKode/team-labeler-action dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gha-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/bench.yml | 2 +- .github/workflows/ci_openbsd.yml | 2 +- .github/workflows/team_label.yml | 2 +- .github/workflows/usage_guide.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index e3fa6aa79ea..aa765c8c62a 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -41,7 +41,7 @@ jobs: - name: Configure AWS Credentials # Only continue with the workflow to emit metrics on code that has been merged to main. if: github.event_name != 'pull_request' - uses: aws-actions/configure-aws-credentials@v4.2.0 + uses: aws-actions/configure-aws-credentials@v4.2.1 with: role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole role-session-name: s2ntlsghabenchsession diff --git a/.github/workflows/ci_openbsd.yml b/.github/workflows/ci_openbsd.yml index 2e247ae76ac..3c98ab01658 100644 --- a/.github/workflows/ci_openbsd.yml +++ b/.github/workflows/ci_openbsd.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - name: Build and test in OpenBSD id: test - uses: cross-platform-actions/action@v0.27.0 + uses: cross-platform-actions/action@v0.28.0 with: operating_system: openbsd architecture: x86-64 diff --git a/.github/workflows/team_label.yml b/.github/workflows/team_label.yml index cb2fe11d81b..fe674f4ef30 100644 --- a/.github/workflows/team_label.yml +++ b/.github/workflows/team_label.yml @@ -11,7 +11,7 @@ jobs: team-labeler: runs-on: ubuntu-latest steps: - - uses: JulienKode/team-labeler-action@v2.0.0 + - uses: JulienKode/team-labeler-action@v2.0.1 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/usage_guide.yml b/.github/workflows/usage_guide.yml index 7c7aaaac709..31df37aec9b 100644 --- a/.github/workflows/usage_guide.yml +++ b/.github/workflows/usage_guide.yml @@ -52,7 +52,7 @@ jobs: folder: docs/usage-guide/book - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4.2.0 + uses: aws-actions/configure-aws-credentials@v4.2.1 if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name with: role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole