File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout code
20- uses : actions/checkout@v4
20+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2121 with :
2222 fetch-depth : 0
2323
4242
4343 - name : Find GitHub username by email
4444 id : find_user
45- uses : actions/github-script@v7
45+ uses : actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
4646 with :
4747 script : |
4848 const email = process.env['AUTHOR_EMAIL'] || '${{ steps.last_author.outputs.author_email }}';
5454 }
5555
5656 - name : Create Pull Request
57- uses : peter-evans/create-pull-request@v5
57+ uses : peter-evans/create-pull-request@4e1beaa7521e8b457b572c090b25bd3db56bf1c5 # v5
5858 with :
5959 token : ${{ secrets.GITHUB_TOKEN }}
6060 branch : ${{ env.RELEASE_BRANCH }}
You can’t perform that action at this time.
0 commit comments