Skip to content

Commit 7c477e7

Browse files
committed
Update external workflows
1 parent 2a4a855 commit 7c477e7

File tree

8 files changed

+6
-10
lines changed

8 files changed

+6
-10
lines changed

.github/workflows/autofix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ name: Autofix
1010
jobs:
1111

1212
autofix:
13-
uses: kdeldycke/workflows/.github/workflows/autofix.yaml@v4.17.3
13+
uses: kdeldycke/workflows/.github/workflows/autofix.yaml@v4.17.5

.github/workflows/autolock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ name: Autolock
88
jobs:
99

1010
autolock:
11-
uses: kdeldycke/workflows/.github/workflows/autolock.yaml@v4.17.3
11+
uses: kdeldycke/workflows/.github/workflows/autolock.yaml@v4.17.5

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ name: Docs
1010
jobs:
1111

1212
docs:
13-
uses: kdeldycke/workflows/.github/workflows/docs.yaml@v4.17.3
13+
uses: kdeldycke/workflows/.github/workflows/docs.yaml@v4.17.5

.github/workflows/label-sponsors.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ name: Label sponsors
1111
jobs:
1212

1313
label-sponsors:
14-
uses: kdeldycke/workflows/.github/workflows/label-sponsors.yaml@v4.17.3
14+
uses: kdeldycke/workflows/.github/workflows/label-sponsors.yaml@v4.17.5

.github/workflows/labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ name: Labels
88
jobs:
99

1010
labels:
11-
uses: kdeldycke/workflows/.github/workflows/labels.yaml@v4.17.3
11+
uses: kdeldycke/workflows/.github/workflows/labels.yaml@v4.17.5

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ name: Lint
66
jobs:
77

88
lint:
9-
uses: kdeldycke/workflows/.github/workflows/lint.yaml@v4.17.3
9+
uses: kdeldycke/workflows/.github/workflows/lint.yaml@v4.17.5

readme.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,8 +505,6 @@ The old *OpenID* is dead; the new *OpenID Connect* is very much not-dead.
505505

506506
- [The Decline of OpenID](https://penguindreams.org/blog/the-decline-of-openid/) - OpenID is being replaced in the public web to a mix of OAuth 1, OAuth 2 or other proprietary SSO protocols.
507507

508-
- [Why Mastercard Doesn't Use OAuth 2.0](https://developer.mastercard.com/blog/why-mastercard-doesnt-use-oauth-20) - “They did this to provide message-level integrity. OAuth 2 switched to transport-level confidentiality/integrity.” (which TLS provides) ([source](https://news.ycombinator.com/item?id=17486165)).
509-
510508
- [OAuth 2.0 and the Road to Hell](https://gist.github.com/nckroy/dd2d4dfc86f7d13045ad715377b6a48f) - The resignation letter from the lead author and editor of the Oauth 2.0 specification.
511509

512510
## SAML

readme.zh.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -504,8 +504,6 @@ IAM 的基础:用户、组、角色和权限的定义和生命周期。
504504

505505
- [OpenID 的衰落D](https://penguindreams.org/blog/the-decline-of-openid/) - OpenID 在公共网络中被替换为 OAuth 1、OAuth 2 或其他专有 SSO 协议的混合体。
506506

507-
- [为什么 Mastercard 不使用 OAuth 2.0](https://developer.mastercard.com/blog/why-mastercard-doesnt-use-oauth-20) - "他们这样做是为了提供消息级的完整性。OAuth 2改成了传输级的保密性/完整性。" (由 TLS 提供这个定性) ([来源](https://news.ycombinator.com/item?id=17486165)).
508-
509507
- [OAuth 2.0 and the Road to Hell](https://gist.github.com/nckroy/dd2d4dfc86f7d13045ad715377b6a48f) - Oauth 2.0 規範的主要作者和編輯的辭職信。
510508

511509
## SAML

0 commit comments

Comments
 (0)