mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-25 16:12:54 -05:00
Merge pull request #1204 from NLnetLabs/zizmor-improvements
This commit is contained in:
commit
df5ab5624d
2 changed files with 3 additions and 0 deletions
1
.github/workflows/analysis_ports.yml
vendored
1
.github/workflows/analysis_ports.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -13,6 +13,8 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
persist-credentials: false
|
||||
- name: configure
|
||||
run: ./configure --enable-debug
|
||||
- name: make
|
||||
|
|
|
|||
Loading…
Reference in a new issue