File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
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"
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments