Skip to content

Commit 774b905

Browse files
committed
fix(ci): repair security workflow checks
1 parent b43cded commit 774b905

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
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

.github/workflows/zizmor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
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

0 commit comments

Comments
 (0)