]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
build(deps): bump actions/checkout from 2.3.4 to 3.1.0
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 19 Oct 2022 14:44:55 +0000 (14:44 +0000)
committerAlexis Romero <alexis.romero@open-xchange.com>
Wed, 8 Mar 2023 15:10:23 +0000 (16:10 +0100)
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.yml
.github/workflows/codeql-analysis.yml
.github/workflows/docker.yml
.github/workflows/formatting.yml
.github/workflows/secpoll.yml
.github/workflows/spelling2.yml

index b5acf6fd3b83c8dfa7f250cb9e9ba294a85a5dd1..940d674a8fc633d80b837be4059ff1a1b890fa11 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
@@ -80,7 +80,7 @@ jobs:
         options: >-
           --restart always
     steps:
-      - uses: actions/checkout@v2.3.4
+      - uses: actions/checkout@v3.1.0
         with:
           fetch-depth: 5
           submodules: recursive
@@ -142,7 +142,7 @@ jobs:
         options: >-
           --restart always
     steps:
-      - uses: actions/checkout@v2.3.4
+      - uses: actions/checkout@v3.1.0
         with:
           fetch-depth: 5
           submodules: recursive
@@ -166,7 +166,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
@@ -182,7 +182,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
@@ -199,7 +199,7 @@ jobs:
       - test-ixfrdist
     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 0a8d3e1fb678fe31c9c4588bf287fc9ba69ea3db..15eda36ab20055e145da7d047749e847b7c3939f 100644 (file)
@@ -22,7 +22,7 @@ jobs:
           - ubuntu-jammy
       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 31824d50c2ab8a9339ec3de44dc44db5bfcfeb78..3cfc12659c6ebf8d42725c6dabad374843d2eaa4 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 b4e8e491be07a7d4c8fdc8606b66a4122439c547..dbc501d0b36bb9813d258504d899a6024bb13703 100644 (file)
@@ -14,7 +14,7 @@ jobs:
       matrix:
         product: ['auth']
     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: