Skip to content

Commit d884a3e

Browse files
Copilotnetmindzsofthack007
authored
Pin andelf/nightly-release tospecific commit SHA instead of @main branch (#5386)
The nightly release GitHub Action is pinned from the mutable main branch to a specific immutable commit SHA we should update the pin when v2 comes out. --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: netmindz <442066+netmindz@users.noreply.github.com> Co-authored-by: Frank Möhle <91616163+softhack007@users.noreply.github.com>
1 parent 43278a5 commit d884a3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# Exclude issues that were closed without resolution from changelog
3535
excludeLabels: 'stale,wontfix,duplicate,invalid,external,question,use-as-is,not_planned'
3636
- name: Update Nightly Release
37-
uses: andelf/nightly-release@main
37+
uses: andelf/nightly-release@5834076edc55cc05975561c9722043f072ac5c26
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
with:

0 commit comments

Comments
 (0)