Add support for signed commits (#3055)

This commit is contained in:
Ravi
2024-07-25 22:12:45 +09:00
committed by Peter Evans
parent 0c2a66fe4a
commit 744c8ceb5d
8 changed files with 27394 additions and 2177 deletions

View File

@ -32,6 +32,8 @@
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@octokit/core": "^4.2.4",
"@octokit/graphql": "^8.1.1",
"@octokit/graphql-schema": "^15.25.0",
"@octokit/plugin-paginate-rest": "^5.0.1",
"@octokit/plugin-rest-endpoint-methods": "^6.8.1",
"proxy-from-env": "^1.1.0",
@ -55,6 +57,6 @@
"js-yaml": "^4.1.0",
"prettier": "^3.3.3",
"ts-jest": "^29.2.5",
"typescript": "^4.9.5"
"typescript": "^5.5.4"
}
}