Skip to content

Commit c4f425b

Browse files
authored
chore(deps): pin actions
1 parent 4b252ec commit c4f425b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/merge-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
name: Merge tag
3030

3131
steps:
32-
- uses: actions/create-github-app-token@v3.2.0
32+
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
3333
id: app-token
3434
with:
3535
app-id: ${{ vars.GHA_APP_ID }}
@@ -40,7 +40,7 @@ jobs:
4040
echo 'BRANCH='${{ inputs.branch || 'main' }} >> $GITHUB_ENV
4141
4242
- name: Checkout "${{ env.BRANCH }}" branch locally
43-
uses: actions/checkout@v7
43+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4444
with:
4545
ref: ${{ env.BRANCH }}
4646
fetch-tags: true

0 commit comments

Comments
 (0)