Skip to content

Commit

Permalink
ci: pin action
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucky3028 committed Sep 12, 2024
1 parent 792d647 commit 92c3c7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Output SHA
uses: benjlevesque/short-sha@95aa1081125b46e95966cef05d7ef9b0e7e28557
uses: benjlevesque/short-sha@95aa1081125b46e95966cef05d7ef9b0e7e28557 # v3.0.0
id: short-sha
- name: Download artifacts
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Output SHA
uses: benjlevesque/short-sha@95aa1081125b46e95966cef05d7ef9b0e7e28557
uses: benjlevesque/short-sha@95aa1081125b46e95966cef05d7ef9b0e7e28557 # v3.0.0
id: short-sha
- name: Set plugin ver with SHA commit
run: |
Expand Down

0 comments on commit 92c3c7f

Please sign in to comment.