@@ -37,12 +37,12 @@ jobs:
3737 target_branch : ${{ steps.validate.outputs.target_branch }}
3838 version : ${{ steps.validate.outputs.version }}
3939 steps :
40- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
40+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4141 with :
4242 ref : ${{ github.event.inputs.ref }}
4343 fetch-depth : 0
4444 - name : Set up mise
45- uses : jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0
45+ uses : jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4.2.4
4646 with :
4747 cache : true
4848 experimental : true
@@ -86,12 +86,12 @@ jobs:
8686 VERSION : ${{ needs.validate.outputs.version }}
8787
8888 steps :
89- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
89+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
9090 with :
9191 ref : ${{ env.COMMIT_SHA }}
9292 fetch-depth : 0
9393 - name : Set up mise
94- uses : jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0
94+ uses : jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4.2.4
9595 with :
9696 cache : true
9797 experimental : true
@@ -155,7 +155,7 @@ jobs:
155155 retention-days : 5
156156 - name : Publish to TestPyPI
157157 if : env.DRY_RUN != 'true' && (env.RELEASE_TYPE != 'canary' || (steps.should_publish.outputs.should_publish == 'true' && steps.ci_status.outputs.should_publish == 'true'))
158- uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
158+ uses : pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2
159159 with :
160160 repository-url : https://test.pypi.org/legacy/
161161 packages-dir : py/dist/
@@ -226,7 +226,7 @@ jobs:
226226 steps :
227227 - name : Post to Slack on dry run success
228228 if : needs.validate.outputs.dry_run == 'true'
229- uses : slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3 .0.3
229+ uses : slackapi/slack-github-action@dcb1066f776dd043e64d0e8ba94ca15cc7e1875d # v4 .0.0
230230 with :
231231 method : chat.postMessage
232232 token : ${{ secrets.SLACK_BOT_TOKEN }}
@@ -244,7 +244,7 @@ jobs:
244244 text: "${{ format('*Mode:* dry run\n*Release type:* {0}\n*Version:* {1}\n*Ref:* {2}\n*Commit:* {3}\n\n<{4}/{5}/actions/runs/{6}|View Run>', needs.validate.outputs.release_type, needs.validate.outputs.version, github.event.inputs.ref, needs.validate.outputs.commit_sha, github.server_url, github.repository, github.run_id) }}"
245245 - name : Post to Slack on prerelease success
246246 if : needs.validate.outputs.dry_run != 'true' && needs.validate.outputs.release_type == 'prerelease'
247- uses : slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3 .0.3
247+ uses : slackapi/slack-github-action@dcb1066f776dd043e64d0e8ba94ca15cc7e1875d # v4 .0.0
248248 with :
249249 method : chat.postMessage
250250 token : ${{ secrets.SLACK_BOT_TOKEN }}
@@ -262,7 +262,7 @@ jobs:
262262 text: "${{ format('*Version:* {0}\n*Ref:* {1}\n*Install:* `pip install -i https://test.pypi.org/simple/ braintrust=={0}`\n*Package:* <https://test.pypi.org/project/braintrust/|braintrust (TestPyPI)>\n\n<{2}/{3}/actions/runs/{4}|View Run>', needs.build-and-publish.outputs.version, github.event.inputs.ref, github.server_url, github.repository, github.run_id) }}"
263263 - name : Post to Slack on canary success
264264 if : needs.validate.outputs.dry_run != 'true' && needs.validate.outputs.release_type == 'canary'
265- uses : slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3 .0.3
265+ uses : slackapi/slack-github-action@dcb1066f776dd043e64d0e8ba94ca15cc7e1875d # v4 .0.0
266266 with :
267267 method : chat.postMessage
268268 token : ${{ secrets.SLACK_BOT_TOKEN }}
@@ -286,7 +286,7 @@ jobs:
286286 timeout-minutes : 5
287287 steps :
288288 - name : Post to Slack on intentional skip
289- uses : slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3 .0.3
289+ uses : slackapi/slack-github-action@dcb1066f776dd043e64d0e8ba94ca15cc7e1875d # v4 .0.0
290290 with :
291291 method : chat.postMessage
292292 token : ${{ secrets.SLACK_BOT_TOKEN }}
@@ -310,7 +310,7 @@ jobs:
310310 timeout-minutes : 5
311311 steps :
312312 - name : Post to Slack on failure
313- uses : slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3 .0.3
313+ uses : slackapi/slack-github-action@dcb1066f776dd043e64d0e8ba94ca15cc7e1875d # v4 .0.0
314314 with :
315315 method : chat.postMessage
316316 token : ${{ secrets.SLACK_BOT_TOKEN }}
0 commit comments