From 1fa4afe068c3bd86fd9ef8d12518c44acb48904a Mon Sep 17 00:00:00 2001 From: Kenneth Bingham Date: Tue, 25 Jun 2024 11:29:23 -0400 Subject: [PATCH] fix crawler; bump actions; --- .github/workflows/check-links.yml | 4 ++-- .github/workflows/deploy-cloudfront.yml | 2 +- .github/workflows/main.workflow.yml | 2 +- check-links/crawl-for-broken-links.sh | 1 + 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index d8aef6c9e..09a9a712a 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -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 @@ -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/ diff --git a/.github/workflows/deploy-cloudfront.yml b/.github/workflows/deploy-cloudfront.yml index 0228042e6..8f113bbd0 100644 --- a/.github/workflows/deploy-cloudfront.yml +++ b/.github/workflows/deploy-cloudfront.yml @@ -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 diff --git a/.github/workflows/main.workflow.yml b/.github/workflows/main.workflow.yml index deb598261..b442b663d 100644 --- a/.github/workflows/main.workflow.yml +++ b/.github/workflows/main.workflow.yml @@ -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: | diff --git a/check-links/crawl-for-broken-links.sh b/check-links/crawl-for-broken-links.sh index f2868d0aa..b1b523abd 100755 --- a/check-links/crawl-for-broken-links.sh +++ b/check-links/crawl-for-broken-links.sh @@ -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