Skip to content

Commit

Permalink
trying to update deps review action to work well with merge queue (#3509
Browse files Browse the repository at this point in the history
)

Signed-off-by: dzmitry-lahoda <[email protected]>
  • Loading branch information
dzmitry-lahoda committed Apr 27, 2023
1 parent 0d4ed30 commit c902e4a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ env:

jobs:

dependency-review:
if: ${{ github.event_name != 'merge_group' }}
dependency-review:
concurrency:
group: ${{ github.workflow }}-dependency-review-${{ github.event.pull_request.title }}
cancel-in-progress: true
Expand All @@ -46,7 +45,7 @@ jobs:
- name: 'Checkout Repository'
uses: actions/checkout@v3
- name: 'Dependency Review'
uses: actions/dependency-review-action@v2
uses: actions/dependency-review-action@v3
with:
# GHSA-pfrx-2q88-qq97, GHSA-w5p7-h5w8-2hfq, GHSA-wcg3-cvx6-7396 are ignored because they are casued by the static Docusaurus build. Please remove when Docusaurus gets updated.
# GHSA-969w-q74q-9j8v, GHSA-44mr-8vmm-wjhg, GHSA-wh6w-3828-g9qf are ignored because they are transitive dependencies still used by the master branch of Substrate. Please remove when Substrate update the according dependencies.
Expand Down

0 comments on commit c902e4a

Please sign in to comment.