We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5537c8 commit f277cfaCopy full SHA for f277cfa
.github/workflows/publish.yml
@@ -99,7 +99,7 @@ jobs:
99
env:
100
VSIX_PATH: ${{ steps.create_vsix.outputs.vsixPath }}
101
- name: Generate artifact attestation
102
- uses: actions/attest-build-provenance@v3
+ uses: actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1.0
103
with:
104
subject-path: ${{ steps.create_vsix.outputs.vsixPath }}
105
- name: Create release
0 commit comments