@@ -33,23 +33,23 @@ jobs:
3333 steps :
3434 - name : Get app token
3535 id : app-token
36- uses : getsentry/action-github-app-token@d4b5da6c5e37703f8c3b3e43abb5705b46e159cc # v3
36+ uses : getsentry/action-github-app-token@d4b5da6c5e37703f8c3b3e43abb5705b46e159cc # v3.0.0
3737 with :
3838 app_id : ${{ secrets.GH_APP_ARRAY_RELEASER_APP_ID }}
3939 private_key : ${{ secrets.GH_APP_ARRAY_RELEASER_PRIVATE_KEY }}
4040
4141 - name : Checkout
42- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
42+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4343 with :
4444 fetch-depth : 0
4545 token : ${{ steps.app-token.outputs.token }}
4646 persist-credentials : false
4747
4848 - name : Setup pnpm
49- uses : pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
49+ uses : pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
5050
5151 - name : Setup Node.js
52- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
52+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
5353 with :
5454 node-version : 22
5555 cache : " pnpm"
7272 run : pnpm install --frozen-lockfile
7373
7474 - name : Configure AWS credentials
75- uses : aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4
75+ uses : aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
7676 with :
7777 role-to-assume : ${{ secrets.AWS_TWIG_APP_ASSETS_ROLE_ARN }}
7878 aws-region : ${{ secrets.AWS_TWIG_APP_ASSETS_REGION }}
@@ -143,23 +143,23 @@ jobs:
143143 steps :
144144 - name : Get app token
145145 id : app-token
146- uses : getsentry/action-github-app-token@d4b5da6c5e37703f8c3b3e43abb5705b46e159cc # v3
146+ uses : getsentry/action-github-app-token@d4b5da6c5e37703f8c3b3e43abb5705b46e159cc # v3.0.0
147147 with :
148148 app_id : ${{ secrets.GH_APP_ARRAY_RELEASER_APP_ID }}
149149 private_key : ${{ secrets.GH_APP_ARRAY_RELEASER_PRIVATE_KEY }}
150150
151151 - name : Checkout
152- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
152+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
153153 with :
154154 fetch-depth : 0
155155 token : ${{ steps.app-token.outputs.token }}
156156 persist-credentials : false
157157
158158 - name : Setup pnpm
159- uses : pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
159+ uses : pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
160160
161161 - name : Setup Node.js
162- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
162+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
163163 with :
164164 node-version : 22
165165 cache : " pnpm"
@@ -219,7 +219,7 @@ jobs:
219219 steps :
220220 - name : Get app token
221221 id : app-token
222- uses : getsentry/action-github-app-token@d4b5da6c5e37703f8c3b3e43abb5705b46e159cc # v3
222+ uses : getsentry/action-github-app-token@d4b5da6c5e37703f8c3b3e43abb5705b46e159cc # v3.0.0
223223 with :
224224 app_id : ${{ secrets.GH_APP_ARRAY_RELEASER_APP_ID }}
225225 private_key : ${{ secrets.GH_APP_ARRAY_RELEASER_PRIVATE_KEY }}
0 commit comments