Skip to content

Commit

Permalink
Update cvxgrp/.github action to v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 6, 2025
1 parent 7f12b90 commit fc274a1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
uses 'cvxgrp/.github/actions/uv/environment' with ref 'v2.2.1', not a pinned commit hash
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
uses 'cvxgrp/.github/actions/test' with ref 'v2.2.1', not a pinned commit hash
with:
tests-folder: src/tests
10 changes: 5 additions & 5 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
uses 'cvxgrp/.github/actions/coverage' with ref 'v2.2.1', not a pinned commit hash
with:
source-folder: src/cradle
tests-folder: src/tests
Expand All @@ -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
uses 'cvxgrp/.github/actions/deptry' with ref 'v2.2.1', not a pinned commit hash
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
uses 'cvxgrp/.github/actions/pre-commit' with ref 'v2.2.1', not a pinned commit hash
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
uses 'cvxgrp/.github/actions/tag' with ref 'v2.2.1', not a pinned commit hash
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit fc274a1

Please sign in to comment.