From ab3e9fd9f1735055dd70699f51a9927cbe2be491 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 22:08:59 +0000 Subject: [PATCH] dev: bump the all group with 3 updates Bumps the all group with 3 updates: [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials), [actions/github-script](https://github.com/actions/github-script) and [actions/labeler](https://github.com/actions/labeler). Updates `aws-actions/configure-aws-credentials` from 4 to 5 - [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...v5) Updates `actions/github-script` from 7 to 8 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) Updates `actions/labeler` from 5 to 6 - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/v5...v6) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/labeler dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/go.yml | 2 +- .github/workflows/issue-triage.yml | 2 +- .github/workflows/pr-labels.yml | 2 +- .github/workflows/release-tag.yml | 2 +- .github/workflows/trigger-os-merge.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f0f9e561ad..59e761aa25 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -83,7 +83,7 @@ jobs: args: -h postgres -U root ttn_lorawan_is_store_test - name: Configure AWS Credentials if: "${{ env.AWS_REGION != '' }}" - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-region: '${{ secrets.AWS_REGION }}' role-to-assume: 'arn:aws:iam::${{ secrets.AWS_USER_ID }}:role/${{ secrets.AWS_ROLE_NAME }}' diff --git a/.github/workflows/issue-triage.yml b/.github/workflows/issue-triage.yml index 221124375f..a704a29671 100644 --- a/.github/workflows/issue-triage.yml +++ b/.github/workflows/issue-triage.yml @@ -10,7 +10,7 @@ jobs: timeout-minutes: 5 steps: - name: Add "needs/triage" label - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | diff --git a/.github/workflows/pr-labels.yml b/.github/workflows/pr-labels.yml index f4fda5ce65..ddeafcc46d 100644 --- a/.github/workflows/pr-labels.yml +++ b/.github/workflows/pr-labels.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-24.04 timeout-minutes: 5 steps: - - uses: actions/labeler@v5 + - uses: actions/labeler@v6 if: ${{ github.event.pull_request.head.repo.full_name == github.repository && !startsWith(github.actor, 'dependabot') }} with: repo-token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/release-tag.yml b/.github/workflows/release-tag.yml index fb972605c4..e9eb9608b4 100644 --- a/.github/workflows/release-tag.yml +++ b/.github/workflows/release-tag.yml @@ -56,7 +56,7 @@ jobs: git push origin v${{ steps.version.outputs.result }} fi - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v5 with: aws-region: "${{ secrets.AWS_REGION }}" role-to-assume: "arn:aws:iam::${{ secrets.AWS_USER_ID }}:role/${{ secrets.AWS_ROLE_NAME }}" diff --git a/.github/workflows/trigger-os-merge.yml b/.github/workflows/trigger-os-merge.yml index fc0ddd4e73..e939fe577d 100644 --- a/.github/workflows/trigger-os-merge.yml +++ b/.github/workflows/trigger-os-merge.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Trigger OS merge action in TTI repo - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.BOT_TOKEN }} script: |