Add support for signed commits

This commit is contained in:
rustyclock 2024-07-19 10:31:08 +09:00
parent a7dcd19d46
commit a8ea6b6d63
No known key found for this signature in database
GPG key ID: F17DE04FE5DEA261
8 changed files with 27419 additions and 2211 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.3",
"typescript": "^4.9.5"
"typescript": "^5.5.4"
}
}