Skip to content

Commit 63fcc7d

Browse files
authored
ci: pin unpinned actions ref (#15551)
Fixes error found in the new zizmor release. Previously some of these actions were exempt from the pinning. Just pin for consistency, dependabot takes care anyway See explanation in release notes: * https://docs.zizmor.sh/release-notes/#changes
1 parent 662d6ec commit 63fcc7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
fi
8080
8181
- name: Checkout PR code
82-
uses: actions/checkout@v6.0.1
82+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
8383
with:
8484
repository: ${{ env.head_repo_full }}
8585
ref: ${{ env.head_ref }}

0 commit comments

Comments
 (0)