Skip to content

Commit

Permalink
bump to 2.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Noah Elzner <[email protected]>
  • Loading branch information
enteraga6 committed Mar 28, 2024
1 parent 97917ee commit abddee9
Show file tree
Hide file tree
Showing 16 changed files with 92,971 additions and 83,976 deletions.
53,930 changes: 28,450 additions & 25,480 deletions .github/actions/sign-attestations/dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/actions/sign-attestations/dist/index.js.map

Large diffs are not rendered by default.

391 changes: 204 additions & 187 deletions .github/actions/sign-attestations/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/actions/sign-attestations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@actions/core": "1.10.1",
"@actions/github": "5.1.1",
"@sigstore/rekor-types": "1.0.0",
"sigstore": "1.9.0",
"sigstore": "2.2.2",
"tscommon": "file:../tscommon/tscommon-0.0.0.tgz"
}
}
2 changes: 1 addition & 1 deletion .github/actions/sign-attestations/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.

import * as core from "@actions/core";
import { sigstore } from "sigstore";
import * as sigstore from "sigstore";
import * as path from "path";
import * as tscommon from "tscommon";

Expand Down
Loading

0 comments on commit abddee9

Please sign in to comment.