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.
1 parent 39c3729 commit 7ff3924Copy full SHA for 7ff3924
.github/workflows/exclusions.yml
@@ -83,6 +83,7 @@ jobs:
83
84
mv false_positive_exclusions.txt.tmp false_positive_exclusions.txt
85
86
+ git rm -f false_positive_exclusions.txt.tmp || true
87
git add false_positive_exclusions.txt
88
git commit -m "auto: update exclusions list" || echo "No changes to commit"
89
git push origin exclusions
0 commit comments