mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
chore(deps): pin dependencies
This commit is contained in:
parent
9d46e6f460
commit
fe78f97f6a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/code_quality_analysis.yml
vendored
4
.github/workflows/code_quality_analysis.yml
vendored
|
@ -72,7 +72,7 @@ jobs:
|
||||||
cache-read-only: true
|
cache-read-only: true
|
||||||
|
|
||||||
- name: Setup python
|
- name: Setup python
|
||||||
uses: actions/setup-python@v3
|
uses: actions/setup-python@3542bca2639a428e1796aaa6a2ffef0c0f575566 # v3
|
||||||
with:
|
with:
|
||||||
python-version: 3.8
|
python-version: 3.8
|
||||||
|
|
||||||
|
@ -82,6 +82,6 @@ jobs:
|
||||||
args: . --sarif --output results.sarif || true
|
args: . --sarif --output results.sarif || true
|
||||||
|
|
||||||
- name: Upload mobsfscan report
|
- name: Upload mobsfscan report
|
||||||
uses: github/codeql-action/upload-sarif@v2
|
uses: github/codeql-action/upload-sarif@66b90a5db151a8042fa97405c6cf843bbe433f7b # v2
|
||||||
with:
|
with:
|
||||||
sarif_file: results.sarif
|
sarif_file: results.sarif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue