Skip to content

Commit

Permalink
Fix some issues pointed out by zizmor.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Dec 14, 2024
1 parent 4c5d357 commit 3c56ee3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
uses: actions/checkout@v4
with:
path: antsibull-docs-parser
persist-credentials: false
- name: Install extra packages
if: "matrix.packages != ''"
run: |
Expand Down Expand Up @@ -89,6 +90,7 @@ jobs:
uses: actions/checkout@v4
with:
path: antsibull-docs-parser
persist-credentials: false
- name: Setup nox
uses: wntrblm/[email protected] # DO NOT UPDATE THIS! Newer versions do not work with Python 3.6
with:
Expand Down

0 comments on commit 3c56ee3

Please sign in to comment.