-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,15 +11,21 @@ jobs: | |
test: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: cvxgrp/.github/actions/uv/[email protected] | ||
- name: "Build the virtual environment for ${{ github.repository }}" | ||
uses: cvxgrp/.github/actions/uv/[email protected] | ||
Check warning Code scanning / CodeQL Unpinned tag for a non-immutable Action in workflow Medium
Unpinned 3rd party Action 'pre-commit' step
Uses Step Error loading related location Loading |
||
|
||
- uses: cvxgrp/.github/actions/[email protected] | ||
Check warning Code scanning / CodeQL Unpinned tag for a non-immutable Action in workflow Medium
Unpinned 3rd party Action 'pre-commit' step
Uses Step Error loading related location Loading |
||
with: | ||
source-folder: src/cradle | ||
tests-folder: src/tests | ||
|
||
deptry: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: cvxgrp/.github/actions/uv/[email protected] | ||
- name: "Build the virtual environment for ${{ github.repository }}" | ||
uses: cvxgrp/.github/actions/uv/[email protected] | ||
Check warning Code scanning / CodeQL Unpinned tag for a non-immutable Action in workflow Medium
Unpinned 3rd party Action 'pre-commit' step
Uses Step Error loading related location Loading |
||
|
||
- uses: cvxgrp/.github/actions/[email protected] | ||
Check warning Code scanning / CodeQL Unpinned tag for a non-immutable Action in workflow Medium
Unpinned 3rd party Action 'pre-commit' step
Uses Step Error loading related location Loading |
||
with: | ||
source-folder: src/cradle | ||
|
||
|