Skip to content

Commit f9f2628

Browse files
authored
Merge pull request #96 from Flashky/dependabot/github_actions/actions/github-script-8.0.0
build(deps): bump actions/github-script from 7.1.0 to 8.0.0
2 parents 6ff9d03 + 9b52b01 commit f9f2628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bypass-codacy-variation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# Bypass the 'Codacy Coverage Variation' when there are no coverable files able to trigger it.
4141
- name: Create Success Check for Variation
4242
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
43+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
4444
with:
4545
script: |
4646
const checkName = 'Codacy Coverage Variation';

0 commit comments

Comments
 (0)