Skip to content

Commit 83b71a7

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/sass-1.94.2
2 parents d3886d9 + 17f2653 commit 83b71a7

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/cdk_package_code.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
# using git commit sha for version of action to ensure we have stable version
3232
- name: Install asdf
33-
uses: asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302
33+
uses: asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47
3434
with:
3535
asdf_version: ${{ steps.asdf-version.outputs.version }}
3636

@@ -44,7 +44,7 @@ jobs:
4444
${{ runner.os }}-asdf-${{ hashFiles('**/.tool-versions') }}-${{ steps.asdf-version.outputs.version }}
4545
4646
- name: Install asdf dependencies in .tool-versions
47-
uses: asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302
47+
uses: asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47
4848
with:
4949
asdf_version: ${{ steps.asdf-version.outputs.version }}
5050
env:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
2828
2929
quality_checks:
30-
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@a7daff06de7b695f601d9b1723ca184daca7d898
30+
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@3cba6a3733673bafc95526503478674332c26007
3131
needs: [get_asdf_version]
3232
with:
3333
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}

.github/workflows/pull_request.yml

Lines changed: 3 additions & 3 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-common-workflows/.github/workflows/dependabot-auto-approve-and-merge.yml@a7daff06de7b695f601d9b1723ca184daca7d898
13+
uses: NHSDigital/eps-common-workflows/.github/workflows/dependabot-auto-approve-and-merge.yml@4fb41faab9c92d8a1444719bc1ab45a989caf756
1414
secrets:
1515
AUTOMERGE_APP_ID: ${{ secrets.AUTOMERGE_APP_ID }}
1616
AUTOMERGE_PEM: ${{ secrets.AUTOMERGE_PEM }}
@@ -50,7 +50,7 @@ jobs:
5050
quality_checks:
5151
# always run, but only block in the non-skip case
5252
needs: [get_commit_message, get_asdf_version]
53-
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@a7daff06de7b695f601d9b1723ca184daca7d898
53+
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@3cba6a3733673bafc95526503478674332c26007
5454
with:
5555
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}
5656
secrets:
@@ -120,7 +120,7 @@ jobs:
120120
run: echo "Skipping QC gate per commit message."
121121

122122
pr_title_format_check:
123-
uses: NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@a7daff06de7b695f601d9b1723ca184daca7d898
123+
uses: NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@3cba6a3733673bafc95526503478674332c26007
124124

125125
get_issue_number:
126126
runs-on: ubuntu-22.04

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
TAG_FORMAT=$(yq '.TAG_FORMAT' .github/config/settings.yml)
2626
echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
2727
quality_checks:
28-
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@a7daff06de7b695f601d9b1723ca184daca7d898
28+
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@3cba6a3733673bafc95526503478674332c26007
2929
needs: [get_asdf_version]
3030
with:
3131
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}

.github/workflows/run_regression_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
# using git commit sha for version of action to ensure we have stable version
4747
- name: Install asdf
48-
uses: asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302
48+
uses: asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47
4949
with:
5050
asdf_version: ${{ steps.asdf-version.outputs.version }}
5151

@@ -59,7 +59,7 @@ jobs:
5959
${{ runner.os }}-asdf-${{ hashFiles('**/.tool-versions') }}-${{ steps.asdf-version.outputs.version }}
6060
6161
- name: Install asdf dependencies in .tool-versions
62-
uses: asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302
62+
uses: asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47
6363
with:
6464
asdf_version: ${{ steps.asdf-version.outputs.version }}
6565
env:

0 commit comments

Comments
 (0)