mirror of https://github.com/snachodog/mybuddy.git
Update pipenv deploy method on CodeQL CI
This commit is contained in:
parent
b68ac0fdc4
commit
d9aff2e8a5
|
@ -12,6 +12,8 @@ jobs:
|
||||||
analyze:
|
analyze:
|
||||||
name: Analyze
|
name: Analyze
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
PIPENV_VENV_IN_PROJECT: enabled
|
||||||
permissions:
|
permissions:
|
||||||
actions: read
|
actions: read
|
||||||
contents: read
|
contents: read
|
||||||
|
@ -30,7 +32,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
export PATH="$HOME/.local/bin:$PATH"
|
export PATH="$HOME/.local/bin:$PATH"
|
||||||
python3 -m pip install --upgrade pipenv wheel
|
python3 -m pip install --upgrade pipenv wheel
|
||||||
pipenv install --deploy --dev
|
pipenv install --dev
|
||||||
|
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@v1
|
uses: github/codeql-action/init@v1
|
||||||
|
|
Loading…
Reference in New Issue