Skip to content

Commit b687c17

Browse files
committed
[FIX] Pin sticky-pull-request-comment to SHA for supply-chain security
1 parent 4ae05bb commit b687c17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-frontend-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
fi
5555
5656
- name: Render lint report to PR
57-
uses: marocchino/sticky-pull-request-comment@v3
57+
uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2
5858
if: always() && hashFiles('frontend/biome-report.md') != '' && github.event.pull_request.head.repo.fork == false
5959
with:
6060
header: frontend-lint-results

.github/workflows/ci-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
bash .github/scripts/combine-test-reports.sh
5555
5656
- name: Render combined test report to PR
57-
uses: marocchino/sticky-pull-request-comment@v3
57+
uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2
5858
if: always() && hashFiles('combined-test-report.md') != '' && github.event.pull_request.head.repo.fork == false
5959
with:
6060
header: test-results

0 commit comments

Comments
 (0)