We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3041f0f commit a17c4c2Copy full SHA for a17c4c2
.github/workflows/build.yml
@@ -138,7 +138,7 @@ jobs:
138
cython-lint-${{ env.BUILD_IDENTIFIER }}.xml
139
140
- name: Report results
141
- uses: dorny/test-reporter@1a288b62f8b75c0f433cbfdbc2e4800fbae50bd7 # v1
+ uses: dorny/test-reporter@41662db5cae40449eff81c63a9a8d0a8c34694bf # v1
142
if: always()
143
with:
144
name: Report (${{ env.BUILD_PRETTY_IDENTIFIER }})
@@ -258,7 +258,7 @@ jobs:
258
cython-lint-${{ runner.os }}-${{ matrix.py-version }}.xml
259
260
261
262
263
264
name: Report (${{ github.job }})
0 commit comments