We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ff9d03 + 9b52b01 commit f9f2628Copy full SHA for f9f2628
.github/workflows/bypass-codacy-variation.yml
@@ -40,7 +40,7 @@ jobs:
40
# Bypass the 'Codacy Coverage Variation' when there are no coverable files able to trigger it.
41
- name: Create Success Check for Variation
42
if: steps.changes.outputs.has_code_changes == 'false' && steps.changes.outputs.has_non_coverable_changes == 'true'
43
- uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
+ uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
44
with:
45
script: |
46
const checkName = 'Codacy Coverage Variation';
0 commit comments