Skip to content

Commit 9702413

Browse files
authored
chore: Update Github Actions to Use Commit SHA. (#38)
related to [#2046](https://app.zenhub.com/workspaces/mobile---ios-618c5382fb76f00010561506/issues/gh/dequelabs/attestios/2046) ## Summary Updates all github actions to use commit SHA instead of a version tag for better security practices. **Does this change effect a customer's experience or result?** No. **What was the behavior?** 3rd party actions were referenced by their version tag. **What is the behavior now?** 3rd party actions will be referenced by a commit SHA.
1 parent 1adfee2 commit 9702413

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/spm-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616

1717
- name: Checkout main branch
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1919
with:
2020
ref: main
2121

@@ -78,7 +78,7 @@ jobs:
7878
git push origin tag ${{ github.event.inputs.releaseVersion }}
7979
8080
- name: Create GitHub release
81-
uses: softprops/action-gh-release@v2
81+
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2
8282
with:
8383
tag_name: ${{ github.event.inputs.releaseVersion }}
8484
release_name: ${{ github.event.inputs.releaseVersion }}

0 commit comments

Comments
 (0)