Skip to content

Commit e50d2e0

Browse files
committed
fix: obfuscated usage of GitHub Actions features
https://docs.zizmor.sh/audits/#obfuscation
1 parent b62d907 commit e50d2e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ jobs:
388388
retention-days: 30
389389

390390
lint:
391-
name: 🧹 Linters${{ '' }} # nest jobs under the same sidebar category
391+
name: 🧹 Linters${{ '' }} # Group jobs in sidebar # zizmor: ignore[obfuscation]
392392
needs:
393393
- build
394394
- pre-setup # transitive, for accessing settings
@@ -446,7 +446,7 @@ jobs:
446446
codecov-token: ${{ secrets.CODECOV_TOKEN }}
447447

448448
tests:
449-
name: 🧪 Tests${{ '' }} # nest jobs under the same sidebar category
449+
name: 🧪 Tests${{ '' }} # Group jobs in sidebar # zizmor: ignore[obfuscation]
450450
needs:
451451
- build
452452
- pre-setup # transitive, for accessing settings

0 commit comments

Comments
 (0)