@7n/rules-ci-github 1.9.0 → 1.9.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.9.1] - 2026-07-22
4
+
5
+ ### Fixed
6
+
7
+ - GH Actions canon: заквотувати $GITHUB_PATH у lint-k8s.yml і git-ai.yml.snippet.yml (SC2086 deadlock з ga/workflows-лінтом); гейт-тест template/*.yml.snippet.yml через actionlint
8
+
3
9
  ## [1.9.0] - 2026-07-20
4
10
 
5
11
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@7n/rules-ci-github",
3
- "version": "1.9.0",
3
+ "version": "1.9.1",
4
4
  "description": "Плагін @7n/rules: канон GitHub Actions (.github/workflows) — обов'язкові workflow, zizmor, VS Code",
5
5
  "keywords": [
6
6
  "github-actions",
@@ -19,7 +19,7 @@ jobs:
19
19
  - name: Install git-ai
20
20
  run: |
21
21
  curl -fsSL https://usegitai.com/install.sh | bash
22
- echo "$HOME/.git-ai/bin" >> $GITHUB_PATH
22
+ echo "$HOME/.git-ai/bin" >> "$GITHUB_PATH"
23
23
  - name: Run git-ai
24
24
  id: run-git-ai
25
25
  env:
@@ -37,7 +37,7 @@ jobs:
37
37
  - name: Install kubescape
38
38
  run: |
39
39
  curl -s https://raw.githubusercontent.com/kubescape/kubescape/master/install.sh | /bin/bash
40
- echo "$HOME/.kubescape/bin" >> $GITHUB_PATH
40
+ echo "$HOME/.kubescape/bin" >> "$GITHUB_PATH"
41
41
 
42
42
  - name: Lint K8s
43
43
  run: bunx n-rules lint k8s --no-fix