Skip to content

Commit 1780b4f

Browse files
authored
pin lighthouse check action to previous revision (#2)
* This commit [a80267da2e0244b8a2e457a8575fc47590615852](foo-software/lighthouse-check-action@a80267d) in the [lighthouse-check-action](https://github.com/foo-software/lighthouse-check-action) repository broke the individual reports
1 parent b90e452 commit 1780b4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
mkdir -p /tmp/artifacts ./reports
2424
2525
- name: Generate the report
26-
uses: foo-software/lighthouse-check-action@master
26+
uses: foo-software/lighthouse-check-action@v10.0.0
2727
with:
2828
author: ${{ github.actor }}
2929
outputDirectory: /tmp/artifacts

0 commit comments

Comments
 (0)