diff --git a/03-core-features/filters/included-file.md b/03-core-features/filters/included-file.md index e69de29b..19708bc7 100644 --- a/03-core-features/filters/included-file.md +++ b/03-core-features/filters/included-file.md @@ -0,0 +1,9 @@ +This change will trigger a workflow run based on these path filters: + +```yaml +paths: + # include markdown files + - "03-core-features/filters/*.md" + # Exclude txt files + - "!03-core-features/filters/*.txt" +`` \ No newline at end of file diff --git a/06-authoring-actions/javascript-actions/javascript-action-no-build/node_modules/.package-lock.json b/06-authoring-actions/javascript-actions/javascript-action-no-build/node_modules/.package-lock.json index 311de1e2..4c251789 100644 --- a/06-authoring-actions/javascript-actions/javascript-action-no-build/node_modules/.package-lock.json +++ b/06-authoring-actions/javascript-actions/javascript-action-no-build/node_modules/.package-lock.json @@ -77,6 +77,7 @@ "resolved": "https://registry.npmjs.org/@octokit/core/-/core-5.2.1.tgz", "integrity": "sha512-dKYCMuPO1bmrpuogcjQ8z7ICCH3FP6WmxpwC03yjzGfZhj9fTJg6+bS1+UAplekbN2C+M61UNllGOOoAfGCrdQ==", "license": "MIT", + "peer": true, "dependencies": { "@octokit/auth-token": "^4.0.0", "@octokit/graphql": "^7.1.0", diff --git a/06-authoring-actions/javascript-actions/javascript-action-no-build/package-lock.json b/06-authoring-actions/javascript-actions/javascript-action-no-build/package-lock.json index 942d73c3..7e7266ec 100644 --- a/06-authoring-actions/javascript-actions/javascript-action-no-build/package-lock.json +++ b/06-authoring-actions/javascript-actions/javascript-action-no-build/package-lock.json @@ -86,6 +86,7 @@ "resolved": "https://registry.npmjs.org/@octokit/core/-/core-5.2.1.tgz", "integrity": "sha512-dKYCMuPO1bmrpuogcjQ8z7ICCH3FP6WmxpwC03yjzGfZhj9fTJg6+bS1+UAplekbN2C+M61UNllGOOoAfGCrdQ==", "license": "MIT", + "peer": true, "dependencies": { "@octokit/auth-token": "^4.0.0", "@octokit/graphql": "^7.1.0", diff --git a/06-authoring-actions/javascript-actions/typescript-action-with-build b/06-authoring-actions/javascript-actions/typescript-action-with-build index 613718a8..f70f1549 160000 --- a/06-authoring-actions/javascript-actions/typescript-action-with-build +++ b/06-authoring-actions/javascript-actions/typescript-action-with-build @@ -1 +1 @@ -Subproject commit 613718a88b205e4b212a4896de5a37cfe6bab192 +Subproject commit f70f15494fd5401f6722d81bbfd3918c5ed155a8 diff --git a/capstone b/capstone index 56c95ba5..b2e15dd4 160000 --- a/capstone +++ b/capstone @@ -1 +1 @@ -Subproject commit 56c95ba5f1f8d46f5d01b95b1574af55fdc717dd +Subproject commit b2e15dd4223e933252f19b12e2bad97ed01af103