Skip to content

Commit 401daa6

Browse files
MESH-2092 Bump the patch-and-minor group across 1 directory with 2 updates (#337)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 577e28d commit 401daa6

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/dependabot-auto-merge.yaml

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

6969
- name: Notify Slack of manual review required
7070
if: github.event.action == 'opened' && steps.metadata.outputs.update-type != 'version-update:semver-patch' && steps.metadata.outputs.update-type != 'version-update:semver-minor'
71-
uses: slackapi/slack-github-action@fc46ded2fc4d7f11bfa62864526f920cf1a1167d # v3.0.4
71+
uses: slackapi/slack-github-action@0d95c9a7becc1e6e297d76df9bc735c44f4cbcbc # v3.0.5
7272
with:
7373
webhook: ${{ secrets.DEPENDABOT_SLACK_WEBHOOK_URL }}
7474
webhook-type: incoming-webhook

.github/workflows/merge-develop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: setup java
5454
if: success() || failure()
55-
uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5.5.0
55+
uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5.6.0
5656
with:
5757
distribution: "corretto"
5858
java-version: "11"
@@ -73,7 +73,7 @@ jobs:
7373

7474
- name: setup java
7575
if: github.actor != 'dependabot[bot]' && (success() || failure())
76-
uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5.5.0
76+
uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5.6.0
7777
with:
7878
distribution: "corretto"
7979
java-version: "17"

.github/workflows/pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
8383
- name: setup java
8484
if: success() || failure()
85-
uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5.5.0
85+
uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5.6.0
8686
with:
8787
distribution: "corretto"
8888
java-version: "11"
@@ -103,7 +103,7 @@ jobs:
103103

104104
- name: setup java
105105
if: success() || failure()
106-
uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5.5.0
106+
uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5.6.0
107107
with:
108108
distribution: "corretto"
109109
java-version: "17"
@@ -321,7 +321,7 @@ jobs:
321321
if: ${{ always() && github.repository == 'NHSDigital/mesh-sandbox' && github.actor== 'dependabot[bot]' && contains(needs.*.result, 'failure') }}
322322
steps:
323323
- name: Slack Notification
324-
uses: slackapi/slack-github-action@fc46ded2fc4d7f11bfa62864526f920cf1a1167d # v3.0.4
324+
uses: slackapi/slack-github-action@0d95c9a7becc1e6e297d76df9bc735c44f4cbcbc # v3.0.5
325325
with:
326326
webhook: ${{ secrets.DEPENDABOT_SLACK_WEBHOOK_URL }}
327327
webhook-type: incoming-webhook

0 commit comments

Comments
 (0)