Skip to content

Commit c027ffc

Browse files
authored
Pin marocchino/sticky-pull-request-comment action to a hash (#7751)
1 parent 192ba37 commit c027ffc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lib-deps-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898

9999
- name: Post comment
100100
if: steps.deps-check.outputs.deps_output != ''
101-
uses: marocchino/sticky-pull-request-comment@v3
101+
uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4
102102
with:
103103
header: lib-deps-check
104104
number: ${{ github.event.pull_request.number }}
@@ -115,7 +115,7 @@ jobs:
115115
116116
- name: Remove comment if no Lib changes
117117
if: steps.changed-files.outputs.modules == ''
118-
uses: marocchino/sticky-pull-request-comment@v3
118+
uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4
119119
with:
120120
header: lib-deps-check
121121
number: ${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)