Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: another-rex/osv.dev
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7009f13a444d1855c48d26a4ed69270f6a749196
Choose a base ref
..
head repository: another-rex/osv.dev
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 59113c64281622d1535e16959fb389ee6a5810e0
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 .github/workflows/link-checker-on-push.yml
  2. +1 −1 .github/workflows/link-checker.yml
2 changes: 1 addition & 1 deletion .github/workflows/link-checker-on-push.yml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@7d83e59a57f3c201c76eed3d33dff64ec4452d27
- uses: gaurav-nelson/github-action-markdown-link-check@1b916f2cf6c36510a6059943104e3c42ce6c16bc
with:
use-quiet-mode: "yes"
check-modified-files-only: "yes"
2 changes: 1 addition & 1 deletion .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@7d83e59a57f3c201c76eed3d33dff64ec4452d27
- uses: gaurav-nelson/github-action-markdown-link-check@1b916f2cf6c36510a6059943104e3c42ce6c16bc
with:
use-quiet-mode: "yes"