We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d1165b commit 08b8fcbCopy full SHA for 08b8fcb
.github/workflows/dependency-review.yml
@@ -13,8 +13,6 @@ permissions:
13
14
jobs:
15
dependency-review:
16
- uses: nuxt/.github/.github/workflows/dependency-review.yml@5e4467c7ad55361af1e3d430e9a04a9095d541c5
+ uses: nuxt/.github/.github/workflows/dependency-review.yml@main
17
with:
18
fail-on-provenance-change: true
19
- base-ref: ${{ github.event.pull_request.base.sha || github.event.merge_group.base_sha }}
20
- head-ref: ${{ github.event.pull_request.head.sha || github.event.merge_group.head_sha }}
0 commit comments