Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}"
4 changes: 2 additions & 2 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
Loading