Skip to content

Commit 3946c5b

Browse files
chore(deps): bump the github-actions group across 1 directory with 4 updates
Bumps the github-actions group with 4 updates in the / directory: [actions/dependency-review-action](https://github.com/actions/dependency-review-action), [actions/github-script](https://github.com/actions/github-script), [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) and [frasermolyneux/actions/deploy-sql-database@deploy-sql-database/v1.2](https://github.com/frasermolyneux/actions). 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) Updates `dependabot/fetch-metadata` from 2 to 3 - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](dependabot/fetch-metadata@v2...v3) Updates `frasermolyneux/actions/deploy-sql-database@deploy-sql-database/v1.2` from 1.2 to 1.3 - [Commits](frasermolyneux/actions@deploy-sql-database/v1.2...deploy-sql-database/v1.3) --- 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 - dependency-name: dependabot/fetch-metadata dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: frasermolyneux/actions/deploy-sql-database@deploy-sql-database/v1.2 dependency-version: '1.3' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7404815 commit 3946c5b

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/codequality.yml

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

.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 || '';

.github/workflows/contract-changed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
pull-requests: read
2727
steps:
2828
- name: Verify PR body contains a populated Consumer impact section
29-
uses: actions/github-script@v7
29+
uses: actions/github-script@v9
3030
with:
3131
script: |
3232
const body = context.payload.pull_request.body || '';

.github/workflows/dependabot-automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- name: Dependabot metadata
1919
id: metadata
20-
uses: dependabot/fetch-metadata@v2
20+
uses: dependabot/fetch-metadata@v3
2121
with:
2222
github-token: "${{ secrets.GITHUB_TOKEN }}"
2323
- name: Enable auto-merge for Dependabot PRs

.github/workflows/pr-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
concurrency:
134134
group: ${{ github.repository }}-dev
135135
steps:
136-
- uses: frasermolyneux/actions/deploy-sql-database@deploy-sql-database/v1.2
136+
- uses: frasermolyneux/actions/deploy-sql-database@deploy-sql-database/v1.3
137137
with:
138138
sql-args: /Variables:env=dev /Variables:instance=01
139139
sql-server-fqdn: ${{ needs.terraform-plan-and-apply-dev.outputs.sql_server_fqdn }}

0 commit comments

Comments
 (0)