Skip to content

Commit

Permalink
workflows: Pin runner
Browse files Browse the repository at this point in the history
Pin the runner so we don't accidentally bump
and cause issues in the CI when GitHub updates

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
  • Loading branch information
stevenhorsman committed Oct 29, 2024
1 parent 8a742ba commit 6414946
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PR-wip-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
pr_wip_check:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
name: WIP Check
steps:
- name: WIP Check
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dco-check.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: DCO check
on:
on:
pull_request:
types:
- opened
Expand All @@ -8,7 +8,7 @@ on:

jobs:
dco_check_job:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
name: DCO Check
steps:
- name: Get PR Commits
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on: ["pull_request"]
name: Static checks
jobs:
static-checks:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
GOPATH: ${{ github.workspace }}
steps:
Expand Down

0 comments on commit 6414946

Please sign in to comment.