Skip to content
Open
Show file tree
Hide file tree
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/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
token: ${{ steps.generate-token.outputs.token }}

- name: Setup Pixi
uses: prefix-dev/setup-pixi@v0.10.1
uses: prefix-dev/setup-pixi@v0.10.2
with:
pixi-version: v0.68.1
cache: true
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/security-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ jobs:
shell: bash -l {0}
steps:
- uses: actions/checkout@v7
- uses: prefix-dev/setup-pixi@v0.10.1
- uses: prefix-dev/setup-pixi@v0.10.2
with:
pixi-version: v0.68.1

- name: Generate SBOM
uses: anchore/sbom-action@v0.24.0
uses: anchore/sbom-action@v0.24.2
with:
path: ".pixi/envs/default"
output-file: sbom.spdx.json
Expand All @@ -55,7 +55,7 @@ jobs:

- name: Vulnerability Scan
id: scan
uses: anchore/scan-action@v7.4.0
uses: anchore/scan-action@v7.4.2
env:
SBOM: sbom.spdx.json
with: &scan_settings
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
# All PRs gate on new CVEs vs the master baseline
- name: Download master baseline
if: github.event_name == 'pull_request'
uses: dawidd6/action-download-artifact@v23
uses: dawidd6/action-download-artifact@v24
with:
workflow: security-scan.yaml
name: master-sbom
Expand All @@ -106,7 +106,7 @@ jobs:
- name: Scan master baseline
id: baseline
if: github.event_name == 'pull_request'
uses: anchore/scan-action@v7.4.0
uses: anchore/scan-action@v7.4.2
env:
SBOM: master-baseline/sbom.spdx.json
with: *scan_settings
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v7

- name: Setup Pixi
uses: prefix-dev/setup-pixi@v0.10.1
uses: prefix-dev/setup-pixi@v0.10.2
with:
pixi-version: v0.68.1
cache: true
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:

- name: Setup Pixi
if: steps.filter.outputs.src == 'true' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
uses: prefix-dev/setup-pixi@v0.10.1
uses: prefix-dev/setup-pixi@v0.10.2
with:
pixi-version: v0.68.1
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-lockfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v7

- name: Setup Pixi
uses: prefix-dev/setup-pixi@v0.10.1
uses: prefix-dev/setup-pixi@v0.10.2
with:
pixi-version: v0.68.1

Expand Down