We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 958f7b9 commit 9c7b869Copy full SHA for 9c7b869
.github/workflows/rust.yml
@@ -307,3 +307,16 @@ jobs:
307
- name: Check workflow files
308
run: ${{ steps.get_actionlint.outputs.executable }} -color
309
shell: bash
310
+
311
+ zizmor:
312
+ name: Run zizmor 🌈
313
+ runs-on: ubuntu-latest
314
+ permissions:
315
+ security-events: write
316
+ steps:
317
+ - name: Checkout repository
318
+ uses: actions/checkout@v4
319
+ with:
320
+ persist-credentials: false
321
+ - name: Run zizmor 🌈
322
+ uses: zizmorcore/zizmor-action@f52a838cfabf134edcbaa7c8b3677dde20045018 # v0.1.1
0 commit comments