From c95a4e5a5e1be6f55aadb0b13f02f06c6c54d66d Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 22 Sep 2022 08:55:05 +0200 Subject: [PATCH] ci: update generic workflows (#148) --- .github/workflows/link-check-cron.yml | 2 +- .github/workflows/link-check-pr.yml | 2 +- .github/workflows/stale-issues-prs.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/link-check-cron.yml b/.github/workflows/link-check-cron.yml index 2d1e1fc0..e992e2d6 100644 --- a/.github/workflows/link-check-cron.yml +++ b/.github/workflows/link-check-cron.yml @@ -18,7 +18,7 @@ jobs: # Checks the status of hyperlinks in .md files - name: Check links - uses: gaurav-nelson/github-action-markdown-link-check@v1 + uses: gaurav-nelson/github-action-markdown-link-check@0a51127e9955b855a9bbfa1ff5577f1d1338c9a5 #1.0.14 but pointing to commit for security reasons with: use-quiet-mode: 'yes' use-verbose-mode: 'yes' diff --git a/.github/workflows/link-check-pr.yml b/.github/workflows/link-check-pr.yml index ecdf2b39..deb425cb 100644 --- a/.github/workflows/link-check-pr.yml +++ b/.github/workflows/link-check-pr.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v3 - name: Check links - uses: gaurav-nelson/github-action-markdown-link-check@v1 + uses: gaurav-nelson/github-action-markdown-link-check@0a51127e9955b855a9bbfa1ff5577f1d1338c9a5 #1.0.14 but pointing to commit for security reasons with: use-quiet-mode: 'yes' use-verbose-mode: 'yes' diff --git a/.github/workflows/stale-issues-prs.yml b/.github/workflows/stale-issues-prs.yml index 5dc053a4..ed1fcf19 100644 --- a/.github/workflows/stale-issues-prs.yml +++ b/.github/workflows/stale-issues-prs.yml @@ -13,7 +13,7 @@ jobs: name: Mark issue or PR as stale runs-on: ubuntu-latest steps: - - uses: actions/stale@v5.1.0 + - uses: actions/stale@99b6c709598e2b0d0841cd037aaf1ba07a4410bd #v5.2.0 but pointing to commit for security reasons with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: |