Skip to content

Commit 082ac81

Browse files
authored
Merge branch 'main' into dependabot/github_actions/NHSDigital/eps-workflow-quality-checks-5.1.4
2 parents 062c8fd + eb42c0a commit 082ac81

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
jobs:
1111
dependabot-auto-approve-and-merge:
1212
needs: quality_checks
13-
uses: NHSDigital/eps-workflow-dependabot/.github/workflows/dependabot-auto-approve-and-merge.yml@ed1fe71f904d4382a8c7caf155615ef18275f1e1
13+
uses: NHSDigital/eps-workflow-dependabot/.github/workflows/dependabot-auto-approve-and-merge.yml@684e4b4ec224915a8cca6fa6ba39362b04676954
1414
secrets:
1515
AUTOMERGE_APP_ID: ${{ secrets.AUTOMERGE_APP_ID }}
1616
AUTOMERGE_PEM: ${{ secrets.AUTOMERGE_PEM }}
@@ -32,7 +32,7 @@ jobs:
3232
TAG_FORMAT=$(yq '.TAG_FORMAT' .github/config/settings.yml)
3333
echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
3434
pr_title_format_check:
35-
uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/pr_title_check.yml@fbedfb29dc4e8292e3ba28f4ee93881caa00fa5d
35+
uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/pr_title_check.yml@8cdc1531dacd2db6ad4b18ff302b97597ed92955
3636
quality_checks:
3737
uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@1d101ac0e5290dc65e3a55742728450f6fa73cb6
3838
needs: [get_asdf_version, get_commit_id]

0 commit comments

Comments
 (0)