Skip to content

Commit 0caecc1

Browse files
Update GitHub Actions to specific commit versions
Signed-off-by: Max Barrett <34328348+MaximillianGroup@users.noreply.github.com>
1 parent c7b1156 commit 0caecc1

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- name: Setup PHP
23-
uses: shivammathur/setup-php@v2
23+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f
24+
# uses: shivammathur/setup-php@2.37.0
2425
with:
2526
php-version: '8.2'
2627
extensions: mbstring, intl, json
@@ -141,7 +142,8 @@ jobs:
141142
echo "**SHA256:** \`${{ steps.checksums.outputs.sha256 }}\`" >> /tmp/current_changelog.md
142143
143144
- name: Create GitHub Release
144-
uses: softprops/action-gh-release@v2
145+
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe
146+
# uses: softprops/action-gh-release@v2.6.1
145147
with:
146148
files: |
147149
dist/sparxstar-gluon.zip

0 commit comments

Comments
 (0)