Skip to content

Commit 1176ef5

Browse files
authored
bump @actions/attest from 1.5.0 to 1.6.0 (#484)
Signed-off-by: Brian DeHamer <bdehamer@github.com>
1 parent f9eaf23 commit 1176ef5

File tree

4 files changed

+12
-14
lines changed

4 files changed

+12
-14
lines changed

__tests__/__snapshots__/main.test.ts.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exports[`main when a non-default OIDC issuer is used successfully run main 1`] =
77
"externalParameters": {
88
"workflow": {
99
"path": ".github/workflows/main.yml",
10-
"ref": "main",
10+
"ref": "refs/heads/main",
1111
"repository": "https://example-01.ghe.com/owner/repo",
1212
},
1313
},
@@ -46,7 +46,7 @@ exports[`main when the default OIDC issuer is used successfully run main 1`] = `
4646
"externalParameters": {
4747
"workflow": {
4848
"path": ".github/workflows/main.yml",
49-
"ref": "main",
49+
"ref": "refs/heads/main",
5050
"repository": "https://github.com/owner/repo",
5151
},
5252
},

dist/index.js

+2-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "actions/attest-build-provenance",
33
"description": "Generate signed build provenance attestations",
4-
"version": "1.1.4",
4+
"version": "1.1.5",
55
"author": "",
66
"private": true,
77
"homepage": "https://github.com/actions/attest-build-provenance",
@@ -70,7 +70,7 @@
7070
]
7171
},
7272
"dependencies": {
73-
"@actions/attest": "^1.5.0",
73+
"@actions/attest": "^1.6.0",
7474
"@actions/core": "^1.11.1"
7575
},
7676
"devDependencies": {

0 commit comments

Comments
 (0)