There was an error while loading. Please reload this page.
1 parent 4b252ec commit c4f425bCopy full SHA for c4f425b
1 file changed
.github/workflows/merge-release.yml
@@ -29,7 +29,7 @@ jobs:
29
name: Merge tag
30
31
steps:
32
- - uses: actions/create-github-app-token@v3.2.0
+ - uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
33
id: app-token
34
with:
35
app-id: ${{ vars.GHA_APP_ID }}
@@ -40,7 +40,7 @@ jobs:
40
echo 'BRANCH='${{ inputs.branch || 'main' }} >> $GITHUB_ENV
41
42
- name: Checkout "${{ env.BRANCH }}" branch locally
43
- uses: actions/checkout@v7
+ - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
44
45
ref: ${{ env.BRANCH }}
46
fetch-tags: true
0 commit comments