Skip to content

Commit 31ebd51

Browse files
VijitSingh97claude
andcommitted
ci: fix lighthouse-ci-action version comment (tag is 12.6.2, no v prefix)
zizmor's online ref-version-mismatch audit (not run in the local --no-online pass) flagged the '# v12.6.2' comment — treosh/lighthouse-ci-action tags have no 'v' prefix. SHA unchanged; comment corrected to '# 12.6.2'. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent bc78cbd commit 31ebd51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lighthouse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
TZ: UTC
3232
run: hugo --gc --minify --baseURL "/"
3333
- name: Lighthouse CI
34-
uses: treosh/lighthouse-ci-action@3e7e23fb74242897f95c0ba9cabad3d0227b9b18 # v12.6.2
34+
uses: treosh/lighthouse-ci-action@3e7e23fb74242897f95c0ba9cabad3d0227b9b18 # 12.6.2
3535
with:
3636
configPath: ./lighthouserc.json
3737
uploadArtifacts: true # store HTML reports as a GitHub artifact (no third-party upload)

0 commit comments

Comments
 (0)