This repository was archived by the owner on Jun 2, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
41 lines (41 loc) · 1.53 KB
/
config.json
File metadata and controls
41 lines (41 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"delayDays": 14,
"deprecatedCommands": ["set-output", "save-state"],
"minNodeVersion": 16,
"minVersions": {
"actions/cache": "v2.1.8",
"actions/checkout": "v2.5.0",
"actions/download-artifact": "v2.1.1",
"actions/labeler": "v4.0.1",
"actions/setup-dotnet": "v3.0.3",
"actions/setup-java": "v3.6.0",
"actions/setup-node": "v3.5.1",
"actions/setup-python": "v2.3.3",
"actions/upload-artifact": "v3.1.1",
"aquasecurity/trivy-action": "v0.9.2",
"aws-actions/amazon-ecr-login": "v1.5.2",
"aws-actions/amazon-ecs-deploy-task-definition": "v1.4.11",
"aws-actions/configure-aws-credentials": "v2.0.0",
"bubkoo/auto-comment": "v1.1.2",
"codacy/git-version": "2.6.2",
"docker/build-push-action": "v3.2.0",
"docker/login-action": "v2.1.0",
"docker/metadata-action": "v4.1.0",
"docker/setup-buildx-action": "v2.1.0",
"dorny/test-reporter": "v1.6.0",
"hashicorp/setup-terraform": "v2.0.3",
"jwalton/gh-docker-logs": "v2.2.1",
"Kong/kong-pongo-action": "v1.0.1",
"lunarmodules/luacheck": "v1.0.0",
"mikepenz/release-changelog-builder-action": "v3.4.0",
"softprops/action-gh-release": "v0.1.15",
"wow-actions/auto-comment": "v1.1.2"
},
"onlyUpdateIfOlderThanMinVersion": false,
"replaceActions": {
"actions/create-release": "softprops/action-gh-release",
"actions/upload-release-asset": "softprops/action-gh-release",
"bubkoo/auto-comment": "wow-actions/auto-comment"
},
"trustedOwners": ["actions", "aws-actions", "docker", "hashicorp"]
}