@@ -19,13 +19,13 @@ jobs:
1919 steps :
2020 - name : Generate GitHub App Token
2121 id : github_app_token
22- uses : actions/create-github-app-token@v3
22+ uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
2323 with :
2424 app-id : ${{ secrets.APP_ID }}
2525 private-key : ${{ secrets.APP_PRIVATE_KEY }}
2626
2727 - name : Checkout .github/actions directory
28- uses : actions/checkout@v6
28+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2929 with :
3030 path : gh
3131 sparse-checkout : |
4545 runs-on : ubuntu-latest
4646 steps :
4747 - name : Checkout .github/actions directory
48- uses : actions/checkout@v6
48+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4949 with :
5050 path : gh
5151 sparse-checkout : |
@@ -110,15 +110,15 @@ jobs:
110110
111111 - name : Generate GitHub App Token
112112 id : github_app_token
113- uses : actions/create-github-app-token@v3
113+ uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
114114 if : env.is_version_tag == 'true' || env.is_patch_indev_branch == 'true' || env.is_minor_indev_branch == 'true'
115115 with :
116116 app-id : ${{ secrets.APP_ID }}
117117 private-key : ${{ secrets.APP_PRIVATE_KEY }}
118118
119119 - name : Create ${{ env.patch_indev_branch_name }} Branch
120120 if : false && env.is_minor_bump == 'true'
121- uses : peterjgrainger/action-create-branch@v3 .0.0
121+ uses : peterjgrainger/action-create-branch@4b81ce657e255acd677cc6c55c9c763654be3aef # v4 .0.0
122122 with :
123123 branch : ${{ env.patch_indev_branch_name }}
124124 sha : ${{ github.sha }}
@@ -127,7 +127,7 @@ jobs:
127127
128128 - name : Create ${{ env.minor_indev_branch_name }} Branch
129129 if : env.is_major_bump == 'true'
130- uses : peterjgrainger/action-create-branch@v3 .0.0
130+ uses : peterjgrainger/action-create-branch@4b81ce657e255acd677cc6c55c9c763654be3aef # v4 .0.0
131131 with :
132132 branch : ${{ env.minor_indev_branch_name }}
133133 sha : ${{ github.sha }}
0 commit comments