diff --git a/.github/workflows/_local_daily.yml b/.github/workflows/_local_daily.yml index 8654aa2..aa7ebd3 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@dcfba84a42d1b5d5e49bf131b1bf53511851a123 # v46.3.1 with: token: ${{ secrets.SCORE_BOT_CLASSIC_PAT }} configurationFile: .github/renovate.json5 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 02e3b0b..4e8510d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -78,7 +78,7 @@ jobs: github-app-client-id: ${{ inputs.github-app-client-id }} github-app-private-key: ${{ secrets.github-app-private-key }} - name: Initialize CodeQL - uses: github/codeql-action/init@v4.37.9 + uses: github/codeql-action/init@v4.38.0 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -89,7 +89,7 @@ jobs: run: ${{ inputs.build-script }} - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v4.37.9 + uses: github/codeql-action/analyze@v4.38.0 with: category: "/language:${{matrix.language}}" output: sarif-results.sarif 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 }} diff --git a/.github/workflows/on-pr.yml b/.github/workflows/on-pr.yml index 798d95b..42f9662 100644 --- a/.github/workflows/on-pr.yml +++ b/.github/workflows/on-pr.yml @@ -227,7 +227,7 @@ jobs: unique-cache-name: ${{ github.job }} - name: ⚙️ Setup uv if: ${{ !cancelled() && (steps.detect.outputs.has_precommit == 'true' || steps.detect.outputs.has_python_uv == 'true') }} - uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 + uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0 - name: 🧹 Run pre-commit checks if: ${{ !cancelled() && steps.detect.outputs.has_precommit == 'true' && !inputs.skip-pre-commit }} diff --git a/.github/workflows/template-sync.yml b/.github/workflows/template-sync.yml index 71b4e7b..30f2479 100644 --- a/.github/workflows/template-sync.yml +++ b/.github/workflows/template-sync.yml @@ -76,7 +76,7 @@ jobs: github-app-client-id: ${{ inputs.github-app-client-id }} github-app-private-key: ${{ secrets.github-app-private-key }} - name: Sync Template Changes - uses: AndreasAugustin/actions-template-sync@v2.5.3 + uses: AndreasAugustin/actions-template-sync@v2.6.0 with: source_gh_token: ${{ secrets.SCORE_APPROVALS_PAT}} target_gh_token: ${{ secrets.SCORE_APPROVALS_PAT}}