-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,10 +20,10 @@ jobs: | |
# Steps represent a sequence of tasks that will be executed as part of the job | ||
steps: | ||
- name: "Build the virtual environment for ${{ github.repository }}" | ||
uses: cvxgrp/.github/actions/uv/[email protected].0 | ||
uses: cvxgrp/.github/actions/uv/[email protected].1 | ||
Check warning Code scanning / CodeQL Unpinned tag for a non-immutable Action in workflow Medium
Unpinned 3rd party Action 'CI' step
Uses Step Error loading related location Loading |
||
with: | ||
python-version: ${{ matrix.python-version }} | ||
|
||
- uses: cvxgrp/.github/actions/[email protected].0 | ||
- uses: cvxgrp/.github/actions/[email protected].1 | ||
Check warning Code scanning / CodeQL Unpinned tag for a non-immutable Action in workflow Medium
Unpinned 3rd party Action 'CI' step
Uses Step Error loading related location Loading |
||
with: | ||
tests-folder: src/tests |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,9 +12,9 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: "Build the virtual environment for ${{ github.repository }}" | ||
uses: cvxgrp/.github/actions/uv/[email protected].0 | ||
uses: cvxgrp/.github/actions/uv/[email protected].1 | ||
|
||
- uses: cvxgrp/.github/actions/[email protected].0 | ||
- uses: cvxgrp/.github/actions/[email protected].1 | ||
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 | ||
|
@@ -23,13 +23,13 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: "Build the virtual environment for ${{ github.repository }}" | ||
uses: cvxgrp/.github/actions/uv/[email protected].0 | ||
uses: cvxgrp/.github/actions/uv/[email protected].1 | ||
|
||
- uses: cvxgrp/.github/actions/[email protected].0 | ||
- uses: cvxgrp/.github/actions/[email protected].1 | ||
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 | ||
|
||
pre-commit: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: cvxgrp/.github/actions/[email protected].0 | ||
- uses: cvxgrp/.github/actions/[email protected].1 | ||
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 |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
|
||
steps: | ||
- name: Generate Tag | ||
uses: cvxgrp/.github/actions/[email protected].0 | ||
uses: cvxgrp/.github/actions/[email protected].1 | ||
Check warning Code scanning / CodeQL Unpinned tag for a non-immutable Action in workflow Medium
Unpinned 3rd party Action 'Bump version and publish' step
Uses Step Error loading related location Loading |
||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
|