Skip to content

Commit d75bdec

Browse files
🩹 [Patch]: Pin GitHub-Script action to specific version (#21)
The GitHub-Script action is now pinned to a specific SHA version for improved security and consistency. - Fixes #20 ## Pin GitHub-Script action Updated the action reference from version tag to specific SHA: - `PSModule/GitHub-Script` → `2010983167dc7a41bcd84cb88e698ec18eccb7ca` (v1.7.8) This ensures the action version is locked and cannot be changed without updating the SHA, preventing supply chain attacks.
1 parent 40cd161 commit d75bdec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
using: composite
3535
steps:
3636
- name: Template-Action
37-
uses: PSModule/GitHub-Script@8b9d2739d6896975c0e5448d2021ae2b94b6766a # v1.7.6
37+
uses: PSModule/GitHub-Script@2010983167dc7a41bcd84cb88e698ec18eccb7ca # v1.7.8
3838
env:
3939
PSMOUDLE_TEMPLATE_ACTION_INPUT_Subject: ${{ inputs.Subject }}
4040
with:

0 commit comments

Comments
 (0)