File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 persist-credentials : false
2222
2323 - name : Dependency diff review
24- uses : actions/dependency-review-action@da45c9571d1e7cdec26844a76b8e6b89e4f1ee6b # v4.7.1
24+ uses : actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4.7.1
2525 with :
2626 fail-on-severity : high
Original file line number Diff line number Diff line change 2626 # Advisory mode — findings are reported but do not fail the job.
2727 # Maintainers should review and address findings before merging workflow changes.
2828 run : |
29- zizmor --format plain .github/workflows/
30- EXIT_CODE=$?
29+ EXIT_CODE=0
30+ zizmor --format plain .github/workflows/ || EXIT_CODE=$?
3131 if [ $EXIT_CODE -ne 0 ]; then
3232 echo "::warning::zizmor found workflow security findings (advisory). Review the output above before merging."
3333 fi
You can’t perform that action at this time.
0 commit comments