Pin GitHub Actions runners to a specific version (#3547)

This commit is contained in:
Erik Schierboom
2023-11-09 21:35:02 +01:00
committed by GitHub
parent 89db59b92b
commit 42dcefbf7e
5 changed files with 6 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ on:
jobs:
housekeeping:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
@@ -49,7 +49,7 @@ jobs:
./bin/template_status.py -v -p .problem-specifications
canonical_sync:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: housekeeping
strategy:
matrix:

View File

@@ -5,7 +5,7 @@ on:
jobs:
comment-on-new-issue:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Comments for every NEW issue.
steps:
- name: Checkout

View File

@@ -4,7 +4,7 @@ on:
jobs:
pr-comment:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: exercism/pr-commenter-action@v1.5.1
with:

View File

@@ -6,7 +6,7 @@ on:
jobs:
stale:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/stale@v8
with:

View File

@@ -8,7 +8,7 @@ on:
jobs:
test-runner:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Run test-runner