@xcelera/cli 2.0.0 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -28,3 +28,14 @@ A CLI for running Lighthouse performance audits using xcelera.dev
28
28
  2. Navigate to "Secrets and variables" → "Actions"
29
29
  3. Create a new repository secret named `XCELERA_TOKEN`
30
30
  4. Paste your API token as the value
31
+
32
+ ## Development
33
+
34
+ GitHub Actions are pinned to specific commits. e.g.
35
+ `uses: super-linter/super-linter/slim@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0`
36
+
37
+ To update the pinned versions, run the following command:
38
+
39
+ ```bash
40
+ pinact run -u
41
+ ```