Skip to content

Commit 603952a

Browse files
Bump the dependencies group with 2 updates (#269)
Bumps the dependencies group with 2 updates: [actions/github-script](https://github.com/actions/github-script) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/github-script` from 8.0.0 to 9.0.0 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@ed59741...3a2844b) Updates `actions/upload-artifact` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@bbbca2d...043fb46) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6224be9 commit 603952a

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
github-token: ${{ secrets.GITHUB_TOKEN }}
2323
run-id: ${{ github.event.workflow_run.id }}
2424
- name: Comment on PR
25-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
25+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
2626
with:
2727
github-token: ${{ secrets.GITHUB_TOKEN }}
2828
script: |

.github/workflows/link-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Upload Results (Failures and Redirects)
3030
if: always()
31-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
31+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
3232
with:
3333
name: validation-results
3434
path: failed_links.json

.github/workflows/repo-scout.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
3636
- name: Create Issue with Findings
3737
if: success()
38-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
38+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
3939
with:
4040
script: |
4141
const fs = require('fs');

.github/workflows/update-stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
5858
- name: Create issue for archived repositories
5959
if: success() && hashFiles('archived_repos.json') != ''
60-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
60+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
6161
with:
6262
script: |
6363
const fs = require('fs');

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
exit $overall_status
148148
- name: Upload validation results
149149
if: always()
150-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
150+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
151151
with:
152152
name: artifact
153153
path: |

0 commit comments

Comments
 (0)