diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index acae38197..bb379a7d8 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -12,14 +12,14 @@ jobs: name: BUILD and CHECK LINKS runs-on: ubuntu-latest steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Create NPM cache-hash input file run: | mkdir -p tmp jq '{devDependencies, engines, gitHubActionCacheKey}' package.json > tmp/package-ci.json - - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version-file: .nvmrc cache: npm diff --git a/.github/workflows/pr-bot-welcome.yml b/.github/workflows/pr-bot-welcome.yml index 7c6a2d615..b366605fa 100644 --- a/.github/workflows/pr-bot-welcome.yml +++ b/.github/workflows/pr-bot-welcome.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-slim steps: - name: 'Comment on PR' - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |