Skip to content

Commit 2897c85

Browse files
build(deps): bump actions/checkout from 3.1.0 to 3.3.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.3.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.1.0...v3.3.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cc2fb40 commit 2897c85

9 files changed

Lines changed: 21 additions & 21 deletions

File tree

.github/workflows/build-and-test-all.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
UBSAN_OPTIONS: "print_stacktrace=1:halt_on_error=1:suppressions=${{ github.workspace }}/build-scripts/UBSan.supp"
1616
ASAN_OPTIONS: detect_leaks=0
1717
steps:
18-
- uses: actions/checkout@v3.1.0
18+
- uses: actions/checkout@v3.3.0
1919
with:
2020
fetch-depth: 5
2121
submodules: recursive
@@ -61,7 +61,7 @@ jobs:
6161
run:
6262
working-directory: ./pdns/recursordist/
6363
steps:
64-
- uses: actions/checkout@v3.1.0
64+
- uses: actions/checkout@v3.3.0
6565
with:
6666
fetch-depth: 5
6767
submodules: recursive
@@ -111,7 +111,7 @@ jobs:
111111
run:
112112
working-directory: ./pdns/dnsdistdist/
113113
steps:
114-
- uses: actions/checkout@v3.1.0
114+
- uses: actions/checkout@v3.3.0
115115
with:
116116
fetch-depth: 5
117117
submodules: recursive
@@ -176,7 +176,7 @@ jobs:
176176
options: >-
177177
--restart always
178178
steps:
179-
- uses: actions/checkout@v3.1.0
179+
- uses: actions/checkout@v3.3.0
180180
with:
181181
fetch-depth: 5
182182
submodules: recursive
@@ -238,7 +238,7 @@ jobs:
238238
options: >-
239239
--restart always
240240
steps:
241-
- uses: actions/checkout@v3.1.0
241+
- uses: actions/checkout@v3.3.0
242242
with:
243243
fetch-depth: 5
244244
submodules: recursive
@@ -262,7 +262,7 @@ jobs:
262262
UBSAN_OPTIONS: "print_stacktrace=1:halt_on_error=1:suppressions=${{ github.workspace }}/build-scripts/UBSan.supp"
263263
ASAN_OPTIONS: detect_leaks=0
264264
steps:
265-
- uses: actions/checkout@v3.1.0
265+
- uses: actions/checkout@v3.3.0
266266
with:
267267
fetch-depth: 5
268268
submodules: recursive
@@ -287,7 +287,7 @@ jobs:
287287
ASAN_OPTIONS: detect_leaks=0
288288
TSAN_OPTIONS: "halt_on_error=1:suppressions=${{ github.workspace }}/pdns/recursordist/recursor-tsan.supp"
289289
steps:
290-
- uses: actions/checkout@v3.1.0
290+
- uses: actions/checkout@v3.3.0
291291
with:
292292
fetch-depth: 5
293293
submodules: recursive
@@ -313,7 +313,7 @@ jobs:
313313
ASAN_OPTIONS: detect_leaks=0
314314
TSAN_OPTIONS: "halt_on_error=1:suppressions=${{ github.workspace }}/pdns/recursordist/recursor-tsan.supp"
315315
steps:
316-
- uses: actions/checkout@v3.1.0
316+
- uses: actions/checkout@v3.3.0
317317
with:
318318
fetch-depth: 5
319319
submodules: recursive
@@ -343,7 +343,7 @@ jobs:
343343
ASAN_OPTIONS: detect_leaks=0
344344
TSAN_OPTIONS: "halt_on_error=1:suppressions=${{ github.workspace }}/pdns/recursordist/recursor-tsan.supp"
345345
steps:
346-
- uses: actions/checkout@v3.1.0
346+
- uses: actions/checkout@v3.3.0
347347
with:
348348
fetch-depth: 5
349349
submodules: recursive
@@ -370,7 +370,7 @@ jobs:
370370
# IncludeDir tests are disabled because of a weird interaction between TSAN and these tests which ever only happens on GH actions
371371
SKIP_INCLUDEDIR_TESTS: yes
372372
steps:
373-
- uses: actions/checkout@v3.1.0
373+
- uses: actions/checkout@v3.3.0
374374
with:
375375
fetch-depth: 5
376376
submodules: recursive
@@ -387,7 +387,7 @@ jobs:
387387
swagger-syntax-check:
388388
runs-on: ubuntu-20.04
389389
steps:
390-
- uses: actions/checkout@v3.1.0
390+
- uses: actions/checkout@v3.3.0
391391
with:
392392
fetch-depth: 5
393393
submodules: recursive
@@ -410,7 +410,7 @@ jobs:
410410
- test-recursor-bulk
411411
runs-on: ubuntu-20.04
412412
steps:
413-
- uses: actions/checkout@v3.1.0
413+
- uses: actions/checkout@v3.3.0
414414
with:
415415
fetch-depth: 5
416416
submodules: recursive

.github/workflows/builder-dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
os: ${{fromJson(needs.prepare.outputs.oslist)}}
5959
fail-fast: false
6060
steps:
61-
- uses: actions/checkout@v3.1.0
61+
- uses: actions/checkout@v3.3.0
6262
with:
6363
fetch-depth: 0 # for correct version numbers
6464
submodules: recursive

.github/workflows/builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- debian-bookworm
2424
fail-fast: false
2525
steps:
26-
- uses: actions/checkout@v3.1.0
26+
- uses: actions/checkout@v3.3.0
2727
with:
2828
fetch-depth: 0 # for correct version numbers
2929
submodules: recursive

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@v3.1.0
26+
uses: actions/checkout@v3.3.0
2727
with:
2828
# We must fetch at least the immediate parents so that if this is
2929
# a pull request then we can checkout the head.

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
product: ['auth', 'recursor', 'dnsdist']
1616
steps:
17-
- uses: actions/checkout@v3.1.0
17+
- uses: actions/checkout@v3.3.0
1818
with:
1919
fetch-depth: 5
2020
submodules: recursive

.github/workflows/formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
# on a ubuntu-20.04 VM
1212
runs-on: ubuntu-20.04
1313
steps:
14-
- uses: actions/checkout@v3.1.0
14+
- uses: actions/checkout@v3.3.0
1515
with:
1616
fetch-depth: 5
1717
submodules: recursive

.github/workflows/misc-dailies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
check-debian-autoremovals:
2424
runs-on: ubuntu-22.04
2525
steps:
26-
- uses: actions/checkout@v3.1.0
26+
- uses: actions/checkout@v3.3.0
2727
with:
2828
fetch-depth: 5
2929
submodules: recursive

.github/workflows/secpoll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
# on a ubuntu-20.04 VM
1212
runs-on: ubuntu-20.04
1313
steps:
14-
- uses: actions/checkout@v3.1.0
14+
- uses: actions/checkout@v3.3.0
1515
with:
1616
fetch-depth: 5
1717
submodules: recursive

.github/workflows/spelling2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
steps:
2121
- name: checkout-merge
2222
if: "contains(github.event_name, 'pull_request')"
23-
uses: actions/checkout@v3.1.0
23+
uses: actions/checkout@v3.3.0
2424
with:
2525
ref: refs/pull/${{github.event.pull_request.number}}/merge
2626
- name: checkout
2727
if: ${{ github.event_name == 'push' }}
28-
uses: actions/checkout@v3.1.0
28+
uses: actions/checkout@v3.3.0
2929
- uses: check-spelling/check-spelling@v0.0.19
3030
id: spelling
3131
with:

0 commit comments

Comments
 (0)