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 8fd175c commit 57ead07Copy full SHA for 57ead07
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
- run: python -m build
26
27
- name: generate build provenance
28
- uses: actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
+ uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
29
with:
30
subject-path: "${{ github.workspace }}/dist/*"
31
.github/workflows/update-specs.yml
@@ -31,7 +31,7 @@ jobs:
"pull_requests": "write"
32
}
33
34
- - uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
+ - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
35
36
registry: ghcr.io
37
username: ${{ github.actor }}
0 commit comments