Skip to content

Commit e81240d

Browse files
committed
Pin actions to commit SHAs and upgrade to v2 for security
- Pin mikepenz/release-changelog-builder-action to commit SHA 32e3c96 - Upgrade softprops/action-gh-release from v1 to v2.4.2 - Pin softprops/action-gh-release to commit SHA 5be0e66 These changes improve supply-chain security and ensure compatibility with actively maintained action versions.
1 parent 2388700 commit e81240d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pytest_and_autopublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
- name: Generate Changelog
6666
if: steps.publish.outputs.is-released == 'true'
67-
uses: mikepenz/release-changelog-builder-action@v4
67+
uses: mikepenz/release-changelog-builder-action@32e3c96f29a6532607f638797455e9e98cfc703d # v4
6868
id: build_changelog
6969
with:
7070
mode: "COMMIT"
@@ -98,7 +98,7 @@ jobs:
9898

9999
- name: Update Release
100100
if: steps.publish.outputs.is-released == 'true'
101-
uses: softprops/action-gh-release@v1
101+
uses: softprops/action-gh-release@5be0e66a0e4c4c9c0a13b04c4963e8b8e9f4c5e5 # v2.4.2
102102
with:
103103
tag_name: v${{ steps.publish.outputs.version }}
104104
body: ${{ steps.build_changelog.outputs.changelog }}

0 commit comments

Comments
 (0)