Skip to content

Commit

Permalink
Merge pull request #985 from govuk-one-login/BAU/pin-ubuntu-in-linting
Browse files Browse the repository at this point in the history
BAU: Pin ubuntu in linting step
  • Loading branch information
Ryan-Andrews99 authored Jan 14, 2025
2 parents 30544a0 + c86d909 commit a11061f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ jobs:

check-shell-scripts:
name: Shell scripts
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 5
steps:
- name: Run shell checks
uses: govuk-one-login/github-actions/code-quality/check-shell-scripts@5dacba941def444d69f02843feaebed79b5fca51 # 11/04/2023

check-linting:
name: Linting
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 5
steps:
- name: Check linting and formatting
Expand Down

0 comments on commit a11061f

Please sign in to comment.