@actions/workflow-parser 0.3.9 → 0.3.11

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.
@@ -1515,6 +1515,10 @@
1515
1515
  "type": "permission-level-any",
1516
1516
  "description": "Actions workflows, workflow runs, and artifacts."
1517
1517
  },
1518
+ "attestations": {
1519
+ "type": "permission-level-any",
1520
+ "description": "Artifact attestations."
1521
+ },
1518
1522
  "checks": {
1519
1523
  "type": "permission-level-any",
1520
1524
  "description": "Check runs and check suites."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actions/workflow-parser",
3
- "version": "0.3.9",
3
+ "version": "0.3.11",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "source": "./src/index.ts",
@@ -43,7 +43,7 @@
43
43
  "watch": "tsc --build tsconfig.build.json --watch"
44
44
  },
45
45
  "dependencies": {
46
- "@actions/expressions": "^0.3.9",
46
+ "@actions/expressions": "^0.3.11",
47
47
  "cronstrue": "^2.21.0",
48
48
  "yaml": "^2.0.0-8"
49
49
  },
@@ -66,5 +66,5 @@
66
66
  "ts-jest": "^29.0.3",
67
67
  "typescript": "^4.8.4"
68
68
  },
69
- "gitHead": "5dbaa884dbd889a68eb184eb0f28c0f6618264ee"
69
+ "gitHead": "af7626066f0e22495c051f99cb254863c6099925"
70
70
  }