File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1212 with :
1313 show-progress : false
14- - uses : alphagov/govuk-infrastructure/.github/actions/actionlint@788b98389ac2003202dc421f4ccd187ad85cda17 # main
14+ - uses : alphagov/govuk-infrastructure/.github/actions/actionlint@d844fdd791327d0f7212c45858a13e61818f54ab # main
Original file line number Diff line number Diff line change 2020
2121jobs :
2222 build-and-push-image :
23- uses : alphagov/govuk-infrastructure/.github/workflows/build-and-push-multiarch-image.yml@788b98389ac2003202dc421f4ccd187ad85cda17 # main
23+ uses : alphagov/govuk-infrastructure/.github/workflows/build-and-push-multiarch-image.yml@d844fdd791327d0f7212c45858a13e61818f54ab # main
2424 with :
2525 gitRef : ${{ inputs.gitRef || github.ref }}
2626 imageName : clamav
Original file line number Diff line number Diff line change 2020
2121jobs :
2222 build-and-push-image :
23- uses : alphagov/govuk-infrastructure/.github/workflows/build-and-push-multiarch-image.yml@788b98389ac2003202dc421f4ccd187ad85cda17 # main
23+ uses : alphagov/govuk-infrastructure/.github/workflows/build-and-push-multiarch-image.yml@d844fdd791327d0f7212c45858a13e61818f54ab # main
2424 with :
2525 gitRef : ${{ inputs.gitRef || github.ref }}
2626 imageName : mongodb
Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ jobs:
3232 BUNDLE_GITHUB__COM : " x-access-token:${{ secrets.BUNDLER_GITHUB_TOKEN }}"
3333
3434 - name : Setup Node
35- uses : alphagov/govuk-infrastructure/.github/actions/setup-node@788b98389ac2003202dc421f4ccd187ad85cda17 # main
35+ uses : alphagov/govuk-infrastructure/.github/actions/setup-node@d844fdd791327d0f7212c45858a13e61818f54ab # main
3636
3737 - name : Precompile Rails assets
3838 if : inputs.useWithRails
39- uses : alphagov/govuk-infrastructure/.github/actions/precompile-rails-assets@788b98389ac2003202dc421f4ccd187ad85cda17 # main
39+ uses : alphagov/govuk-infrastructure/.github/actions/precompile-rails-assets@d844fdd791327d0f7212c45858a13e61818f54ab # main
4040
4141 - name : Run Jasmine
4242 run : yarn run jasmine-browser-runner runSpecs
Original file line number Diff line number Diff line change 1919 show-progress : false
2020
2121 - name : Setup Node
22- uses : alphagov/govuk-infrastructure/.github/actions/setup-node@788b98389ac2003202dc421f4ccd187ad85cda17 # main
22+ uses : alphagov/govuk-infrastructure/.github/actions/setup-node@d844fdd791327d0f7212c45858a13e61818f54ab # main
2323
2424 - name : Run Standardx
2525 run : yarn run standardx ${{ inputs.files }}
Original file line number Diff line number Diff line change 1919 show-progress : false
2020
2121 - name : Setup Node
22- uses : alphagov/govuk-infrastructure/.github/actions/setup-node@788b98389ac2003202dc421f4ccd187ad85cda17 # main
22+ uses : alphagov/govuk-infrastructure/.github/actions/setup-node@d844fdd791327d0f7212c45858a13e61818f54ab # main
2323
2424 - name : Run Stylelint
2525 run : yarn run stylelint ${{ inputs.files }}
You can’t perform that action at this time.
0 commit comments