|
2 | 2 | "version": "1.0.0", |
3 | 3 | "outputDir": "src", |
4 | 4 | "actions": [ |
| 5 | + { |
| 6 | + "orgRepo": "actions/cache", |
| 7 | + "ref": "0400d5f644dc74513175e3cd8d07132dd4860809", |
| 8 | + "versionRef": "v4", |
| 9 | + "functionName": "cache", |
| 10 | + "outputPath": "actions/actions/cache/cache.ts" |
| 11 | + }, |
| 12 | + { |
| 13 | + "orgRepo": "actions/cache", |
| 14 | + "ref": "0400d5f644dc74513175e3cd8d07132dd4860809", |
| 15 | + "versionRef": "v4", |
| 16 | + "functionName": "restoreCache", |
| 17 | + "outputPath": "actions/actions/cache/restore/restore-cache.ts", |
| 18 | + "actionPath": "restore" |
| 19 | + }, |
| 20 | + { |
| 21 | + "orgRepo": "actions/cache", |
| 22 | + "ref": "0400d5f644dc74513175e3cd8d07132dd4860809", |
| 23 | + "versionRef": "v4", |
| 24 | + "functionName": "saveACache", |
| 25 | + "outputPath": "actions/actions/cache/save/save-a-cache.ts", |
| 26 | + "actionPath": "save" |
| 27 | + }, |
5 | 28 | { |
6 | 29 | "orgRepo": "actions/checkout", |
7 | | - "ref": "08c6903cd8c0fde910a37f88322edcfb5dd907a8", |
8 | | - "versionRef": "v5", |
| 30 | + "ref": "08eba0b27e820071cde6df949e0beb9ba4906955", |
| 31 | + "versionRef": "v4", |
9 | 32 | "functionName": "checkout", |
10 | | - "outputPath": "../../actions/actions/checkout.ts" |
| 33 | + "outputPath": "actions/actions/checkout.ts" |
| 34 | + }, |
| 35 | + { |
| 36 | + "orgRepo": "actions/setup-node", |
| 37 | + "ref": "55YtaEqYEUM7ASAZ9XmVdSBNy6F7r5zkdLsJFv2ZPtAx0020", |
| 38 | + "versionRef": "v4", |
| 39 | + "functionName": "setupNodeJsEnvironment", |
| 40 | + "outputPath": "actions/actions/setup-node.ts" |
| 41 | + }, |
| 42 | + { |
| 43 | + "orgRepo": "actions/upload-artifact", |
| 44 | + "ref": "ea165f8d65b6e75b540449e92b4886f43607fa02", |
| 45 | + "versionRef": "v4", |
| 46 | + "functionName": "uploadABuildArtifact", |
| 47 | + "outputPath": "actions/actions/upload-artifact/upload-a-build-artifact.ts" |
| 48 | + }, |
| 49 | + { |
| 50 | + "orgRepo": "actions/upload-artifact", |
| 51 | + "ref": "ea165f8d65b6e75b540449e92b4886f43607fa02", |
| 52 | + "versionRef": "v4", |
| 53 | + "functionName": "mergeBuildArtifacts", |
| 54 | + "outputPath": "actions/actions/upload-artifact/merge/merge-build-artifacts.ts", |
| 55 | + "actionPath": "merge" |
| 56 | + }, |
| 57 | + { |
| 58 | + "orgRepo": "github/codeql-action", |
| 59 | + "ref": "528ca598d956c91826bd742262cdfc5d02b77710", |
| 60 | + "versionRef": "v3", |
| 61 | + "functionName": "codeQLStub", |
| 62 | + "outputPath": "actions/github/codeql-action/codeql-stub.ts" |
| 63 | + }, |
| 64 | + { |
| 65 | + "orgRepo": "github/codeql-action", |
| 66 | + "ref": "528ca598d956c91826bd742262cdfc5d02b77710", |
| 67 | + "versionRef": "v3", |
| 68 | + "functionName": "codeQLFinish", |
| 69 | + "outputPath": "actions/github/codeql-action/analyze/codeql-finish.ts", |
| 70 | + "actionPath": "analyze" |
| 71 | + }, |
| 72 | + { |
| 73 | + "orgRepo": "github/codeql-action", |
| 74 | + "ref": "528ca598d956c91826bd742262cdfc5d02b77710", |
| 75 | + "versionRef": "v3", |
| 76 | + "functionName": "codeQLAutobuild", |
| 77 | + "outputPath": "actions/github/codeql-action/autobuild/codeql-autobuild.ts", |
| 78 | + "actionPath": "autobuild" |
| 79 | + }, |
| 80 | + { |
| 81 | + "orgRepo": "github/codeql-action", |
| 82 | + "ref": "528ca598d956c91826bd742262cdfc5d02b77710", |
| 83 | + "versionRef": "v3", |
| 84 | + "functionName": "codeQLInit", |
| 85 | + "outputPath": "actions/github/codeql-action/init/codeql-init.ts", |
| 86 | + "actionPath": "init" |
| 87 | + }, |
| 88 | + { |
| 89 | + "orgRepo": "github/codeql-action", |
| 90 | + "ref": "528ca598d956c91826bd742262cdfc5d02b77710", |
| 91 | + "versionRef": "v3", |
| 92 | + "functionName": "codeQLResolveBuildEnvironment", |
| 93 | + "outputPath": "actions/github/codeql-action/resolve-environment/codeql-resolve-build-environment.ts", |
| 94 | + "actionPath": "resolve-environment" |
| 95 | + }, |
| 96 | + { |
| 97 | + "orgRepo": "github/codeql-action", |
| 98 | + "ref": "528ca598d956c91826bd742262cdfc5d02b77710", |
| 99 | + "versionRef": "v3", |
| 100 | + "functionName": "codeQLStartProxy", |
| 101 | + "outputPath": "actions/github/codeql-action/start-proxy/codeql-start-proxy.ts", |
| 102 | + "actionPath": "start-proxy" |
| 103 | + }, |
| 104 | + { |
| 105 | + "orgRepo": "github/codeql-action", |
| 106 | + "ref": "528ca598d956c91826bd742262cdfc5d02b77710", |
| 107 | + "versionRef": "v3", |
| 108 | + "functionName": "codeScanningUploadSARIF", |
| 109 | + "outputPath": "actions/github/codeql-action/upload-sarif/code-scanning-upload-sarif.ts", |
| 110 | + "actionPath": "upload-sarif" |
11 | 111 | } |
12 | 112 | ], |
13 | 113 | "plugins": [ |
|
0 commit comments