[Actions] Use commit sha for imported gh actions (#1649)

This PR updates the GitHub workflows to ensure all imported actions are
referenced by commit SHA.

Signed-off-by: Kathryn Baldauf <k_baldauf@apple.com>
This commit is contained in:
Kathryn Baldauf
2026-06-04 15:07:44 -07:00
committed by GitHub
parent 8bf87e8890
commit f81dcbf3f9
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -197,7 +197,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Pages
uses: actions/configure-pages@v6
uses: actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6
- name: Download a single artifact
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
@@ -209,6 +209,6 @@ jobs:
tar xfz _site.tgz
- name: Upload Artifact
uses: actions/upload-pages-artifact@v5
uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5
with:
path: "./_site"
+1 -1
View File
@@ -44,7 +44,7 @@ jobs:
test -e outputs/container-package/*.pkg || (echo "Missing .pkg file!" && exit 1)
- name: Create release
uses: softprops/action-gh-release@v3
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3
with:
token: ${{ github.token }}
name: ${{ github.ref_name }}-prerelease
+1 -1
View File
@@ -44,7 +44,7 @@ jobs:
test -e outputs/container-package/*.pkg || (echo "Missing .pkg file!" && exit 1)
- name: Create release
uses: softprops/action-gh-release@v3
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3
with:
token: ${{ github.token }}
name: ${{ github.ref_name }}-prerelease