mirror of
https://github.com/Azure/setup-kubectl.git
synced 2026-06-18 22:42:15 +08:00
chore: pin release workflow to SHA for supply chain safety (#267)
Pin Azure/action-release-workflows to commit SHA instead of mutable v1 tag.
This commit is contained in:
parent
4f39f383be
commit
f295d40337
2
.github/workflows/release-pr.yml
vendored
2
.github/workflows/release-pr.yml
vendored
@ -13,6 +13,6 @@ jobs:
|
|||||||
permissions:
|
permissions:
|
||||||
actions: read
|
actions: read
|
||||||
contents: write
|
contents: write
|
||||||
uses: Azure/action-release-workflows/.github/workflows/release_js_project.yaml@v1
|
uses: Azure/action-release-workflows/.github/workflows/release_js_project.yaml@3c677ba5ab58f5c5c1a6f0cfb176b333b1f27405 # v1
|
||||||
with:
|
with:
|
||||||
changelogPath: ./CHANGELOG.md
|
changelogPath: ./CHANGELOG.md
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user