]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
build(deps): bump actions/checkout from 2.3.4 to 3.1.0 12102/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 19 Oct 2022 14:44:55 +0000 (14:44 +0000)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 19 Oct 2022 14:47:27 +0000 (16:47 +0200)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 3.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.4...v3.1.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/build-and-test-all.yml
.github/workflows/builder-dispatch.yml
.github/workflows/builder.yml
.github/workflows/codeql-analysis.yml
.github/workflows/docker.yml
.github/workflows/formatting.yml
.github/workflows/secpoll.yml
.github/workflows/spelling2.yml

index 90bacecd6667b1450535b8092af3f9444e7862b6..2965ec12be5a5cdcfd0b69776d9cda7157fd4f97 100644 (file)
@@ -15,7 +15,7 @@ jobs:
       UBSAN_OPTIONS: "print_stacktrace=1:halt_on_error=1:suppressions=${{ github.workspace }}/build-scripts/UBSan.supp"
       ASAN_OPTIONS: detect_leaks=0
     steps:
-      - uses: actions/checkout@v2.3.4
+      - uses: actions/checkout@v3.1.0
         with:
           fetch-depth: 5
           submodules: recursive
@@ -61,7 +61,7 @@ jobs:
       run:
         working-directory: ./pdns/recursordist/
     steps:
-      - uses: actions/checkout@v2.3.4
+      - uses: actions/checkout@v3.1.0
         with:
           fetch-depth: 5
           submodules: recursive
@@ -111,7 +111,7 @@ jobs:
       run:
         working-directory: ./pdns/dnsdistdist/
     steps:
-      - uses: actions/checkout@v2.3.4
+      - uses: actions/checkout@v3.1.0
         with:
           fetch-depth: 5
           submodules: recursive
@@ -176,7 +176,7 @@ jobs:
         options: >-
           --restart always
     steps:
-      - uses: actions/checkout@v2.3.4
+      - uses: actions/checkout@v3.1.0
         with:
           fetch-depth: 5
           submodules: recursive
@@ -238,7 +238,7 @@ jobs:
         options: >-
           --restart always
     steps:
-      - uses: actions/checkout@v2.3.4
+      - uses: actions/checkout@v3.1.0
         with:
           fetch-depth: 5
           submodules: recursive
@@ -262,7 +262,7 @@ jobs:
       UBSAN_OPTIONS: "print_stacktrace=1:halt_on_error=1:suppressions=${{ github.workspace }}/build-scripts/UBSan.supp"
       ASAN_OPTIONS: detect_leaks=0
     steps:
-      - uses: actions/checkout@v2.3.4
+      - uses: actions/checkout@v3.1.0
         with:
           fetch-depth: 5
           submodules: recursive
@@ -287,7 +287,7 @@ jobs:
       ASAN_OPTIONS: detect_leaks=0
       TSAN_OPTIONS: "halt_on_error=1:suppressions=${{ github.workspace }}/pdns/recursordist/recursor-tsan.supp"
     steps:
-      - uses: actions/checkout@v2.3.4
+      - uses: actions/checkout@v3.1.0
         with:
           fetch-depth: 5
           submodules: recursive
@@ -313,7 +313,7 @@ jobs:
       ASAN_OPTIONS: detect_leaks=0
       TSAN_OPTIONS: "halt_on_error=1:suppressions=${{ github.workspace }}/pdns/recursordist/recursor-tsan.supp"
     steps:
-      - uses: actions/checkout@v2.3.4
+      - uses: actions/checkout@v3.1.0
         with:
           fetch-depth: 5
           submodules: recursive
@@ -343,7 +343,7 @@ jobs:
       ASAN_OPTIONS: detect_leaks=0
       TSAN_OPTIONS: "halt_on_error=1:suppressions=${{ github.workspace }}/pdns/recursordist/recursor-tsan.supp"
     steps:
-      - uses: actions/checkout@v2.3.4
+      - uses: actions/checkout@v3.1.0
         with:
           fetch-depth: 5
           submodules: recursive
@@ -370,7 +370,7 @@ jobs:
       # IncludeDir tests are disabled because of a weird interaction between TSAN and these tests which ever only happens on GH actions
       SKIP_INCLUDEDIR_TESTS: yes
     steps:
