From d62dc8b4808542260bab493fcadd12243f3a0d0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 22:05:50 +0000 Subject: [PATCH] dev: bump the all group across 1 directory with 8 updates Bumps the all group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `5` | `6` | | [actions/cache](https://github.com/actions/cache) | `4` | `5` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `6` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `5` | `7` | | [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | `8` | `9` | | [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) | `4` | `5` | | [actions/github-script](https://github.com/actions/github-script) | `7` | `8` | | [actions/labeler](https://github.com/actions/labeler) | `5` | `6` | Updates `actions/checkout` from 5 to 6 - [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/v5...v6) Updates `actions/cache` from 4 to 5 - [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/v4...v5) Updates `actions/upload-artifact` from 4 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v6) Updates `actions/download-artifact` from 5 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v7) Updates `golangci/golangci-lint-action` from 8 to 9 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v8...v9) 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: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: golangci/golangci-lint-action dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - 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/changelog-cutoff.yml | 2 +- .github/workflows/console-e2e.yml | 34 ++++++++++----------- .github/workflows/create-release-branch.yml | 2 +- .github/workflows/general.yml | 2 +- .github/workflows/go.yml | 8 ++--- .github/workflows/issue-triage.yml | 2 +- .github/workflows/js.yml | 4 +-- .github/workflows/mergeability.yml | 2 +- .github/workflows/pr-labels.yml | 2 +- .github/workflows/proto.yml | 2 +- .github/workflows/release-rc.yml | 4 +-- .github/workflows/release-snapshot.yml | 4 +-- .github/workflows/release-tag.yml | 6 ++-- .github/workflows/trigger-os-merge.yml | 2 +- 14 files changed, 38 insertions(+), 38 deletions(-) diff --git a/.github/workflows/changelog-cutoff.yml b/.github/workflows/changelog-cutoff.yml index da1d43b796..2307f988fe 100644 --- a/.github/workflows/changelog-cutoff.yml +++ b/.github/workflows/changelog-cutoff.yml @@ -20,7 +20,7 @@ jobs: - name: Check branch run: echo "${{ github.ref_name }}" | grep -Pq '^v3\.\d+$' - name: Check out code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 submodules: true diff --git a/.github/workflows/console-e2e.yml b/.github/workflows/console-e2e.yml index 7eeaba6410..e6dc339ef9 100644 --- a/.github/workflows/console-e2e.yml +++ b/.github/workflows/console-e2e.yml @@ -36,7 +36,7 @@ jobs: timeout-minutes: 5 steps: - name: Check out code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 submodules: false @@ -45,7 +45,7 @@ jobs: run: echo "hash=${{ hashFiles('.github/workflows/console-e2e.yml', '*.go', 'go.mod', 'go.sum', 'pkg/**', 'tools/**', 'config/**', 'package.json', 'pkg/webui/**', 'sdk/js/**', 'yarn.lock', 'cypress/**', 'docker-compose.yml') }}" >> $GITHUB_OUTPUT - name: Get the cached result id: run-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .cache/passed key: run-cache-${{ steps.get-hash.outputs.hash }}-${{ github.run_id }} @@ -63,7 +63,7 @@ jobs: timeout-minutes: 30 steps: - name: Check out code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 submodules: true @@ -75,7 +75,7 @@ jobs: uses: ./.github/actions/install-node-and-deps - name: Initialize SQL dump cache id: db-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | .env/cache/database.pgdump @@ -83,7 +83,7 @@ jobs: key: db-cache-${{ hashFiles('pkg/identityserver/**/*.go', 'pkg/identityserver/**/*.sql', 'cmd/ttn-lw-stack/commands/is_db.go', '.github/workflows/console-e2e.yml', 'docker-compose.yml') }} - name: Initialize device repository index cache id: dr-index-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: data/lorawan-devices-index key: dr-index-cache-${{ hashFiles('data/lorawan-devices') }} @@ -97,7 +97,7 @@ jobs: uses: ./.github/actions/build-frontend - name: Initialize build cache id: build-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ttn-lw-stack key: build-cache-${{ hashFiles('go.mod', 'go.sum', 'pkg/**', 'config/**', 'cmd/**') }} @@ -107,7 +107,7 @@ jobs: - name: Zip build artifacts run: zip -r build.zip .env/cache/database.pgdump .env/admin_api_key.txt data/lorawan-devices-index public ttn-lw-stack tools/bin/mage - name: Upload build artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: build-files path: build.zip @@ -125,7 +125,7 @@ jobs: timeout-minutes: 15 steps: - name: Check out code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 submodules: true @@ -140,7 +140,7 @@ jobs: sudo apt-get update sudo apt-get --only-upgrade install google-chrome-stable google-chrome --version - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v7 name: Download build artifacts with: name: "build-files" @@ -195,19 +195,19 @@ jobs: !cypress/e2e/smoke/smoke.spec.js ${{ steps.get-failed-spec.outputs.neg-failed-test }} - name: Upload logs - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 if: failure() with: name: logs path: .cache/devStack.log - name: Upload screenshots for failed tests - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 if: failure() with: name: cypress-screenshots path: cypress/screenshots - name: Upload name of failing test - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 if: failure() with: name: cypress-failed-test-spec @@ -222,7 +222,7 @@ jobs: timeout-minutes: 15 steps: - name: Check out code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 submodules: true @@ -232,7 +232,7 @@ jobs: uses: ./.github/actions/build-mage - name: Install Node and Dependencies uses: ./.github/actions/install-node-and-deps - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v7 name: Download build artifacts with: name: "build-files" @@ -261,13 +261,13 @@ jobs: record: true spec: cypress/e2e/smoke/smoke.spec.js - name: Upload logs - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 if: failure() with: name: logs path: .cache/devStack.log - name: Upload screenshots for failed tests - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 if: failure() with: name: cypress-screenshots @@ -280,7 +280,7 @@ jobs: steps: - name: Setup result cache to skip redundant runs id: run-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .cache/passed key: run-cache-${{ needs.determine-if-required.outputs.hash }} diff --git a/.github/workflows/create-release-branch.yml b/.github/workflows/create-release-branch.yml index b1e0859d49..ea9349e43b 100644 --- a/.github/workflows/create-release-branch.yml +++ b/.github/workflows/create-release-branch.yml @@ -23,7 +23,7 @@ jobs: - name: Check branch run: echo "${{ github.ref_name }}" | grep -Pq '^v3\.\d+$' - name: Check out code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 submodules: true diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index c942a64c72..7eb098008c 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -9,7 +9,7 @@ jobs: timeout-minutes: 5 steps: - name: Check out code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Fetch base ref run: git fetch origin ${{ github.base_ref }} - name: Install Go and Dependencies diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f0f9e561ad..59d16b27b9 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -22,7 +22,7 @@ jobs: timeout-minutes: 15 steps: - name: Check out code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install Go and Dependencies uses: ./.github/actions/install-go-and-deps - name: Build Mage @@ -40,7 +40,7 @@ jobs: - name: Check for diff run: tools/bin/mage git:diff - name: Lint code - uses: golangci/golangci-lint-action@v8 + uses: golangci/golangci-lint-action@v9 with: version: v2.1 only-new-issues: true @@ -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 }}' @@ -91,7 +91,7 @@ jobs: env: AWS_REGION: '${{ secrets.AWS_REGION }}' - name: Check out code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install Go and Dependencies uses: ./.github/actions/install-go-and-deps - name: Build Mage 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/js.yml b/.github/workflows/js.yml index 6268b4aeea..4edd167d7c 100644 --- a/.github/workflows/js.yml +++ b/.github/workflows/js.yml @@ -22,7 +22,7 @@ jobs: timeout-minutes: 15 steps: - name: Check out code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install Go and Dependencies uses: ./.github/actions/install-go-and-deps - name: Build Mage @@ -50,7 +50,7 @@ jobs: timeout-minutes: 15 steps: - name: Check out code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install Go and Dependencies uses: ./.github/actions/install-go-and-deps - name: Build Mage diff --git a/.github/workflows/mergeability.yml b/.github/workflows/mergeability.yml index 5681dcef33..29366bb996 100644 --- a/.github/workflows/mergeability.yml +++ b/.github/workflows/mergeability.yml @@ -30,7 +30,7 @@ jobs: git config --global user.name github-actions git config --global user.email github-actions@github.com - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: token: ${{ secrets.BOT_TOKEN }} ref: ${{ github.event.pull_request.head.sha }} 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/proto.yml b/.github/workflows/proto.yml index af1a5a9a31..1ed5479e13 100644 --- a/.github/workflows/proto.yml +++ b/.github/workflows/proto.yml @@ -14,7 +14,7 @@ jobs: timeout-minutes: 5 steps: - name: Check out code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install Go and Dependencies uses: ./.github/actions/install-go-and-deps - name: Build Mage diff --git a/.github/workflows/release-rc.yml b/.github/workflows/release-rc.yml index 8c2dab22d4..73af1b2346 100644 --- a/.github/workflows/release-rc.yml +++ b/.github/workflows/release-rc.yml @@ -19,7 +19,7 @@ jobs: - name: Check branch run: echo "${{ github.ref_name }}" | grep -Pq '^release/v3\.\d+\.\d+$' - name: Check out code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 submodules: true @@ -40,7 +40,7 @@ jobs: uses: ./.github/actions/install-node-and-deps - name: Initialize device repository index cache id: dr-index-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: data/lorawan-devices-index key: dr-index-cache-${{ hashFiles('data/lorawan-devices') }} diff --git a/.github/workflows/release-snapshot.yml b/.github/workflows/release-snapshot.yml index 8b3886bb04..366aa151fc 100644 --- a/.github/workflows/release-snapshot.yml +++ b/.github/workflows/release-snapshot.yml @@ -16,7 +16,7 @@ jobs: timeout-minutes: 30 steps: - name: Check out code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 submodules: true @@ -37,7 +37,7 @@ jobs: uses: ./.github/actions/install-node-and-deps - name: Initialize device repository index cache id: dr-index-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: data/lorawan-devices-index key: dr-index-cache-${{ hashFiles('data/lorawan-devices') }} diff --git a/.github/workflows/release-tag.yml b/.github/workflows/release-tag.yml index c779f4c0b4..5d32c7b0fd 100644 --- a/.github/workflows/release-tag.yml +++ b/.github/workflows/release-tag.yml @@ -35,7 +35,7 @@ jobs: export VERSION=$(echo ${{ github.ref_name }} | grep -Po '3\.\d+.\d+') echo "result=$VERSION" >> $GITHUB_OUTPUT - name: Check out code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 submodules: true @@ -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 }}" @@ -93,7 +93,7 @@ jobs: uses: ./.github/actions/install-node-and-deps - name: Initialize device repository index cache id: dr-index-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: data/lorawan-devices-index key: dr-index-cache-${{ hashFiles('data/lorawan-devices') }} 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: |