From 103c72f67e2a764b3d945d24355c74f40b589b69 Mon Sep 17 00:00:00 2001 From: rhysd Date: Mon, 11 Apr 2022 22:30:28 +0900 Subject: [PATCH] add codecov-action@v3 to popular actions --- popular_actions.go | 47 ++++++++++++++++++++++-- scripts/generate-popular-actions/main.go | 2 +- 2 files changed, 44 insertions(+), 5 deletions(-) diff --git a/popular_actions.go b/popular_actions.go index 10f2521e7..96a0a2795 100644 --- a/popular_actions.go +++ b/popular_actions.go @@ -144,6 +144,7 @@ var PopularActions = map[string]*ActionMetadata{ "commit-message": false, "dry-run": false, "folder": true, + "force": false, "git-config-email": false, "git-config-name": false, "repository-name": false, @@ -832,6 +833,7 @@ var PopularActions = map[string]*ActionMetadata{ "token": false, }, Outputs: map[string]struct{}{ + "cache-hit": {}, "python-version": {}, }, }, @@ -1175,6 +1177,39 @@ var PopularActions = map[string]*ActionMetadata{ "working-directory": false, }, }, + "codecov/codecov-action@v3": { + Name: "Codecov", + Inputs: map[string]ActionMetadataInputRequired{ + "commit_parent": false, + "directory": false, + "dry_run": false, + "env_vars": false, + "fail_ci_if_error": false, + "file": false, + "files": false, + "flags": false, + "functionalities": false, + "gcov": false, + "gcov_args": false, + "gcov_ignore": false, + "gcov_include": false, + "move_coverage_to_trash": false, + "name": false, + "os": false, + "override_branch": false, + "override_build": false, + "override_commit": false, + "override_pr": false, + "override_tag": false, + "root_dir": false, + "slug": false, + "token": false, + "url": false, + "verbose": false, + "version": false, + "working-directory": false, + }, + }, "dawidd6/action-download-artifact@v2": { Name: "Download workflow artifact", Inputs: map[string]ActionMetadataInputRequired{ @@ -1444,6 +1479,7 @@ var PopularActions = map[string]*ActionMetadata{ }, Outputs: map[string]struct{}{ "bake-file": {}, + "json": {}, "labels": {}, "tags": {}, "version": {}, @@ -1547,22 +1583,25 @@ var PopularActions = map[string]*ActionMetadata{ "androidKeystorePass": false, "androidTargetSdkVersion": false, "androidVersionCode": false, - "awsStackName": false, + "awsBaseStackName": false, "buildMethod": false, "buildName": false, "buildsPath": false, "chownFilesTo": false, + "cloudRunnerCluster": false, + "cloudRunnerCpu": false, + "cloudRunnerMemory": false, "customImage": false, + "customJob": false, "customParameters": false, "gitPrivateToken": false, "githubToken": false, "kubeConfig": false, "kubeVolume": false, "kubeVolumeSize": false, + "postBuildSteps": false, + "preBuildSteps": false, "projectPath": false, - "remoteBuildCluster": false, - "remoteBuildCpu": false, - "remoteBuildMemory": false, "sshAgent": false, "targetPlatform": false, "unityVersion": false, diff --git a/scripts/generate-popular-actions/main.go b/scripts/generate-popular-actions/main.go index f82d8f17f..a8e12293e 100644 --- a/scripts/generate-popular-actions/main.go +++ b/scripts/generate-popular-actions/main.go @@ -81,7 +81,7 @@ var popularActions = []*action{ {"azure/aks-set-context", []string{"v1"}, "v2", yamlExtYML}, {"azure/login", []string{"v1"}, "v2", yamlExtYML}, {"bahmutov/npm-install", []string{"v1"}, "v2", yamlExtYML}, - {"codecov/codecov-action", []string{"v1", "v2"}, "v3", yamlExtYML}, + {"codecov/codecov-action", []string{"v1", "v2", "v3"}, "v4", yamlExtYML}, {"dawidd6/action-download-artifact", []string{"v2"}, "v3", yamlExtYML}, {"dawidd6/action-send-mail", []string{"v1", "v2", "v3"}, "v4", yamlExtYML}, {"dessant/lock-threads", []string{"v2", "v3"}, "v4", yamlExtYML}, // v1 does not exist