Naoki Oketani
a2adb56514
chore(test): run tests on node 16 & 18
2022-12-15 21:24:21 +09:00
Naoki Oketani
8a70c78853
[skip ci] fix: automatically update package version
2022-12-11 20:50:04 +09:00
Naoki Oketani
8d9211d055
chore(release): labeled pull request triggers package version change
2022-12-11 18:50:59 +09:00
Naoki Oketani
856d2a375a
chore(build): set up actions to automatically update dist/index.js
2022-12-11 15:39:40 +09:00
Naoki Oketani
c04a413c8d
test: PR build will not create a new issue to report vulnerabilities
2022-12-10 22:16:40 +09:00
Naoki Oketani
3e3735791c
update npm globally at an earlier step of each job ( #124 )
...
* update npm globally at an earlier step of each job
* execute `npm update` with sudo
* seprate windows jobs from linux,mac jobs
* upgrade npm to latest on windows
* upgrade npm to latest on windows
2022-07-01 07:16:46 +09:00
Shaid Khan
33a41db91d
Fix Commit - Committing fix whereby NPM Audit Actions Fails when running on Windows OS ( #122 )
...
- This commit is to fix an issue when running the 'npm-audit-action' on the 'windows-latest'
- Integrated the 'spawnSync' to use the right 'npm' script based upon the OS used
2022-05-12 07:45:03 +09:00
Naoki Oketani
e3662da326
Update default runtime to node16 ( #118 )
...
* Update default runtime to node16
* update dependencies
* 2.0.0
2022-03-26 15:31:24 +09:00
dependabot[bot]
e0cb327868
Bump actions/checkout from 2 to 3 ( #114 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-06 20:10:33 +09:00
Naoki Oketani
02cb9c4d3b
fix CVE-2022-0235 ( #108 )
...
* npm audit fix
* npm run all
* 1.8.4
* update README and daily action to use v1.8.4
2022-01-25 12:30:57 +09:00
Naoki Oketani
8196a9cc90
Release v1.8.3 ( #105 )
...
* 1.8.3
* update README and daily action to use v1.8.3
2022-01-15 18:33:23 +09:00
Naoki Oketani
b58fe17512
Release v1.8.2 ( #101 )
...
* 1.8.2
* update README and daily action to use v1.8.2
2021-10-16 18:26:12 +09:00
Naoki Oketani
9d3f4c8708
Bump patch verstion to 1.8.1
2021-10-08 21:21:58 +09:00
Naoki Oketani
b279a61c36
Bump minor version to 1.8.0
2021-10-03 09:28:58 +09:00
Naoki Oketani
2d35348be4
chore: fix a broken link in README ( #92 )
...
* chore: fix a broken link in README
* chore: fix branch name
2021-10-02 21:51:01 +09:00
Naoki Oketani
cf7f895e0d
Bump patch version to 1.7.4
2021-09-26 21:36:59 +09:00
Naoki Oketani
5d4cffea6d
fix dependencies' vulnerabilities ( #86 )
...
* [fix] `npm audit fix`
* [fix] `npm update`
* [fix] update jest, jest-circus, ts-jest
* 1.7.3
2021-06-03 07:45:50 +09:00
Naoki Oketani
47ffa59342
update: scan v1.7.2
2021-05-09 17:25:00 +09:00
Naoki Oketani
ddca8d247d
docs: use 1.7.1 in the sample
2021-01-06 13:21:27 +09:00
Naoki Oketani
8a4cabf41a
update version
2020-12-12 12:04:36 +00:00
Naoki Oketani
3868af0215
update README & npm run all
2020-11-12 10:45:24 +00:00
Naoki Oketani
86587558c6
use v1.5.2
2020-09-11 13:08:07 +00:00
Naoki Oketani
75b171622a
v1.5.1 ( #68 )
...
* run `npm audit fix`
* run `npm run all`
* 1.5.1
* use v1.5.1
2020-07-14 19:14:55 +09:00
Naoki Oketani
f6ba9be9cf
update example & daily scan to use v1.5.0 with dedupe_issues=true
2020-05-28 07:24:52 +09:00
Naoki Oketani
6ca4ad598e
bump version to v1.4.0
2020-05-23 16:10:57 +09:00
Naoki Oketani
5209022168
support different working directory ( #64 )
...
* support different working directory
* validate working_directory
2020-05-23 15:59:51 +09:00
Naoki Oketani
49b1b8cc78
bump version to v1.3.1
2020-04-30 07:59:06 +09:00
Naoki Oketani
4d8769971b
Refactor ( #54 )
...
* run `npm ci` instead of `npm install` for PR build
* bump version
* return Promise for test mock
2020-03-19 17:46:36 +09:00
Naoki Oketani
3b7b95bf4a
update npm-audit-action to v1.2.0 ( #50 )
2020-03-14 20:35:30 +09:00
Naoki Oketani
6c003b8ee4
update actions/checkout to v2 ( #37 )
2020-01-27 20:48:43 +09:00
Naoki Oketani
a0a6093710
add unit test and cleanup ( #28 )
...
* remove unnessary import
* use mock for child_process.spawnSync()
* document useful resources
* use v1.1.0 for daily scan
2019-12-13 16:09:10 +09:00
Naoki Oketani
3e659c8c99
use GitHub context to branch processing ( #22 )
2019-12-13 12:18:28 +09:00
Naoki Oketani
ac19a7500b
set branding ( #23 )
...
* echo $GITHUB_CONTEXT
* set branding
2019-12-10 18:48:15 +09:00
Naoki Oketani
2e5ad3c2cf
Creates an issue even if inputs.issue_labels is not given ( #21 )
...
* Creates an issue even if inputs.issue_labels is not given
* 1.0.0
* Use v1.0.0 in example, daily scan
2019-12-09 22:49:41 +09:00
Naoki Oketani
4b8e261c55
Execute daily scan ( #19 )
...
* Update README.md
* run `npm audit` daily
2019-12-09 19:59:47 +09:00
Naoki Oketani
8b1b45628f
Measure test coverage ( #16 )
...
* define npm run coverage
* Revert "define npm run coverage"
This reverts commit 32133d33412105d167226ac31c4f7875f85716ab.
* use coverallsapp/github-action@master
* Give --coverage option to npm test
* Add coveralls badge
2019-12-09 16:00:28 +09:00
Naoki Oketani
284541286f
Initial commit
2019-12-08 19:17:13 +09:00