Skip to content

Commit

Permalink
Fix some issues pointed out by zizmor. (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein authored Dec 14, 2024
1 parent 957ec16 commit 9074d1c
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 9074d1c

Please sign in to comment.