Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

steps:
- name: Cancel previous workflow
uses: styfle/cancel-workflow-action@0.11.0

Check failure on line 37 in .github/workflows/codeql-analysis.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=Nikas-Project_Server&issues=AaBfPJIisK4QbmkDfxtI&open=AaBfPJIisK4QbmkDfxtI&pullRequest=465
with:
access_token: ${{ github.token }}

Expand Down Expand Up @@ -64,15 +64,15 @@
- name: Install dependencies
# Use pip instead of python setup.py develop to get caching from
# "setup-python" action
run: pip install -e .

Check warning on line 67 in .github/workflows/codeql-analysis.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Omitting "--only-binary :all:" can lead to the execution of setup scripts. Make sure it is safe here.

See more on https://sonarcloud.io/project/issues?id=Nikas-Project_Server&issues=AaBfPJIisK4QbmkDfxtJ&open=AaBfPJIisK4QbmkDfxtJ&pullRequest=465

Check warning on line 67 in .github/workflows/codeql-analysis.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Using dependencies without locking resolved versions is security-sensitive.

See more on https://sonarcloud.io/project/issues?id=Nikas-Project_Server&issues=AaBfPJIisK4QbmkDfxtK&open=AaBfPJIisK4QbmkDfxtK&pullRequest=465
if: matrix.language == 'python'

- name: Install test suite & style check dependencies
run: pip install pytest pytest-cov flake8 nose

Check warning on line 71 in .github/workflows/codeql-analysis.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Omitting "--only-binary :all:" can lead to the execution of setup scripts. Make sure it is safe here.

See more on https://sonarcloud.io/project/issues?id=Nikas-Project_Server&issues=AaBfPJIisK4QbmkDfxtL&open=AaBfPJIisK4QbmkDfxtL&pullRequest=465

Check warning on line 71 in .github/workflows/codeql-analysis.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Using dependencies without locking resolved versions is security-sensitive.

See more on https://sonarcloud.io/project/issues?id=Nikas-Project_Server&issues=AaBfPJIisK4QbmkDfxtM&open=AaBfPJIisK4QbmkDfxtM&pullRequest=465
if: matrix.language == 'python'

- name: Create .env
uses: 1arp/create-a-file-action@0.2
uses: 1arp/create-a-file-action@0.4

Check failure on line 75 in .github/workflows/codeql-analysis.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=Nikas-Project_Server&issues=AaBfPJIisK4QbmkDfxtN&open=AaBfPJIisK4QbmkDfxtN&pullRequest=465
if: matrix.language == 'python'
with:
file: ".env.pypi"
Expand Down
Loading