Update build bundles

This commit is contained in:
Lane Seppala
2022-06-16 21:09:33 -06:00
parent 9ef4f7e494
commit 03a3c3735f
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -75,8 +75,8 @@ function main() {
const packageCache = yield (0, process_1.processGoGraph)(goModDir);
const manifest = yield (0, process_1.processGoBuildTarget)(goModDir, goBuildTarget, packageCache);
const snapshot = new dependency_submission_toolkit_1.Snapshot({
name: 'github-go-dependency-detector',
url: 'https://github.com/github/github-go-dependency-detector',
name: 'actions/go-dependency-submission',
url: 'https://github.com/actions/go-dependency-submission',
version: '0.0.1'
}, github.context, {
correlator: `${github.context.job}-${goBuildTarget}`,
+1 -1
View File
File diff suppressed because one or more lines are too long