Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/release-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
steps:
-
name: Check for "next release" label
uses: actions/github-script@v6
uses: actions/github-script@v9

Check failure on line 21 in .github/workflows/release-checks.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

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

Check failure on line 21 in .github/workflows/release-checks.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

release-checks.yml:21: unpinned action reference: action is not pinned to a hash (required by blanket policy)
with:
script: |
const { data: pulls } = await github.rest.pulls.list({
Expand Down
Loading