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 546a348 commit 40a9c56Copy full SHA for 40a9c56
.github/workflows/build.yml
@@ -312,7 +312,7 @@ jobs:
312
path: dist
313
314
- name: Generate artifact attestation for sdist and wheel
315
- uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
+ uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
316
with:
317
subject-path: "dist/cmake-*"
318
.github/workflows/update-dependencies.yml
@@ -26,7 +26,7 @@ jobs:
26
dependency_nice: "OpenSSL"
27
steps:
28
- uses: actions/checkout@v4
29
- - uses: wntrblm/nox@2025.02.09
+ - uses: wntrblm/nox@2025.05.01
30
- name: "Run update: bump ${{ matrix.dependency_nice }}"
31
id: bump
32
run: |
0 commit comments