Skip to content

Commit 57fa462

Browse files
authored
chore: hash-pin + upgrade actions (#9)
1 parent dc94656 commit 57fa462

File tree

3 files changed

+4
-15
lines changed

3 files changed

+4
-15
lines changed

.github/workflows/check-pr-title.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
permissions:
3232
pull-requests: write # Needed to post comments on PR
3333
steps:
34-
- uses: amannn/action-semantic-pull-request@v5
34+
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
3535
id: lint_pr_title
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838

39-
- uses: marocchino/sticky-pull-request-comment@v2
39+
- uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
4040
# When the previous steps fails, the workflow would stop. By adding this
4141
# condition you can continue the execution with the populated error message.
4242
if: always() && (steps.lint_pr_title.outputs.error_message != null)
@@ -55,7 +55,7 @@ jobs:
5555
5656
# Delete a previous comment when the issue has been resolved
5757
- if: ${{ steps.lint_pr_title.outputs.error_message == null }}
58-
uses: marocchino/sticky-pull-request-comment@v2
58+
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
5959
with:
6060
header: pr-title-lint-error
6161
delete: true

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
mage -v gocov
3434
- name: Code Coverage Summary
35-
uses: irongut/CodeCoverageSummary@v1.3.0
35+
uses: irongut/CodeCoverageSummary@51cc3a756ddcd398d447c044c02cb6aa83fdae95 # v1.3.0
3636
with:
3737
filename: out/coverage.xml
3838
badge: false

zizmor.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)