Skip to content

Commit 34d2864

Browse files
Apply suggestion from @devin-ai-integration[bot]
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 9f97295 commit 34d2864

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ jobs:
6767
is_prerelease: ${{ steps.get_version.outputs.is_prerelease }}
6868
steps:
6969
- name: Checkout repo
70-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.2 # zizmor: ignore[artipacked] needs persisted git creds for tag push; no artifact upload here so no leak path
70+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 # zizmor: ignore[artipacked] needs persisted git creds for tag push; no artifact upload here so no leak path
71+
7172
with:
7273
fetch-depth: 0
7374
ref: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.ref || github.sha }}

0 commit comments

Comments
 (0)