Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.2.28 #1052

Merged
merged 54 commits into from
Jan 9, 2024
Merged

v1.2.28 #1052

merged 54 commits into from
Jan 9, 2024

Commits on Jun 14, 2023

  1. Update deps

    lestrrat committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    a734799 View commit details
    Browse the repository at this point in the history
  2. remove stray v2 import

    lestrrat committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    01a9ce9 View commit details
    Browse the repository at this point in the history
  3. Bump github.com/stretchr/testify from 1.7.2 to 1.7.5

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.2 to 1.7.5.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.7.2...v1.7.5)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and lestrrat committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    510b449 View commit details
    Browse the repository at this point in the history
  4. run make tidy

    lestrrat committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    378663f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cbed577 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2f167a1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    57b203d View commit details
    Browse the repository at this point in the history
  8. Update deps (#800)

    * Update deps
    
    * upgrade golangci-lint run
    lestrrat committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    f0baa05 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c73cbae View commit details
    Browse the repository at this point in the history
  10. Bump github.com/goccy/go-json from 0.9.11 to 0.10.0 (#856)

    * Bump github.com/goccy/go-json from 0.9.11 to 0.10.0
    
    Bumps [github.com/goccy/go-json](https://github.com/goccy/go-json) from 0.9.11 to 0.10.0.
    - [Release notes](https://github.com/goccy/go-json/releases)
    - [Changelog](https://github.com/goccy/go-json/blob/master/CHANGELOG.md)
    - [Commits](goccy/go-json@v0.9.11...v0.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/goccy/go-json
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Run make tidy
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Daisuke Maki <lestrrat+github@gmail.com>
    dependabot[bot] and lestrrat committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    1753b7c View commit details
    Browse the repository at this point in the history
  11. Update develop/v1 CI (#862)

    * Update CI for develop/v1
    
    * Update smoke as well
    
    * silence warning
    
    * regenerate file
    
    * Update stale action version
    
    * See if this allows us to bypass azure only when necessary
    
    * run apt-get update as well
    
    * Update ci.yml as well
    
    * remove sed magic
    
    * Check which algorithms are available before running tests
    
    * log skipped algorithms
    lestrrat committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    9d988d3 View commit details
    Browse the repository at this point in the history
  12. Bump github.com/lestrrat-go/option from 1.0.0 to 1.0.1 (#861)

    * Bump github.com/lestrrat-go/option from 1.0.0 to 1.0.1
    
    Bumps [github.com/lestrrat-go/option](https://github.com/lestrrat-go/option) from 1.0.0 to 1.0.1.
    - [Release notes](https://github.com/lestrrat-go/option/releases)
    - [Commits](lestrrat-go/option@v1.0.0...v1.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/lestrrat-go/option
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Run make tidy
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    lestrrat and dependabot[bot] committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    973b031 View commit details
    Browse the repository at this point in the history
  13. Update Changes

    lestrrat committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    12eb57c View commit details
    Browse the repository at this point in the history
  14. Bump golang.org/x/crypto from 0.0.0-20220427172511-eb4f295cb31f to 0.…

    …6.0 (#870)
    
    * Bump golang.org/x/crypto from 0.0.0-20220427172511-eb4f295cb31f to 0.6.0
    
    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20220427172511-eb4f295cb31f to 0.6.0.
    - [Release notes](https://github.com/golang/crypto/releases)
    - [Commits](https://github.com/golang/crypto/commits/v0.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * run appropriate `go get` and `go mod tidy` all over
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Daisuke Maki <lestrrat+github@gmail.com>
    dependabot[bot] and lestrrat committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    cb52f3a View commit details
    Browse the repository at this point in the history
  15. Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#874)

    * Bump github.com/stretchr/testify from 1.8.1 to 1.8.2
    
    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.1 to 1.8.2.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.8.1...v1.8.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * run `go get` and `go mod tidy` all over
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Daisuke Maki <lestrrat+github@gmail.com>
    dependabot[bot] and lestrrat committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    177869c View commit details
    Browse the repository at this point in the history
  16. Bump golang.org/x/crypto from 0.6.0 to 0.7.0

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.6.0 to 0.7.0.
    - [Release notes](https://github.com/golang/crypto/releases)
    - [Commits](golang/crypto@v0.6.0...v0.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and lestrrat committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    c934b8f View commit details
    Browse the repository at this point in the history
  17. Run make tidy

    lestrrat committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    a71ce91 View commit details
    Browse the repository at this point in the history
  18. Bump github.com/goccy/go-json from 0.10.0 to 0.10.1 (#883)

    * Bump github.com/goccy/go-json from 0.10.0 to 0.10.1
    
    Bumps [github.com/goccy/go-json](https://github.com/goccy/go-json) from 0.10.0 to 0.10.1.
    - [Release notes](https://github.com/goccy/go-json/releases)
    - [Changelog](https://github.com/goccy/go-json/blob/master/CHANGELOG.md)
    - [Commits](goccy/go-json@v0.10.0...v0.10.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/goccy/go-json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Run make tidy
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Daisuke Maki <lestrrat+github@gmail.com>
    dependabot[bot] and lestrrat committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    6e3a599 View commit details
    Browse the repository at this point in the history
  19. Bump github.com/goccy/go-json from 0.10.1 to 0.10.2 (#891)

    * Bump github.com/goccy/go-json from 0.10.1 to 0.10.2
    
    Bumps [github.com/goccy/go-json](https://github.com/goccy/go-json) from 0.10.1 to 0.10.2.
    - [Release notes](https://github.com/goccy/go-json/releases)
    - [Changelog](https://github.com/goccy/go-json/blob/master/CHANGELOG.md)
    - [Commits](goccy/go-json@v0.10.1...v0.10.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/goccy/go-json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * run make tidy
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Daisuke Maki <lestrrat+github@gmail.com>
    dependabot[bot] and lestrrat committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    cae7d4e View commit details
    Browse the repository at this point in the history
  20. Bump golang.org/x/crypto from 0.7.0 to 0.8.0 (#898)

    * Bump golang.org/x/crypto from 0.7.0 to 0.8.0
    
    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.7.0 to 0.8.0.
    - [Release notes](https://github.com/golang/crypto/releases)
    - [Commits](golang/crypto@v0.7.0...v0.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Run make tidy
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Daisuke Maki <lestrrat+github@gmail.com>
    dependabot[bot] and lestrrat committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    16ae225 View commit details
    Browse the repository at this point in the history
  21. Bump actions/checkout from 2 to 3 (#900)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and lestrrat committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    9cc1c2d View commit details
    Browse the repository at this point in the history
  22. Bump kentaro-m/auto-assign-action from 1.2.0 to 1.2.5 (#901)

    Bumps [kentaro-m/auto-assign-action](https://github.com/kentaro-m/auto-assign-action) from 1.2.0 to 1.2.5.
    - [Release notes](https://github.com/kentaro-m/auto-assign-action/releases)
    - [Commits](kentaro-m/auto-assign-action@v1.2.0...v1.2.5)
    
    ---
    updated-dependencies:
    - dependency-name: kentaro-m/auto-assign-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and lestrrat committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    f325fbe View commit details
    Browse the repository at this point in the history
  23. Bump actions/cache from 2 to 3 (#902)

    Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and lestrrat committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    f949e51 View commit details
    Browse the repository at this point in the history
  24. Bump actions/setup-go from 2 to 4 (#903)

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 4.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v2...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and lestrrat committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    25e0dcd View commit details
    Browse the repository at this point in the history
  25. Bump actions/stale from 7 to 8 (#904)

    Bumps [actions/stale](https://github.com/actions/stale) from 7 to 8.
    - [Release notes](https://github.com/actions/stale/releases)
    - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
    - [Commits](actions/stale@v7...v8)
    
    ---
    updated-dependencies:
    - dependency-name: actions/stale
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and lestrrat committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    ba4b3e9 View commit details
    Browse the repository at this point in the history
  26. Bump github.com/decred/dcrd/dcrec/secp256k1/v4 from 4.1.0 to 4.2.0 (#906

    )
    
    * Bump github.com/decred/dcrd/dcrec/secp256k1/v4 from 4.1.0 to 4.2.0
    
    Bumps [github.com/decred/dcrd/dcrec/secp256k1/v4](https://github.com/decred/dcrd) from 4.1.0 to 4.2.0.
    - [Release notes](https://github.com/decred/dcrd/releases)
    - [Changelog](https://github.com/decred/dcrd/blob/master/CHANGES)
    - [Commits](decred/dcrd@blockchain/v4.1.0...dcrec/secp256k1/v4.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/decred/dcrd/dcrec/secp256k1/v4
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * run make tidy
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Daisuke Maki <lestrrat+github@gmail.com>
    dependabot[bot] and lestrrat committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    f49bf34 View commit details
    Browse the repository at this point in the history
  27. Bump golang.org/x/crypto from 0.8.0 to 0.9.0 (#920)

    * Bump golang.org/x/crypto from 0.8.0 to 0.9.0
    
    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.8.0 to 0.9.0.
    - [Commits](golang/crypto@v0.8.0...v0.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * run make tidy
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Daisuke Maki <lestrrat+github@gmail.com>
    dependabot[bot] and lestrrat committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    b4a2301 View commit details
    Browse the repository at this point in the history
  28. Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (#926)

    * Bump github.com/stretchr/testify from 1.8.2 to 1.8.3
    
    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.2 to 1.8.3.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.8.2...v1.8.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Run make tidy
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Daisuke Maki <lestrrat+github@gmail.com>
    dependabot[bot] and lestrrat committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    fda89f1 View commit details
    Browse the repository at this point in the history
  29. Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (#930)

    * Bump github.com/stretchr/testify from 1.8.3 to 1.8.4
    
    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.3 to 1.8.4.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.8.3...v1.8.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * run make tidy
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Daisuke Maki <lestrrat+github@gmail.com>
    dependabot[bot] and lestrrat committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    85ba586 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    4e92eb3 View commit details
    Browse the repository at this point in the history
  31. Update Changes

    lestrrat committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    9f1f893 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Bump golang.org/x/crypto from 0.9.0 to 0.10.0 (#937)

    * Bump golang.org/x/crypto from 0.9.0 to 0.10.0
    
    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.9.0 to 0.10.0.
    - [Commits](golang/crypto@v0.9.0...v0.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Run make tidy
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Daisuke Maki <lestrrat+github@gmail.com>
    dependabot[bot] and lestrrat committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    28b4a6a View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    15937e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Bump golang.org/x/crypto from 0.10.0 to 0.11.0 (#955)

    * Bump golang.org/x/crypto from 0.10.0 to 0.11.0
    
    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.10.0 to 0.11.0.
    - [Commits](golang/crypto@v0.10.0...v0.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * run make tidy
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Daisuke Maki <lestrrat+github@gmail.com>
    dependabot[bot] and lestrrat committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    51142ca View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Bump golang.org/x/crypto from 0.11.0 to 0.12.0 (#962)

    * Bump golang.org/x/crypto from 0.11.0 to 0.12.0
    
    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.11.0 to 0.12.0.
    - [Commits](golang/crypto@v0.11.0...v0.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Run make tidy
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Daisuke Maki <lestrrat+github@gmail.com>
    dependabot[bot] and lestrrat committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    55c7a16 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Bump actions/checkout from 3 to 4 (#973)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    6e8947f View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Bump golang.org/x/crypto from 0.12.0 to 0.13.0 (#975)

    * Bump golang.org/x/crypto from 0.12.0 to 0.13.0
    
    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.12.0 to 0.13.0.
    - [Commits](golang/crypto@v0.12.0...v0.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Run make tidy
    
    * remove accidentally included jwx/v2
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Daisuke Maki <lestrrat+github@gmail.com>
    dependabot[bot] and lestrrat committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    22aecfb View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    4a15873 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/lestrrat-go/blackmagic from 1.0.1 to 1.0.2 (#984)

    * Bump github.com/lestrrat-go/blackmagic from 1.0.1 to 1.0.2
    
    Bumps [github.com/lestrrat-go/blackmagic](https://github.com/lestrrat-go/blackmagic) from 1.0.1 to 1.0.2.
    - [Commits](lestrrat-go/blackmagic@v1.0.1...v1.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/lestrrat-go/blackmagic
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Run make tidy
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Daisuke Maki <lestrrat+github@gmail.com>
    dependabot[bot] and lestrrat committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    915fbc1 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Bump golang.org/x/crypto from 0.13.0 to 0.14.0 (#992)

    * Bump golang.org/x/crypto from 0.13.0 to 0.14.0
    
    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.13.0 to 0.14.0.
    - [Commits](golang/crypto@v0.13.0...v0.14.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * run make tidy
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Daisuke Maki <lestrrat+github@gmail.com>
    dependabot[bot] and lestrrat committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    bee5726 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Bump golang.org/x/crypto from 0.14.0 to 0.15.0

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.15.0.
    - [Commits](golang/crypto@v0.14.0...v0.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    5264107 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Run make tidy

    lestrrat committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    8d0d7c7 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Bump golang.org/x/crypto from 0.15.0 to 0.16.0 (#1021)

    * Bump golang.org/x/crypto from 0.15.0 to 0.16.0
    
    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.15.0 to 0.16.0.
    - [Commits](golang/crypto@v0.15.0...v0.16.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * run make tidy
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Daisuke Maki <lestrrat+github@gmail.com>
    dependabot[bot] and lestrrat committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    9e4f840 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Fix p2c (#1025)

    * Fix p2c handling
    
    * Update Changes
    lestrrat committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    023b88f View commit details
    Browse the repository at this point in the history
  2. Update Changes

    lestrrat committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    dadedec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eec09b5 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Bump actions/setup-go from 4 to 5 (#1028)

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    795d086 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Bump actions/stale from 8 to 9 (#1030)

    Bumps [actions/stale](https://github.com/actions/stale) from 8 to 9.
    - [Release notes](https://github.com/actions/stale/releases)
    - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
    - [Commits](actions/stale@v8...v9)
    
    ---
    updated-dependencies:
    - dependency-name: actions/stale
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    6ce07b5 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Bump golang.org/x/crypto from 0.16.0 to 0.17.0

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.16.0 to 0.17.0.
    - [Commits](golang/crypto@v0.16.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    bc10917 View commit details
    Browse the repository at this point in the history
  2. Run make tidy

    lestrrat committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    ec45859 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Merge pull request from GHSA-pvcr-v8j8-j5q3

    * Apply (almost) the same changes as in 5c74fb787e5bd6a29818629b24d92d4cc753301e...42d749aaef80d30e2817c6b5a998e714e7caf27a
    
    * JWS: Check for sig.protected == nil on non-flattened input
    
    (cherry picked from commit bd3148e2d345465a51bcf8a96cb411f14b73f1c1)
    
    * JWS: Check that unmarshalled signature is present before decoding
    
    ---------
    
    Co-authored-by: Fredrik Strupe <fredrik@strupe.net>
    lestrrat and frestr committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    ada60c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b16a942 View commit details
    Browse the repository at this point in the history
  3. Update Changes

    lestrrat committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    895de44 View commit details
    Browse the repository at this point in the history
  4. Fix typo

    lestrrat committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    e25f843 View commit details
    Browse the repository at this point in the history