Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix crawler; bump actions; #899

Merged
merged 1 commit into from
Jun 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Workspace
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Crawl for Broken Links
run: ./check-links/crawl-for-broken-links.sh https://openziti.io
- name: Resolve Alarm Issue if Links are Not Broken
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Workspace
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Check popular links to new docs site
run: ./check-links.sh https://openziti.io ./popular-docs-links.txt
working-directory: ./check-links/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-cloudfront.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout workspace
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Configure Python
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
ziti_ci_gpg_key_id: ${{ secrets.ZITI_CI_GPG_KEY_ID }}
steps:
- name: Checkout Workspace
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Doxygen
run: |
Expand Down
1 change: 1 addition & 0 deletions check-links/crawl-for-broken-links.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ twitter\.com/(OpenZiggy|OpenZiti)
landing.openziti.io/
fonts.gstatic.com/
github\.com/.*#
.*\.?example\.(com|net|org)
EOF
# github\.com/.*/releases/latest/download

Expand Down
Loading