Skip to content

Commit

Permalink
Merge branch 'main' into renovate/github.com-pelletier-go-toml-2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonpetgrave64 authored Jun 3, 2024
2 parents c96a10e + c5620c7 commit ad0cf8d
Show file tree
Hide file tree
Showing 112 changed files with 226,949 additions and 64,262 deletions.
1,597 changes: 608 additions & 989 deletions .github/actions/compute-sha256/package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions .github/actions/compute-sha256/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"tscommon": "file:../tscommon/tscommon-0.0.0.tgz"
},
"devDependencies": {
"@types/node": "20.10.0",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"@types/node": "20.12.12",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@vercel/ncc": "0.38.1",
"eslint": "8.52.0",
"eslint-plugin-github": "4.10.1",
"eslint-plugin-prettier": "5.0.1",
"prettier": "3.0.3",
"typescript": "5.2.2"
"eslint": "8.57.0",
"eslint-plugin-github": "4.10.2",
"eslint-plugin-prettier": "5.1.3",
"prettier": "3.2.5",
"typescript": "5.4.5"
}
}
32,394 changes: 26,849 additions & 5,545 deletions .github/actions/create-container_based-predicate/dist/index.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1,987 changes: 894 additions & 1,093 deletions .github/actions/create-container_based-predicate/package-lock.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions .github/actions/create-container_based-predicate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,23 @@
"setup"
],
"devDependencies": {
"@types/jest": "29.5.6",
"@types/make-fetch-happen": "10.0.3",
"@types/node": "20.10.0",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"@types/jest": "29.5.12",
"@types/make-fetch-happen": "10.0.4",
"@types/node": "20.12.12",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@vercel/ncc": "0.38.1",
"eslint": "8.52.0",
"eslint-plugin-github": "4.10.1",
"eslint-plugin-prettier": "5.0.1",
"eslint": "8.57.0",
"eslint-plugin-github": "4.10.2",
"eslint-plugin-prettier": "5.1.3",
"jest": "29.7.0",
"prettier": "3.0.3",
"ts-jest": "29.1.1",
"typescript": "5.2.2"
"prettier": "3.2.5",
"ts-jest": "29.1.3",
"typescript": "5.4.5"
},
"dependencies": {
"@actions/core": "1.10.1",
"@actions/github": "5.1.1",
"@actions/github": "6.0.0",
"tscommon": "file:../tscommon/tscommon-0.0.0.tgz"
}
}
10 changes: 4 additions & 6 deletions .github/actions/detect-workflow-js/__tests__/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@ describe("detectWorkflowFromOIDC", () => {
core.getIDToken.mockClear();
core.getIDToken.mockReturnValueOnce(jwt);

const [repo, ref, workflow] = await detect.detectWorkflowFromOIDC(
"some/audience",
);
const [repo, ref, workflow] =
await detect.detectWorkflowFromOIDC("some/audience");
expect(repo).toBe("octo-org/octo-automation");
expect(ref).toBe("refs/heads/main");
expect(workflow).toBe(".github/workflows/oidc.yml");
Expand All @@ -72,9 +71,8 @@ describe("detectWorkflowFromOIDC", () => {
core.getIDToken.mockClear();
core.getIDToken.mockReturnValueOnce(jwt);

const [repo, ref, workflow] = await detect.detectWorkflowFromOIDC(
"some/audience",
);
const [repo, ref, workflow] =
await detect.detectWorkflowFromOIDC("some/audience");
expect(repo).toBe("vitejs/vite");
expect(ref).toBe("refs/tags/[email protected]");
expect(workflow).toBe(".github/workflows/publish.yml");
Expand Down
Loading

0 comments on commit ad0cf8d

Please sign in to comment.