Skip to content

Commit 4003a5c

Browse files
Bump eslint from 8.4.0 to 8.6.0 (#59)
* Bump eslint from 8.4.0 to 8.6.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.4.0 to 8.6.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.4.0...v8.6.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @vercel/ncc from 0.33.0 to 0.33.1 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: fabasoad <[email protected]>
1 parent 112d117 commit 4003a5c

File tree

9 files changed

+230
-239
lines changed

9 files changed

+230
-239
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Release
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2.4.0
14+
- uses: actions/checkout@v2
1515
with:
1616
fetch-depth: 0
1717
- name: Get latest release tag

.github/workflows/functional-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches:
77
- 'main'
88
- 'bugfix/**'
9-
- 'dependabot/*'
9+
- 'dependabot/**'
1010
- 'feature/**'
1111

1212
env:
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
runs-on: ${{ matrix.os }}
2525
steps:
26-
- uses: actions/checkout@v2.4.0
26+
- uses: actions/checkout@v2
2727
with:
2828
ref: ${{ github.ref }}
2929
- uses: ./

.github/workflows/security-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ on:
66
branches:
77
- 'main'
88
- 'bugfix/**'
9-
- 'dependabot/*'
9+
- 'dependabot/**'
1010
- 'feature/**'
1111

1212
jobs:
1313
snyk_tests:
1414
name: Snyk
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v2.4.0
17+
- uses: actions/checkout@v2
1818
with:
1919
ref: ${{ github.ref }}
2020
- uses: snyk/actions/node@master
@@ -29,7 +29,7 @@ jobs:
2929
language: ['javascript']
3030
steps:
3131
- name: Checkout repository
32-
uses: actions/checkout@v2.4.0
32+
uses: actions/checkout@v2
3333
- name: Initialize CodeQL
3434
uses: github/codeql-action/init@v1
3535
with:

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches:
77
- 'main'
88
- 'bugfix/**'
9-
- 'dependabot/*'
9+
- 'dependabot/**'
1010
- 'feature/**'
1111

1212
env:
@@ -18,7 +18,7 @@ jobs:
1818
timeout-minutes: 5
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v2.4.0
21+
- uses: actions/checkout@v2
2222
- name: Cache node_modules
2323
id: cache
2424
uses: actions/[email protected]

.github/workflows/yaml-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
timeout-minutes: 3
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2.4.0
15+
- uses: actions/checkout@v2
1616
- uses: ibiqlik/[email protected]
1717
with:
1818
config_file: .yamllint.yml

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ inputs:
1111
required: false
1212
default: null
1313
runs:
14-
using: 'node12'
14+
using: 'node16'
1515
main: 'dist/index.js'

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@
3535
"@actions/exec": "1.1.0"
3636
},
3737
"devDependencies": {
38-
"@vercel/ncc": "0.33.0",
38+
"@vercel/ncc": "0.33.1",
3939
"chai": "4.3.4",
40-
"eslint": "8.4.0",
40+
"eslint": "8.6.0",
4141
"eslint-config-google": "0.14.0",
4242
"git-branch-is": "4.0.0",
4343
"husky": "7.0.4",
4444
"markdownlint-cli": "0.30.0",
4545
"mocha": "9.1.3",
4646
"mocha-param": "2.0.1",
4747
"nyc": "15.1.0",
48-
"snyk": "1.780.0"
48+
"snyk": "1.813.0"
4949
},
5050
"snyk": true
5151
}

0 commit comments

Comments
 (0)