@actions/workflow-parser 0.3.19 → 0.3.20
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/dist/workflow-v1.0.json +4 -0
- package/package.json +3 -3
package/dist/workflow-v1.0.json
CHANGED
|
@@ -1578,6 +1578,10 @@
|
|
|
1578
1578
|
"type": "permission-level-any",
|
|
1579
1579
|
"description": "Actions workflows, workflow runs, and artifacts."
|
|
1580
1580
|
},
|
|
1581
|
+
"artifact-metadata": {
|
|
1582
|
+
"type": "permission-level-any",
|
|
1583
|
+
"description": "Storage and deployment records for build artifacts."
|
|
1584
|
+
},
|
|
1581
1585
|
"attestations": {
|
|
1582
1586
|
"type": "permission-level-any",
|
|
1583
1587
|
"description": "Artifact attestations."
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@actions/workflow-parser",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.20",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"source": "./src/index.ts",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"watch": "tsc --build tsconfig.build.json --watch"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@actions/expressions": "^0.3.
|
|
48
|
+
"@actions/expressions": "^0.3.20",
|
|
49
49
|
"cronstrue": "^2.21.0",
|
|
50
50
|
"yaml": "^2.0.0-8"
|
|
51
51
|
},
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"ts-jest": "^29.0.3",
|
|
69
69
|
"typescript": "^4.8.4"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "7f8bba4305f7bafc61a7162ec7d27de3a065678b"
|
|
72
72
|
}
|