Specify specific ubuntu version to avoid github warning
This commit is contained in:
parent
f74a758051
commit
c3c5a33c53
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
|
@ -5,7 +5,7 @@ on: [push, pull_request]
|
|||
jobs:
|
||||
CodeQL-Build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-18.04
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
|
|
@ -9,7 +9,7 @@ jobs:
|
|||
#
|
||||
scanbuild-racketcgc:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-18.04
|
||||
container: pmatos/scan-build:10.0.0
|
||||
|
||||
steps:
|
||||
|
@ -63,7 +63,7 @@ jobs:
|
|||
|
||||
scanbuild-racket3m:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-18.04
|
||||
container: pmatos/scan-build:10.0.0
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue
Block a user