Skip to content

Commit bfb25ca

Browse files
authored
Merge pull request #581 from talkjs/chore/pin_actions_sha
(Github Actions): Pin actions to commit SHA
2 parents f3669c3 + 5b4681f commit bfb25ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/zip.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Zip and folders and create release
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
1414

1515
- name: zip folders
1616
run: find * -mindepth 1 -maxdepth 1 -type d -exec sh -c 'cd "$0" ; zip -r "../../`echo "$0" | tr / .`.zip" *' {} \;
@@ -20,7 +20,7 @@ jobs:
2020
run: echo "::set-output name=date::$(date +'%Y-%m-%dT%H.%M.%S')"
2121

2222
- name: release
23-
uses: softprops/action-gh-release@v2
23+
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe #v2.6.1
2424
with:
2525
files: "*.zip"
2626
tag_name: ${{ steps.date.outputs.date }}

0 commit comments

Comments
 (0)