Skip to content

Commit

Permalink
Bump dependencies by "Check updates #9" (#22)
Browse files Browse the repository at this point in the history
* Bump dependencies by "Check updates #9"

* Bump snyk

Co-authored-by: fabasoad <[email protected]>
Co-authored-by: fabasoad <[email protected]>
  • Loading branch information
3 people authored Apr 4, 2021
1 parent d58f52e commit d88a14a
Show file tree
Hide file tree
Showing 7 changed files with 803 additions and 658 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ name: Functional Tests
on:
push:
branches:
- main
- 'main'
- 'bugfix/**'
- 'bump/patch-*'
- 'feature/**'

env:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/security-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ name: Security Tests
on:
push:
branches:
- main
- 'main'
- 'bugfix/**'
- 'bump/patch-*'
- 'feature/**'
schedule:
- cron: '25 2 * * 6'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ name: Unit Tests
on:
push:
branches:
- main
- 'main'
- 'bugfix/**'
- 'bump/patch-*'
- 'feature/**'

env:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
.vscode/*
!.vscode/settings.json
.env
.idea
coverage
node_modules
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-cobol-action",
"version": "1.0.10",
"version": "1.0.11",
"description": "This action sets up a GnuCOBOL.",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -36,17 +36,17 @@
},
"devDependencies": {
"@vercel/ncc": "0.27.0",
"chai": "4.3.0",
"eslint": "7.21.0",
"chai": "4.3.4",
"eslint": "7.23.0",
"eslint-config-google": "0.14.0",
"git-branch-is": "4.0.0",
"husky": "5.1.1",
"markdownlint-cli": "0.26.0",
"mocha": "8.3.0",
"husky": "6.0.0",
"markdownlint-cli": "0.27.1",
"mocha": "8.3.2",
"mocha-param": "2.0.1",
"nyc": "15.1.0",
"sinon": "9.2.4",
"snyk": "1.462.0",
"sinon": "10.0.0",
"snyk": "1.522.0",
"winston": "3.3.3"
},
"snyk": true
Expand Down
Loading

0 comments on commit d88a14a

Please sign in to comment.