mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-08-17 21:25:50 +02:00
- Fix to update github ci actions/checkout to v7.
This commit is contained in:
@@ -173,7 +173,7 @@ jobs:
|
|||||||
cross_platform_config: "--enable-debug --disable-flto --with-libevent --disable-static"
|
cross_platform_config: "--enable-debug --disable-flto --with-libevent --disable-static"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
submodules: false
|
submodules: false
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
- name: configure
|
- name: configure
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
19 June 2026: Wouter
|
19 June 2026: Wouter
|
||||||
- Fix for #1457: fix thread setname for thread start of
|
- Fix for #1457: fix thread setname for thread start of
|
||||||
dnstap, and fast_reload.
|
dnstap, and fast_reload.
|
||||||
|
- Fix to update github ci actions/checkout to v7.
|
||||||
|
|
||||||
17 June 2026: Wouter
|
17 June 2026: Wouter
|
||||||
- Fix that after fast_reload the disown of the auth zone
|
- Fix that after fast_reload the disown of the auth zone
|
||||||
|
|||||||
Reference in New Issue
Block a user