Skip to content

Commit bafc097

Browse files
committed
pin setup-uv action to SHA for v6.6.1
change dependabot updates to monthly check
1 parent 599be8a commit bafc097

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ updates:
88
- package-ecosystem: github-actions
99
directory: /
1010
schedule:
11-
interval: "weekly"
11+
interval: "monthly"
1212
groups:
1313
actions:
1414
patterns:
1515
- "*"
1616
- package-ecosystem: uv
1717
directory: /
1818
schedule:
19-
interval: "daily"
19+
interval: "monthly"
2020
groups:
2121
uv-pip:
2222
patterns:

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v5
1313

1414
- name: Install uv
15-
uses: astral-sh/setup-uv@v6
15+
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1
1616
with:
1717
enable-cache: true
1818
cache-dependency-glob: "uv.lock"

.github/workflows/run-dev-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# sudo cmake --install build
5757

5858
- name: Install uv
59-
uses: astral-sh/setup-uv@v6
59+
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1
6060
with:
6161
enable-cache: true
6262
cache-dependency-glob: "uv.lock"
@@ -132,7 +132,7 @@ jobs:
132132
python-version: '3.x'
133133

134134
- name: Install uv
135-
uses: astral-sh/setup-uv@v6
135+
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1
136136
with:
137137
enable-cache: true
138138
cache-dependency-glob: "uv.lock"

0 commit comments

Comments
 (0)