Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 3.1.0 to 3.3.0
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2023
1 parent bde4717 commit e441689
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build-and-test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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@v3.1.0
- uses: actions/checkout@v3.3.0
with:
fetch-depth: 5
submodules: recursive
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
run:
working-directory: ./pdns/recursordist/
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.3.0
with:
fetch-depth: 5
submodules: recursive
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
run:
working-directory: ./pdns/dnsdistdist/
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.3.0
with:
fetch-depth: 5
submodules: recursive
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
options: >-
--restart always
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.3.0
with:
fetch-depth: 5
submodules: recursive
Expand Down Expand Up @@ -241,7 +241,7 @@ jobs:
options: >-
--restart always
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.3.0
with:
fetch-depth: 5
submodules: recursive
Expand All @@ -265,7 +265,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@v3.1.0
- uses: actions/checkout@v3.3.0
with:
fetch-depth: 5
submodules: recursive
Expand All @@ -290,7 +290,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@v3.1.0
- uses: actions/checkout@v3.3.0
with:
fetch-depth: 5
submodules: recursive
Expand All @@ -316,7 +316,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@v3.1.0
- uses: actions/checkout@v3.3.0
with:
fetch-depth: 5
submodules: recursive
Expand Down Expand Up @@ -346,7 +346,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@v3.1.0
- uses: actions/checkout@v3.3.0
with:
fetch-depth: 5
submodules: recursive
Expand Down Expand Up @@ -374,7 +374,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@v3.1.0
- uses: actions/checkout@v3.3.0
with:
fetch-depth: 5
submodules: recursive
Expand All @@ -391,7 +391,7 @@ jobs:
swagger-syntax-check:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.3.0
with:
fetch-depth: 5
submodules: recursive
Expand All @@ -414,7 +414,7 @@ jobs:
- test-recursor-bulk
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.3.0
with:
fetch-depth: 5
submodules: recursive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/builder-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
os: ${{fromJson(needs.prepare.outputs.oslist)}}
fail-fast: false
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.3.0
with:
fetch-depth: 0 # for correct version numbers
submodules: recursive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- debian-bookworm
fail-fast: false
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.3.0
with:
fetch-depth: 0 # for correct version numbers
submodules: recursive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.3.0
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
product: ['auth', 'recursor', 'dnsdist']
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.3.0
with:
fetch-depth: 5
submodules: recursive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# on a ubuntu-20.04 VM
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.3.0
with:
fetch-depth: 5
submodules: recursive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fuzz_target_dnsdistcache-mayhem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- os: ubuntu-latest
triplet: x64-linux
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.3.0
with:
submodules: recursive
- name: Log in to the Container registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/misc-dailies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
check-debian-autoremovals:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.3.0
with:
fetch-depth: 5
submodules: recursive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/secpoll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# on a ubuntu-20.04 VM
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.3.0
with:
fetch-depth: 5
submodules: recursive
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/spelling2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
steps:
- name: checkout-merge
if: "contains(github.event_name, 'pull_request')"
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.3.0
with:
ref: refs/pull/${{github.event.pull_request.number}}/merge
- name: checkout
if: ${{ github.event_name == 'push' }}
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.3.0
- uses: check-spelling/[email protected]
id: spelling
with:
Expand Down

0 comments on commit e441689

Please sign in to comment.