diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index ce5040b13..1274fd243 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -138,7 +138,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha || github.sha }} - name: Initialize CodeQL - uses: github/codeql-action/init@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8 + uses: github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 with: languages: ${{ matrix.language }} # Rust support (public preview) currently only accepts @@ -153,6 +153,6 @@ jobs: # queries: security-and-quality - name: Perform CodeQL analysis - uses: github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8 + uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 with: category: "/language:${{ matrix.language }}" diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index e4627c08e..22998ecbd 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -375,7 +375,7 @@ jobs: # Pinned to commit SHA of the v0.5.128 tag (resolved 2026-05-08) # for supply-chain hygiene. Bump alongside other action pins # via the standard Dependabot or manual-refresh process. - uses: release-plz/action@2eb1d8bcb770b4c48ccfaad919734b38b51958c9 # v0.5.131 + uses: release-plz/action@b5543c19b03be9bd48852d20ca89f478b7723260 # v0.5.132 with: command: release-pr config: release-plz.toml @@ -431,7 +431,7 @@ jobs: # job runs on every push but only does work when the PR # actually merged. id: release-plz - uses: release-plz/action@2eb1d8bcb770b4c48ccfaad919734b38b51958c9 # v0.5.131 + uses: release-plz/action@b5543c19b03be9bd48852d20ca89f478b7723260 # v0.5.132 with: command: release config: release-plz.toml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5d43d4e86..c19241abe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1276,7 +1276,7 @@ jobs: # No `target_commitish`: the tag was just created at the built # commit by the step above, so the release simply references the # existing tag — sidestepping the commit-SHA-target 403 entirely. - uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3 + uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3 with: tag_name: ${{ needs.release-preparation.outputs.tag }} name: ${{ needs.release-preparation.outputs.release-name }}