bump @actions/attest from 1.5.0 to 1.6.0 (#484)

Signed-off-by: Brian DeHamer <bdehamer@github.com>
This commit is contained in:
Brian DeHamer
2025-02-27 06:44:35 -08:00
committed by GitHub
parent f9eaf234fc
commit 1176ef5569
4 changed files with 12 additions and 14 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ exports[`main when a non-default OIDC issuer is used successfully run main 1`] =
"externalParameters": {
"workflow": {
"path": ".github/workflows/main.yml",
"ref": "main",
"ref": "refs/heads/main",
"repository": "https://example-01.ghe.com/owner/repo",
},
},
@@ -46,7 +46,7 @@ exports[`main when the default OIDC issuer is used successfully run main 1`] = `
"externalParameters": {
"workflow": {
"path": ".github/workflows/main.yml",
"ref": "main",
"ref": "refs/heads/main",
"repository": "https://github.com/owner/repo",
},
},