Skip to content

Commit

Permalink
Merge pull request #1204 from NLnetLabs/zizmor-improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
gthess authored Dec 13, 2024
2 parents ded4c82 + eb08dc6 commit df5ab56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/analysis_ports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: false
persist-credentials: false
- name: test_windows
if: ${{ matrix.test_windows == 'yes' }}
shell: bash
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: configure
run: ./configure --enable-debug
- name: make
Expand Down

0 comments on commit df5ab56

Please sign in to comment.