Skip to content

Commit

Permalink
Bump ibiqlik/action-yamllint from 3.0.4 to 3.1 (#63)
Browse files Browse the repository at this point in the history
* Bump ibiqlik/action-yamllint from 3.0.4 to 3.1

Bumps [ibiqlik/action-yamllint](https://github.com/ibiqlik/action-yamllint) from 3.0.4 to 3.1.
- [Release notes](https://github.com/ibiqlik/action-yamllint/releases)
- [Commits](ibiqlik/action-yamllint@v3.0.4...v3.1)

---
updated-dependencies:
- dependency-name: ibiqlik/action-yamllint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump ibiqlik/action-yamllint from 3.0.4 to 3.1

Bumps [ibiqlik/action-yamllint](https://github.com/ibiqlik/action-yamllint) from 3.0.4 to 3.1.
- [Release notes](https://github.com/ibiqlik/action-yamllint/releases)
- [Commits](ibiqlik/action-yamllint@v3.0.4...v3.1)

---
updated-dependencies:
- dependency-name: ibiqlik/action-yamllint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Increase version

* Fix threshold

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fabasoad <[email protected]>
  • Loading branch information
dependabot[bot] and fabasoad authored Nov 4, 2021
1 parent 19fc91f commit 2a91968
Show file tree
Hide file tree
Showing 6 changed files with 434 additions and 464 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/yaml-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: ibiqlik/action-yamllint@v3.0.4
- uses: ibiqlik/action-yamllint@v3.1
with:
config_file: .yamllint.yml
strict: false
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
.vscode/*
!.vscode/settings.json
.env
Expand Down
6 changes: 3 additions & 3 deletions .nycrc.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"check-coverage": true,
"branches": 25,
"lines": 94.34,
"lines": 94,
"functions": 100,
"statements": 94.34,
"statements": 94,
"extension": ["js"],
"reporter": ["lcov","text","text-summary"]
}
}
8 changes: 4 additions & 4 deletions dist/index.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nsfw-detection-action",
"version": "1.3.15",
"version": "1.3.16",
"description": "This GitHub action detects nsfw content in committed files.",
"main": "dist/index.js",
"repository": {
Expand Down Expand Up @@ -35,18 +35,18 @@
"@actions/github": "5.0.0",
"form-data": "4.0.0",
"got": "11.8.2",
"snyk": "1.729.0"
"snyk": "1.752.0"
},
"devDependencies": {
"@vercel/ncc": "0.31.1",
"chai": "4.3.4",
"dotenv": "10.0.0",
"eslint": "7.32.0",
"eslint": "8.1.0",
"eslint-config-google": "0.14.0",
"git-branch-is": "4.0.0",
"husky": "7.0.2",
"markdownlint-cli": "0.28.1",
"mocha": "9.1.2",
"husky": "7.0.4",
"markdownlint-cli": "0.29.0",
"mocha": "9.1.3",
"mocha-param": "2.0.1",
"nyc": "15.1.0"
},
Expand Down
Loading

0 comments on commit 2a91968

Please sign in to comment.