We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ba82a commit 475e1c1Copy full SHA for 475e1c1
.github/workflows/sbom.yml
@@ -8,7 +8,7 @@ name: Generate SBOM
8
on:
9
workflow_dispatch: {}
10
push:
11
- branches: ['main']
+ branches: ['master']
12
paths:
13
- 'pyproject.toml'
14
- 'uv.lock'
@@ -33,13 +33,11 @@ jobs:
33
with:
34
persist-credentials: false
35
36
- - name: Set up Python 3.10
37
- uses: actions/setup-python@v5
38
- with:
39
- python-version: '3.10'
40
-
41
- name: Install uv
42
- run: curl -LsSf https://astral.sh/uv/install.sh | sh
+ uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7
+ with:
+ enable-cache: true
+ python-version: "3.10"
43
44
- name: Sync dependencies
45
run: |
0 commit comments