Skip to content

Commit 9ea202e

Browse files
chore(deps): bump the actions-version group across 1 directory with 6 updates (#57)
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](actions/create-github-app-token@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](actions/stale@9971854...b5d41d4) 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](super-linter/super-linter@61abc07...9e86335) Updates `actions/configure-pages` from 5 to 6 - [Release notes](https://github.com/actions/configure-pages/releases) - [Commits](actions/configure-pages@v5...v6) Updates `actions/deploy-pages` from 4 to 5 - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](actions/deploy-pages@v4...v5) Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c835121 commit 9ea202e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/deploy-merged-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
# OSS App
7676
- name: Generate GitHub App Token
7777
id: pr_app_token
78-
uses: actions/create-github-app-token@v2
78+
uses: actions/create-github-app-token@v3
7979
with:
8080
app-id: ${{ vars.WELLARCHITECTED_OSS_APP_ID }}
8181
private-key: ${{ secrets.WELLARCHITECTED_OSS_APP_PRIVATE_KEY }}
@@ -108,7 +108,7 @@ jobs:
108108
# OSS App
109109
- name: Generate GitHub App Token
110110
id: dispatch_app_token
111-
uses: actions/create-github-app-token@v2
111+
uses: actions/create-github-app-token@v3
112112
with:
113113
app-id: ${{ vars.WELLARCHITECTED_OSS_APP_ID }}
114114
private-key: ${{ secrets.WELLARCHITECTED_OSS_APP_PRIVATE_KEY }}

.github/workflows/op-stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
pull-requests: write
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1
13+
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0
1414
with:
1515
repo-token: ${{ secrets.GITHUB_TOKEN }}
1616
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!'

.github/workflows/pr-check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install dependencies
3636
run: npm ci -o
3737

38-
- uses: super-linter/super-linter/slim@61abc07d755095a68f4987d1c2c3d1d64408f1f9 # v8.5.0
38+
- uses: super-linter/super-linter/slim@9e863354e3ff62e0727d37183162c4a88873df41 # v8.6.0
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141
DEFAULT_BRANCH: main
@@ -115,7 +115,7 @@ jobs:
115115
fi
116116
117117
- name: Setup Pages
118-
uses: actions/configure-pages@v5
118+
uses: actions/configure-pages@v6
119119
id: setup-pages
120120

121121
- name: Build site
@@ -136,7 +136,7 @@ jobs:
136136

137137
- name: Deploy site to GitHub Pages
138138
id: deployment
139-
uses: actions/deploy-pages@v4
139+
uses: actions/deploy-pages@v5
140140
with:
141141
preview: true
142142

@@ -150,7 +150,7 @@ jobs:
150150
run: |
151151
npm run test:functional
152152
153-
- uses: actions/upload-artifact@v6
153+
- uses: actions/upload-artifact@v7
154154
if: always()
155155
with:
156156
name: playwright-report

0 commit comments

Comments
 (0)