Skip to content

Commit 596266b

Browse files
committed
ci: pin third-party actions in update-changelog to commit SHAs
Pin stefanzweifel/changelog-updater-action (v1.12.0) and git-auto-commit-action (v7.2.0) to full commit SHAs to remove the mutable-tag supply-chain surface. Dependabot's github-actions ecosystem keeps the SHAs current via reviewed PRs.
1 parent 39d6a2f commit 596266b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-changelog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
ref: main
2020

2121
- name: Update Changelog
22-
uses: stefanzweifel/changelog-updater-action@v1
22+
uses: stefanzweifel/changelog-updater-action@a938690fad7edf25368f37e43a1ed1b34303eb36 # v1.12.0
2323
with:
2424
latest-version: ${{ github.event.release.name }}
2525
release-notes: ${{ github.event.release.body }}
2626

2727
- name: Commit updated CHANGELOG
28-
uses: stefanzweifel/git-auto-commit-action@v7
28+
uses: stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v7.2.0
2929
with:
3030
branch: main
3131
commit_message: Update CHANGELOG

0 commit comments

Comments
 (0)