From d2e9adb5a20089b6bf237bf67e4ed49fae4169e9 Mon Sep 17 00:00:00 2001 From: Brandyn Phelps Date: Thu, 16 Jun 2022 13:23:30 -0700 Subject: [PATCH] Align snapshot metadata with current detector naming --- src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index e8a123d..84a5be0 100644 --- a/src/index.ts +++ b/src/index.ts @@ -43,8 +43,8 @@ async function main () { ) const snapshot = new 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,