Skip to content

Commit d26292b

Browse files
chore(deps): bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [actions/dependency-review-action](https://github.com/actions/dependency-review-action) and [actions/github-script](https://github.com/actions/github-script). Updates `actions/dependency-review-action` from 4 to 5 - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](actions/dependency-review-action@v4...v5) Updates `actions/github-script` from 7 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v9) --- updated-dependencies: - dependency-name: actions/dependency-review-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 06706ec commit d26292b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codequality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Checkout repository
5656
uses: actions/checkout@v6
5757
- name: Dependency Review
58-
uses: actions/dependency-review-action@v4
58+
uses: actions/dependency-review-action@v5
5959
with:
6060
comment-summary-in-pr: always
6161

.github/workflows/coding-agent-pr-gate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
pull-requests: read
2020
steps:
2121
- name: Verify every checkbox in PR body is ticked
22-
uses: actions/github-script@v7
22+
uses: actions/github-script@v9
2323
with:
2424
script: |
2525
const body = context.payload.pull_request.body || '';

0 commit comments

Comments
 (0)