Skip to content

chore(deps): bump actions/dependency-review-action from 2.1.0 to 2.4.0#8168

Merged
slorber merged 1 commit into
mainfrom
dependabot/github_actions/actions/dependency-review-action-2.4.0
Oct 5, 2022
Merged

chore(deps): bump actions/dependency-review-action from 2.1.0 to 2.4.0#8168
slorber merged 1 commit into
mainfrom
dependabot/github_actions/actions/dependency-review-action-2.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 3, 2022

Copy link
Copy Markdown
Contributor

Bumps actions/dependency-review-action from 2.1.0 to 2.4.0.

Release notes

Sourced from actions/dependency-review-action's releases.

2.4.0

We've added a new configuration option:

  • allow-ghsas: Specify a list of various GitHub Advisory IDs you want the action to skip and not fail on.
  dependency-review:
    runs-on: ubuntu-latest
    steps:
      - name: 'Checkout Repository'
        uses: actions/checkout@v3
      - name: 'Dependency Review'
        uses: actions/dependency-review-action@v2
        with: 
          allow-ghsas: 'GHSA-abcd-1234-5679, GHSA-efgh-1234-5679'

2.3.0

We're adding back support for an external configuration file. You can use the config-file configuration string to specify a path to a YAML configuration file where you can specify any options you want:

  dependency-review:
    runs-on: ubuntu-latest
    steps:
      - name: 'Checkout Repository'
        uses: actions/checkout@v3
      - name: 'Dependency Review'
        uses: actions/dependency-review-action@v2
        with: 
          - config-file: ./.github/dependency-review-config.yml

2.2.0

We've added a new configuration option:

  • fail-on-scopes: Specify whether you want the action to fail on vulnerabilities or license restrictions in dependencies that are runtime, development, or both. By default the action will only fail on runtime dependencies.
Commits
  • 375c537 Updating to 2.4.0
  • 98f28eb Merge pull request #251 from actions/sarahkemi/ghsa-allowlist
  • 716b322 add allow-ghsas input to action.yml
  • 12ae1bd Update wording in README.md
  • bcb5263 build and package allow-ghsas
  • 241ff73 add doc on allow-ghsas to readme
  • 062b749 revise ghsa filter
  • 4f00b72 filter allowed ghsas in action flow
  • 602f968 create a filter for vulns that are on the allowlist
  • bd61ea0 create config option for ghsa allowlist
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added the pr: dependencies Pull requests that update a dependency file label Oct 3, 2022
@facebook-github-bot facebook-github-bot added the CLA Signed Signed Facebook CLA label Oct 3, 2022
@netlify

netlify Bot commented Oct 5, 2022

Copy link
Copy Markdown

[V2]

Name Link
🔨 Latest commit 9848962
🔍 Latest deploy log https://app.netlify.com/sites/docusaurus-2/deploys/633db057b4556c0009e86f1a
😎 Deploy Preview https://deploy-preview-8168--docusaurus-2.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@slorber

slorber commented Oct 5, 2022

Copy link
Copy Markdown
Collaborator

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Oct 5, 2022

Copy link
Copy Markdown
Contributor Author

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@slorber

slorber commented Oct 5, 2022

Copy link
Copy Markdown
Collaborator

@dependabot recreate

@slorber slorber closed this Oct 5, 2022
@slorber

slorber commented Oct 5, 2022

Copy link
Copy Markdown
Collaborator

@dependabot recreate

@dependabot @github

dependabot Bot commented on behalf of github Oct 5, 2022

Copy link
Copy Markdown
Contributor Author

Looks like this PR is closed. If you re-open it I'll rebase it as long as no-one else has edited it (you can use @dependabot reopen if the branch has been deleted).

@slorber

slorber commented Oct 5, 2022

Copy link
Copy Markdown
Collaborator

@dependabot reopen

@dependabot @github

dependabot Bot commented on behalf of github Oct 5, 2022

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot @github

dependabot Bot commented on behalf of github Oct 5, 2022

Copy link
Copy Markdown
Contributor Author

Looks like this PR is closed. If you re-open it I'll rebase it as long as no-one else has edited it (you can use @dependabot reopen if the branch has been deleted).

@dependabot dependabot Bot deleted the dependabot/github_actions/actions/dependency-review-action-2.4.0 branch October 5, 2022 16:09
@dependabot dependabot Bot reopened this Oct 5, 2022
@dependabot dependabot Bot restored the dependabot/github_actions/actions/dependency-review-action-2.4.0 branch October 5, 2022 16:14
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 2.1.0 to 2.4.0.
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](actions/dependency-review-action@23d1fff...375c537)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/actions/dependency-review-action-2.4.0 branch from 9e0b645 to 9848962 Compare October 5, 2022 16:19
@slorber slorber merged commit 9821879 into main Oct 5, 2022
@slorber slorber deleted the dependabot/github_actions/actions/dependency-review-action-2.4.0 branch October 5, 2022 16:33
@github-actions

github-actions Bot commented Oct 5, 2022

Copy link
Copy Markdown

⚡️ Lighthouse report for the deploy preview of this PR

URL Performance Accessibility Best Practices SEO PWA Report
/ 🔴 39 🟢 98 🟢 100 🟢 100 🟠 80 Report
/docs/installation 🟢 92 🟢 100 🟢 100 🟢 100 🟢 90 Report

This was referenced Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed Signed Facebook CLA pr: dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants