Skip to content

Commit 034ec43

Browse files
committed
Zizmor feedback: Pin actions
1 parent 525e198 commit 034ec43

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ jobs:
152152

153153
steps:
154154
- uses: actions/checkout@v4
155+
with:
156+
persist-credentials: false
155157
- name: Set up Python
156158
uses: actions/setup-python@v5
157159
with:
@@ -176,7 +178,7 @@ jobs:
176178
coverage xml
177179
178180
- name: Code Coverage Report
179-
uses: irongut/[email protected]
181+
uses: irongut/CodeCoverageSummary@51cc3a756ddcd398d447c044c02cb6aa83fdae95 # v1.3.0
180182
with:
181183
filename: coverage.xml
182184
badge: true
@@ -189,7 +191,7 @@ jobs:
189191
thresholds: '80 90'
190192

191193
- name: Add Coverage PR Comment
192-
uses: marocchino/sticky-pull-request-comment@v2
194+
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.3
193195
if: github.event_name == 'pull_request'
194196
with:
195197
recreate: true

0 commit comments

Comments
 (0)