diff --git a/.github/workflows/_local_daily.yml b/.github/workflows/_local_daily.yml index 8654aa2..66d1bda 100644 --- a/.github/workflows/_local_daily.yml +++ b/.github/workflows/_local_daily.yml @@ -46,7 +46,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Run renovate - uses: renovatebot/github-action@5402b206248e5a8c8427a15102702eb9c1793efc # v46.2.4 + uses: renovatebot/github-action@39b914146caeff8cd512e61c8992f1d5913af85c # v46.2.5 with: token: ${{ secrets.SCORE_BOT_CLASSIC_PAT }} configurationFile: .github/renovate.json5 diff --git a/.github/workflows/docs-publish.yml b/.github/workflows/docs-publish.yml index 9879320..d8f1fa1 100644 --- a/.github/workflows/docs-publish.yml +++ b/.github/workflows/docs-publish.yml @@ -296,7 +296,7 @@ jobs: - name: Deploy artifact to GitHub Pages if: steps.metadata.outputs.should_deploy == 'true' && inputs.deployment_type != 'legacy' id: deploy-pages - uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0 + uses: actions/deploy-pages@368f82528645a54fb793d4d04e342629a3f51346 # v5.0.1 with: artifact_name: ${{ env.PAGES_ARTIFACT_NAME }}