-      - uses: actions/checkout@v2.3.4
+      - uses: actions/checkout@v3.1.0
         with:
           fetch-depth: 5
           submodules: recursive
@@ -387,7 +387,7 @@ jobs:
   swagger-syntax-check:
     runs-on: ubuntu-20.04
     steps:
-      - uses: actions/checkout@v2.3.4
+      - uses: actions/checkout@v3.1.0
         with:
           fetch-depth: 5
           submodules: recursive
@@ -410,7 +410,7 @@ jobs:
       - test-recursor-bulk
     runs-on: ubuntu-20.04
     steps:
-      - uses: actions/checkout@v2.3.4
+      - uses: actions/checkout@v3.1.0
         with:
           fetch-depth: 5
           submodules: recursive
index 4e8cfbd004b6782da6fc2e8af5524bd7f5460322..72447d009a4b09de3f71cc6ac64966def4f459b4 100644 (file)
@@ -58,7 +58,7 @@ jobs:
         os: ${{fromJson(needs.prepare.outputs.oslist)}}
       fail-fast: false
     steps:
-      - uses: actions/checkout@v2.3.4
+      - uses: actions/checkout@v3.1.0
         with:
           fetch-depth: 0 # for correct version numbers
           submodules: recursive
index d6b44970f4ddb50a08942784581353e426f459f0..b1a3e8116aa7e1c8c0e24bd044013b13965248c9 100644 (file)
@@ -23,7 +23,7 @@ jobs:
           - debian-bookworm
       fail-fast: false
     steps:
-      - uses: actions/checkout@v2.3.4
+      - uses: actions/checkout@v3.1.0
         with:
           fetch-depth: 0  # for correct version numbers
           submodules: recursive
index ebbb4c74142b78b0f7f4b6384c013e81b3133d57..6bd284604087a2ef7ba9b71022a6a250b57b1ba1 100644 (file)
@@ -23,7 +23,7 @@ jobs:
 
     steps:
     - name: Checkout repository
-      uses: actions/checkout@v2
+      uses: actions/checkout@v3.1.0
       with:
         # We must fetch at least the immediate parents so that if this is
         # a pull request then we can checkout the head.
index 09c3dd9049bcb022dba1c75e13d8d62565a834ce..d36ca3e8ad7855374bdaf4df0ceddf5883727edd 100644 (file)
@@ -14,7 +14,7 @@ jobs:
       matrix:
         product: ['auth', 'recursor', 'dnsdist']
     steps:
-      - uses: actions/checkout@v2.3.4
+      - uses: actions/checkout@v3.1.0
         with:
           fetch-depth: 5
           submodules: recursive
index 38395c5e299320fa00ab3148250c4087a48c0c60..2b71e0a0983e8455a046ab0265d8466ac22e5012 100644 (file)
@@ -11,7 +11,7 @@ jobs:
     # on a ubuntu-20.04 VM
     runs-on: ubuntu-20.04
     steps:
-      - uses: actions/checkout@v2.3.4
+      - uses: actions/checkout@v3.1.0
         with:
           fetch-depth: 5
           submodules: recursive
index cb1151792dca745c9bdc3903c5e75567b2a859d7..c5ee41de904af7ce96dd0499695b233107ec0804 100644 (file)
@@ -11,7 +11,7 @@ jobs:
     # on a ubuntu-20.04 VM
     runs-on: ubuntu-20.04
     steps:
-      - uses: actions/checkout@v2.3.4
+      - uses: actions/checkout@v3.1.0
         with:
           fetch-depth: 5
           submodules: recursive
index e24b9dfd1b80c166412d80480fe05fb1197e23b3..d22f96726fa568f6913ed4ed7878317f0f7ebec3 100644 (file)
@@ -20,12 +20,12 @@ jobs:
     steps:
     - name: checkout-merge
       if: "contains(github.event_name, 'pull_request')"
-      uses: actions/checkout@v2
+      uses: actions/checkout@v3.1.0
       with:
         ref: refs/pull/${{github.event.pull_request.number}}/merge
     - name: checkout
       if: ${{ github.event_name == 'push' }}
-      uses: actions/checkout@v2
+      uses: actions/checkout@v3.1.0
     - uses: check-spelling/check-spelling@v0.0.19
       id: spelling
       with: