Skip to content

Commit 09661b8

Browse files
chore(deps): pin dependencies
1 parent 8429ec0 commit 09661b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-branch.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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

@@ -42,7 +42,7 @@ jobs:
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 }}';
@@ -54,7 +54,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)