Skip to content

Commit a395007

Browse files
committed
feat(security): fleet-wide workflow hardening (SHA pinning + permissions)
1 parent 7a84a1d commit a395007

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
@@ -70,7 +70,7 @@ jobs:
7070
fi
7171
7272
# TODO: Upload build artifacts if needed
73-
# - uses: actions/upload-artifact@v4
73+
# - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
7474
# with:
7575
# name: release-artifacts
7676
# path: target/release/
@@ -130,7 +130,7 @@ jobs:
130130
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
131131

132132
# TODO: Download build artifacts if uploading to the release
133-
# - uses: actions/download-artifact@v4
133+
# - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
134134
# with:
135135
# name: release-artifacts
136136
# path: artifacts/

0 commit comments

Comments
 (0)