Skip to content

Commit 158ead0

Browse files
committed
feat(security): fleet-wide workflow hardening (SHA pinning + permissions)
1 parent bc61616 commit 158ead0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# mix release
3535
3636
# TODO: Upload build artifacts if needed
37-
# - uses: actions/upload-artifact@v4
37+
# - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
3838
# with:
3939
# name: release-artifacts
4040
# path: target/release/
@@ -94,7 +94,7 @@ jobs:
9494
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9595

9696
# TODO: Download build artifacts if uploading to the release
97-
# - uses: actions/download-artifact@v4
97+
# - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
9898
# with:
9999
# name: release-artifacts
100100
# path: artifacts/

0 commit comments

Comments
 (0)