Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/actions/check-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
runs:
using: composite
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Checkout and setup environment
uses: MetaMask/action-checkout-and-setup@v3

Check failure

Code scanning / zizmor

unpinned action reference: action is not pinned to a hash (required by blanket policy) Error

unpinned action reference: action is not pinned to a hash (required by blanket policy)
Comment thread
Mrtenz marked this conversation as resolved.
Dismissed
with:
fetch-depth: 0
is-high-risk-environment: false
skip-install: true

- name: Get merge base
id: merge-base
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Check release
if: github.event_name != 'push'
uses: ./.github/actions/check-release
Expand Down
Loading