Skip to content

Commit e1e5f97

Browse files
authored
ci: replace deprecated link check action (#1034)
1 parent 2f054c0 commit e1e5f97

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
steps:
5353
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
54-
- uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368
54+
- uses: tcort/github-action-markdown-link-check@a800ad5f1c35bf61987946fd31c15726a1c9f2ba # v1.1.0
5555
with:
5656
file-extension: '.md'
5757
use-quiet-mode: 'yes'
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: ubuntu-latest
6262
steps:
6363
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
64-
- uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368
64+
- uses: tcort/github-action-markdown-link-check@a800ad5f1c35bf61987946fd31c15726a1c9f2ba # v1.1.0
6565
with:
6666
file-extension: '.mdx'
6767
use-quiet-mode: 'yes'

docs/content/modeling/advanced/slack.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ Upcoming tutorials will dive deeper into <ProductName format={ProductNameFormat.
901901
<Playground title="Slack" preset="slack" example="Slack" store="slack" />
902902

903903
If you are interested in learning more about Authorization and Role Management at Slack, check out the Auth0 Fine-Grained Authorization (FGA) team's chat with the Slack engineering team.
904-
904+
<!-- markdown-link-check-disable -->
905905
<figure className="video_container">
906906
<iframe
907907
style={{ marginTop: 36, borderRadius: 8 }}
@@ -913,6 +913,7 @@ If you are interested in learning more about Authorization and Role Management a
913913
allowFullScreen
914914
/>
915915
</figure>
916+
<!-- markdown-link-check-enable -->
916917

917918
### Exercises for you
918919

docs/content/modeling/user-groups.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,13 @@ There are possible use cases where a group of users have a certain role on or pe
9797

9898
To represent this in <ProductName format={ProductNameFormat.ShortForm}/>:
9999

100+
<!-- We disable the check for these links because markdown-link-check doesn't support reading the docusaurus syntax to define the link -->
101+
<!-- markdown-link-check-disable -->
100102
1. Introduce the concept of a `team` to the authorization model. [→](#step-1)
101103
2. Add users as `members` to the `team`. [→](#step-2)
102104
3. Assign the `team` members a relation to an object. [→](#step-3)
103105
4. Check an individual member's access to the object. [→](#step-4)
106+
<!-- markdown-link-check-enable -->
104107

105108
### 01. Introduce the concept of a team to the authorization model {#step-1}
106109

0 commit comments

Comments
 (0)