@@ -31,11 +31,11 @@ jobs:
3131 steps :
3232 # https://github.com/marketplace/actions/checkout
3333 - name : Checkout
34- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
3535
3636 # https://github.com/marketplace/actions/create-github-app-token
3737 - name : Create GitHub App Token
38- uses : actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
38+ uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
3939 id : app-token
4040 with :
4141 app-id : ${{ vars.BOT_APP_ID }}
5050 # https://github.com/marketplace/actions/github-script
5151 - name : Generate release notes
5252 id : generate_notes
53- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
53+ uses : actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
5454 with :
5555 github-token : ${{ steps.app-token.outputs.token }}
5656 result-encoding : string
6565 # https://github.com/marketplace/actions/github-script
6666 - name : Existing branch
6767 id : existing-branch
68- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
68+ uses : actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
6969 with :
7070 github-token : ${{ steps.app-token.outputs.token }}
7171 result-encoding : json
8787 - name : Create pull request
8888 if : ${{ steps.existing-branch.outputs.result == 'null' }}
8989 id : create_pr
90- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
90+ uses : actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
9191 with :
9292 github-token : ${{ steps.app-token.outputs.token }}
9393 script : |
@@ -151,7 +151,7 @@ jobs:
151151 - name : Update pull request
152152 if : ${{ steps.existing-branch.outputs.result != 'null' }}
153153 id : update-pr
154- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
154+ uses : actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
155155 with :
156156 github-token : ${{ steps.app-token.outputs.token }}
157157 script : |
@@ -230,11 +230,11 @@ jobs:
230230 steps :
231231 # https://github.com/marketplace/actions/checkout
232232 - name : Checkout
233- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
233+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
234234
235235 # https://github.com/marketplace/actions/create-github-app-token
236236 - name : Create GitHub App Token
237- uses : actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
237+ uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
238238 id : app-token
239239 with :
240240 app-id : ${{ vars.BOT_APP_ID }}
@@ -249,7 +249,7 @@ jobs:
249249 # https://github.com/marketplace/actions/github-script
250250 - name : Create release
251251 id : create-release
252- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
252+ uses : actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
253253 with :
254254 github-token : ${{ steps.app-token.outputs.token }}
255255 result-encoding : string
@@ -265,7 +265,7 @@ jobs:
265265
266266 # https://github.com/marketplace/actions/github-script
267267 - name : Comment on PR
268- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
268+ uses : actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
269269 with :
270270 github-token : ${{ steps.app-token.outputs.token }}
271271 script : |
0 commit comments