We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 359739f commit 0ce5138Copy full SHA for 0ce5138
.github/.github/workflows/lighthouse.yml
@@ -22,7 +22,7 @@ jobs:
22
make html
23
24
- name: Run Lighthouse against example docs build
25
- uses: treosh/lighthouse-ci-action@v2
+ uses: treosh/lighthouse-ci-action@005e1277a8a17ea0b0ef6c3332d59a7cd0f730ce # v2
26
with:
27
configPath: "./lighthouserc.json"
28
temporaryPublicStorage: true
.github/.github/workflows/pre-commit.yaml
@@ -13,4 +13,4 @@ jobs:
13
steps:
14
- uses: actions/checkout@v2
15
- uses: actions/setup-python@v2
16
- - uses: pre-commit/[email protected]
+ - uses: pre-commit/action@0764670bf370aab253130d534e1eda7ff497dc60 # v2.0.0
0 commit comments