mirror of https://github.com/YosysHQ/yosys.git
CodeQL CI fix
This commit is contained in:
parent
12cb8e9511
commit
e89c5914fe
|
|
@ -10,18 +10,18 @@ jobs:
|
||||||
name: Analyze
|
name: Analyze
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Setup environment
|
|
||||||
uses: ./.github/actions/setup-build-env
|
|
||||||
with:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
get-build-deps: true
|
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
|
- name: Setup environment
|
||||||
|
uses: ./.github/actions/setup-build-env
|
||||||
|
with:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
get-build-deps: true
|
||||||
|
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@v3
|
uses: github/codeql-action/init@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue