Skip to content

Commit 22bd2ae

Browse files
chore(ci): Pin actions to full commit sha (#24538)
[StepSecurity] ci: Harden GitHub Actions Signed-off-by: StepSecurity Bot <[email protected]>
1 parent b90c21a commit 22bd2ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unit_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
ref: ${{ inputs.ref }}
2424

25-
- uses: actions/setup-python@v6
25+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2626
with:
2727
python-version: "3.10"
2828
- run: .\scripts\environment\bootstrap-windows-2025.ps1

.github/workflows/vdev_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
echo "ASSET=${OUTDIR}.tgz" >> "$GITHUB_ENV"
5757
5858
- name: Upload asset to release
59-
uses: softprops/action-gh-release@v2
59+
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
6060
with:
6161
files: ${{ env.ASSET }}
6262
env:

0 commit comments

Comments
 (0)