We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 403175d commit e3a74cbCopy full SHA for e3a74cb
.github/workflows/ci.yaml
@@ -560,9 +560,9 @@ jobs:
560
if: ${{ github.ref == 'refs/heads/main' }}
561
permissions:
562
security-events: write
563
- steps:
564
- - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
565
- with:
566
- persist-credentials: false
567
- - name: Run zizmor
568
- uses: zizmorcore/zizmor-action@135698455da5c3b3e55f73f4419e481ab68cdd95 # v0.4.1
+ steps:
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
+ with:
+ persist-credentials: false
+ - name: Run zizmor
+ uses: zizmorcore/zizmor-action@135698455da5c3b3e55f73f4419e481ab68cdd95 # v0.4.1
0 commit comments