Skip to content

Commit

Permalink
Bump none-shall-pass GH action to v5
Browse files Browse the repository at this point in the history
Signed-off-by: Vignesh Rao <[email protected]>
  • Loading branch information
dormant-user authored May 18, 2024
1 parent 3bff599 commit 752cba9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/markdown-validation.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# This workflow checks out code and scans the hyperlinks in
# markdown files for broken links

name: none-shall-pass

on:
push:
workflow_dispatch:
push:
branches:
- main

jobs:
none-shall-pass:
runs-on: self-hosted
runs-on:
- self-hosted
- Ubuntu
steps:
- uses: actions/checkout@v3
- uses: thevickypedia/none-shall-pass@v3
- uses: thevickypedia/none-shall-pass@v5
with:
excludeHostnames: "whatismyipaddress"

0 comments on commit 752cba9

Please sign in to comment.