Compare commits

..
1 Commits
Author SHA1 Message Date
Federico Builes 20f8e76960 Merge branch 'main' into add-summary
# Conflicts:
#	README.md
#	dist/index.js
#	dist/index.js.map
#	src/main.ts
2022-08-18 15:48:03 +02:00
4 changed files with 10 additions and 12 deletions
-1
View File
@@ -75,7 +75,6 @@ Here are a few things you can do that will increase the likelihood of your pull
## Cutting a new release ## Cutting a new release
1. Update the version number in [package.json](https://github.com/actions/dependency-review-action/blob/main/package.json).
1. Go to [Draft a new 1. Go to [Draft a new
release](https://github.com/actions/dependency-review-action/releases/new) release](https://github.com/actions/dependency-review-action/releases/new)
in the Releases page. in the Releases page.
+7 -8
View File
@@ -150,14 +150,13 @@ to filter. A couple of examples:
**Important** **Important**
* Checking for licenses is not supported on GHES. - The action will only accept one of the two parameters; an error will
* The action will only accept one of the two parameters; an error will be raised if you provide both.
be raised if you provide both. - By default both parameters are empty (no license checking is
* By default both parameters are empty (no license checking is performed).
performed). - We don't have license information for all of your dependents. If we
* We don't have license information for all of your dependents. If we can't detect the license for a dependency **we will inform you, but the
can't detect the license for a dependency **we will inform you, but the action won't fail**.
action won't fail**.
## Blocking pull requests ## Blocking pull requests
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "dependency-review-action", "name": "dependency-review-action",
"version": "2.1.0", "version": "2.0.4",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "dependency-review-action", "name": "dependency-review-action",
"version": "2.1.0", "version": "2.0.4",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/core": "^1.9.1", "@actions/core": "^1.9.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "dependency-review-action", "name": "dependency-review-action",
"version": "2.1.0", "version": "2.0.4",
"private": true, "private": true,
"description": "A GitHub Action for Dependency Review", "description": "A GitHub Action for Dependency Review",
"main": "lib/main.js", "main": "lib/main.js",