Skip to content
Permalink
1bb13e0ffa
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
Latest commit 0cf8450 Apr 29, 2020 History
Bumps [@actions/http-client](https://github.com/actions/http-client) from 1.0.4 to 1.0.8.
- [Release notes](https://github.com/actions/http-client/releases)
- [Changelog](https://github.com/actions/http-client/blob/master/RELEASES.md)
- [Commits](https://github.com/actions/http-client/commits)

Signed-off-by: dependabot[bot] <support@github.com>
0 contributors

Users who have contributed to this file

39 lines (39 sloc) 935 Bytes
{
"name": "codeql",
"version": "0.0.0",
"private": true,
"description": "CodeQL action",
"scripts": {
"build": "tsc",
"test": "jest",
"lint": "tslint -p . -c tslint.json 'src/**/*.ts'"
},
"license": "MIT",
"dependencies": {
"@actions/core": "^1.0.0",
"@actions/exec": "^1.0.1",
"@actions/http-client": "^1.0.8",
"@actions/io": "^1.0.1",
"@actions/tool-cache": "^1.1.2",
"@octokit/rest": "^17.1.0",
"console-log-level": "^1.4.1",
"file-url": "^3.0.0",
"fs": "0.0.1-security",
"js-yaml": "^3.13.1",
"long": "^4.0.0",
"md5": "^2.2.1",
"path": "^0.12.7",
"zlib": "^1.0.5"
},
"devDependencies": {
"@types/jest": "^24.0.13",
"@types/jszip": "^3.1.6",
"@types/long": "4.0.0",
"@types/node": "^12.0.4",
"jest": "^25.2.4",
"jest-circus": "^25.2.4",
"ts-jest": "^25.3.0",
"tslint": "^6.1.0",
"typescript": "^3.7.5"
}
}