Skip to content

Commit a646c9e

Browse files
ci(deps): bump the github-actions group with 3 updates (#1044)
Bumps the github-actions group with 3 updates: [actions/stale](https://github.com/actions/stale), [actions/create-github-app-token](https://github.com/actions/create-github-app-token) and [actions/setup-node](https://github.com/actions/setup-node). Updates `actions/stale` from 10.1.0 to 10.1.1 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@5f858e3...9971854) Updates `actions/create-github-app-token` from 2.2.0 to 2.2.1 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@7e473ef...29824e6) Updates `actions/setup-node` from 6.0.0 to 6.1.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@2028fbc...395ad32) --- updated-dependencies: - dependency-name: actions/stale dependency-version: 10.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/create-github-app-token dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/setup-node dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 68eb95e commit a646c9e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/issue-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
disable-sudo-and-containers: true
2121
egress-policy: audit
22-
- uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0
22+
- uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1
2323
with:
2424
stale-issue-label: "stale"
2525
stale-pr-label: "stale"

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2626
with:
2727
persist-credentials: false
28-
- uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
28+
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
2929
id: token
3030
with:
3131
app-id: ${{ vars.FOREST_RELEASER_APP_ID }}

.github/workflows/update-dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
id: update-packages
3333
with:
3434
input-file: .devcontainer/${{ matrix.flavor }}/apt-requirements-*.json
35-
- uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
35+
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
3636
id: token
3737
with:
3838
app-id: ${{ vars.FOREST_RELEASER_APP_ID }}
@@ -67,7 +67,7 @@ jobs:
6767
id: update-extensions
6868
with:
6969
input-file: .devcontainer/${{ matrix.flavor }}/${{ matrix.file }}
70-
- uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
70+
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
7171
id: token
7272
with:
7373
app-id: ${{ vars.FOREST_RELEASER_APP_ID }}

.github/workflows/wc-acceptance-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
GH_TOKEN: ${{ secrets.TEST_GITHUB_TOKEN }}
6565
HEAD_REF: ${{ github.head_ref }}
6666
PR_NUMBER: ${{ github.event.pull_request.number }}
67-
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
67+
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
6868
with:
6969
node-version: 24.8.0
7070
- run: npm ci

0 commit comments

Comments
 (0)