Skip to content

Commit 492664b

Browse files
committed
Fix incorrect actions/checkout version comment in update-policies.yml
The pinned SHA (3d3c42e5...) resolves to actions/checkout v7.0.1, not v4 as the comment claimed. This is the same class of mistake flagged in PR #14685's review (actions/upload-artifact was pinned to a v4 comment but a v7.0.0 SHA) — verify comments against the actual tagged version, not just assume the SHA matches its label.
1 parent a3dbbea commit 492664b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-policies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
python3-setuptools
5757
5858
- name: Checkout ComplianceAsCode/content
59-
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4
59+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
6060
with:
6161
path: content
6262

0 commit comments

Comments
 (0)