File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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- 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
You can’t perform that action at this time.
0 commit comments