fix(deps): update module github.com/coreos/go-oidc/v3 to v3.20.0 #125

Open
Renovate wants to merge 1 commit from renovate/github.com-coreos-go-oidc-v3-3.x into main
Collaborator

This PR contains the following updates:

Package Change Age Confidence
github.com/coreos/go-oidc/v3 v3.19.0v3.20.0 age confidence

Release Notes

coreos/go-oidc (github.com/coreos/go-oidc/v3)

v3.20.0

Compare Source

What's Changed

Full Changelog: https://github.com/coreos/go-oidc/compare/v3.19.0...v3.20.0


Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/coreos/go-oidc/v3](https://github.com/coreos/go-oidc) | `v3.19.0` → `v3.20.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcoreos%2fgo-oidc%2fv3/v3.20.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fcoreos%2fgo-oidc%2fv3/v3.19.0/v3.20.0?slim=true) | --- ### Release Notes <details> <summary>coreos/go-oidc (github.com/coreos/go-oidc/v3)</summary> ### [`v3.20.0`](https://github.com/coreos/go-oidc/releases/tag/v3.20.0) [Compare Source](https://github.com/coreos/go-oidc/compare/v3.19.0...v3.20.0) #### What's Changed - oidc: modernize with new Go APIs by [@&#8203;ericchiang](https://github.com/ericchiang) in [#&#8203;487](https://github.com/coreos/go-oidc/pull/487) - oidc: improve documentation for APIs by [@&#8203;ericchiang](https://github.com/ericchiang) in [#&#8203;488](https://github.com/coreos/go-oidc/pull/488) - SECURITY.md: add a security policy and point to project-level reporting by [@&#8203;ericchiang](https://github.com/ericchiang) in [#&#8203;489](https://github.com/coreos/go-oidc/pull/489) - oidc: ignore JWKs with unknown signing algorithms rather than failing by [@&#8203;ericchiang](https://github.com/ericchiang) in [#&#8203;491](https://github.com/coreos/go-oidc/pull/491) - readme: update README and docs by [@&#8203;ericchiang](https://github.com/ericchiang) in [#&#8203;492](https://github.com/coreos/go-oidc/pull/492) - oidc: add API for determining when issuer URLs mismatch by [@&#8203;ericchiang](https://github.com/ericchiang) in [#&#8203;493](https://github.com/coreos/go-oidc/pull/493) - oidc: add constants for "email" and "profile" scopes by [@&#8203;ericchiang](https://github.com/ericchiang) in [#&#8203;494](https://github.com/coreos/go-oidc/pull/494) **Full Changelog**: <https://github.com/coreos/go-oidc/compare/v3.19.0...v3.20.0> </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Berlin) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTIuNSIsInVwZGF0ZWRJblZlciI6IjQzLjI1Mi41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
fix(deps): update module github.com/coreos/go-oidc/v3 to v3.20.0
Some checks failed
CI/CD Workflow / Detect changed paths (pull_request) Successful in 11s
CI/CD Workflow / Security (Secrets: gitleaks) (pull_request) Successful in 13s
CI/CD Workflow / Test Frontend (Node.js) (pull_request) Has been skipped
CI/CD Workflow / Test Postgres Store (pull_request) Failing after 1m41s
CI/CD Workflow / Security (Go: govulncheck + gosec) (pull_request) Failing after 2m59s
CI/CD Workflow / Test Backend (Go) (pull_request) Successful in 3m48s
CI/CD Workflow / E2E (Playwright + Go) (pull_request) Successful in 8m8s
CI/CD Workflow / Build and Publish Docker Image (pull_request) Has been skipped
CI/CD Workflow / Trigger Dockhand Deployment (pull_request) Has been skipped
ea3f04b1ef
Some checks failed
CI/CD Workflow / Detect changed paths (pull_request) Successful in 11s
CI/CD Workflow / Security (Secrets: gitleaks) (pull_request) Successful in 13s
CI/CD Workflow / Test Frontend (Node.js) (pull_request) Has been skipped
CI/CD Workflow / Test Postgres Store (pull_request) Failing after 1m41s
CI/CD Workflow / Security (Go: govulncheck + gosec) (pull_request) Failing after 2m59s
CI/CD Workflow / Test Backend (Go) (pull_request) Successful in 3m48s
CI/CD Workflow / E2E (Playwright + Go) (pull_request) Successful in 8m8s
CI/CD Workflow / Build and Publish Docker Image (pull_request) Has been skipped
CI/CD Workflow / Trigger Dockhand Deployment (pull_request) Has been skipped
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/github.com-coreos-go-oidc-v3-3.x:renovate/github.com-coreos-go-oidc-v3-3.x
git switch renovate/github.com-coreos-go-oidc-v3-3.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/github.com-coreos-go-oidc-v3-3.x
git switch renovate/github.com-coreos-go-oidc-v3-3.x
git rebase main
git switch main
git merge --ff-only renovate/github.com-coreos-go-oidc-v3-3.x
git switch renovate/github.com-coreos-go-oidc-v3-3.x
git rebase main
git switch main
git merge --no-ff renovate/github.com-coreos-go-oidc-v3-3.x
git switch main
git merge --squash renovate/github.com-coreos-go-oidc-v3-3.x
git switch main
git merge --ff-only renovate/github.com-coreos-go-oidc-v3-3.x
git switch main
git merge renovate/github.com-coreos-go-oidc-v3-3.x
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
kreativmonkey/goloom!125
No description provided.