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

View File

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

View File

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

View File

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

View File

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