You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,12 @@ inputs:
22
22
Also when generating a new PAT, select the least scopes necessary.
23
23
[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)
24
24
default: ${{ github.token }}
25
+
changed-since:
26
+
description: >
27
+
This option allow uploading only violations in files that were changed
28
+
between the current commit and the base commit. Set this parameter to base branch name or commit to
29
+
skip marking violations on unchanged files. This is especially useful when project code style is changed
0 commit comments