We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e073a1 + 7373d73 commit 82f8310Copy full SHA for 82f8310
2 files changed
.github/actions/static-analysis/action.yml
@@ -5,7 +5,7 @@ inputs:
5
ignored-accounts:
6
description: "Comma-separated list of accounts to ignore"
7
required: false
8
- default: "actions,VirdocsSoftware"
+ default: "actions,VirdocsSoftware,aws-actions"
9
10
layer-package-json:
11
description: "Path to the layer package.json file"
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "github-actions",
3
- "version": "2.14.0",
+ "version": "2.14.1",
4
"description": "Used to store GitHub actions for use across the enterprise",
"scripts": {
"test": "./tooling/scripts/run_tests.sh",
0 commit comments