From 3c7371225b01ce14ac93d5571d6cee9eb1fd6f10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 18:39:35 +0000 Subject: [PATCH] chore(deps): bump the actions-version group across 1 directory with 6 updates Bumps the actions-version group with 6 updates in the /.github/workflows directory: | Package | From | To | | --- | --- | --- | | [actions/create-github-app-token](https://github.com/actions/create-github-app-token) | `2` | `3` | | [actions/stale](https://github.com/actions/stale) | `10.1.1` | `10.2.0` | | [super-linter/super-linter](https://github.com/super-linter/super-linter) | `8.5.0` | `8.6.0` | | [actions/configure-pages](https://github.com/actions/configure-pages) | `5` | `6` | | [actions/deploy-pages](https://github.com/actions/deploy-pages) | `4` | `5` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `6` | `7` | Updates `actions/create-github-app-token` from 2 to 3 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/v2...v3) Updates `actions/stale` from 10.1.1 to 10.2.0 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/stale/compare/997185467fa4f803885201cee163a9f38240193d...b5d41d4e1d5dceea10e7104786b73624c18a190f) Updates `super-linter/super-linter` from 8.5.0 to 8.6.0 - [Release notes](https://github.com/super-linter/super-linter/releases) - [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md) - [Commits](https://github.com/super-linter/super-linter/compare/61abc07d755095a68f4987d1c2c3d1d64408f1f9...9e863354e3ff62e0727d37183162c4a88873df41) Updates `actions/configure-pages` from 5 to 6 - [Release notes](https://github.com/actions/configure-pages/releases) - [Commits](https://github.com/actions/configure-pages/compare/v5...v6) Updates `actions/deploy-pages` from 4 to 5 - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/v4...v5) Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-version - dependency-name: actions/stale dependency-version: 10.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-version - dependency-name: super-linter/super-linter dependency-version: 8.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-version - dependency-name: actions/configure-pages dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-version - dependency-name: actions/deploy-pages dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-version - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-version ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-merged-pr.yml | 4 ++-- .github/workflows/op-stale.yml | 2 +- .github/workflows/pr-check.yml | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/deploy-merged-pr.yml b/.github/workflows/deploy-merged-pr.yml index 2efcc4e..8205dad 100644 --- a/.github/workflows/deploy-merged-pr.yml +++ b/.github/workflows/deploy-merged-pr.yml @@ -75,7 +75,7 @@ jobs: # OSS App - name: Generate GitHub App Token id: pr_app_token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ vars.WELLARCHITECTED_OSS_APP_ID }} private-key: ${{ secrets.WELLARCHITECTED_OSS_APP_PRIVATE_KEY }} @@ -108,7 +108,7 @@ jobs: # OSS App - name: Generate GitHub App Token id: dispatch_app_token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ vars.WELLARCHITECTED_OSS_APP_ID }} private-key: ${{ secrets.WELLARCHITECTED_OSS_APP_PRIVATE_KEY }} diff --git a/.github/workflows/op-stale.yml b/.github/workflows/op-stale.yml index a934c4d..ebfdbfa 100644 --- a/.github/workflows/op-stale.yml +++ b/.github/workflows/op-stale.yml @@ -10,7 +10,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1 + - uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'Thanks for opening this issue! To keep the project healthy, we close inactive issues after some time. There has not been any activity in the last 28 days - if you are still working on this or feel it should remain open, just leave a quick comment in the next 7 days to let us know where things are at. We really appreciate your input!' diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index ac4593b..e473014 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -35,7 +35,7 @@ jobs: - name: Install dependencies run: npm ci -o - - uses: super-linter/super-linter/slim@61abc07d755095a68f4987d1c2c3d1d64408f1f9 # v8.5.0 + - uses: super-linter/super-linter/slim@9e863354e3ff62e0727d37183162c4a88873df41 # v8.6.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DEFAULT_BRANCH: main @@ -115,7 +115,7 @@ jobs: fi - name: Setup Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 id: setup-pages - name: Build site @@ -136,7 +136,7 @@ jobs: - name: Deploy site to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 with: preview: true @@ -150,7 +150,7 @@ jobs: run: | npm run test:functional - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 if: always() with: name: playwright-report