1111 steps :
1212 # Checkout the repo and setup the tooling for this job
1313 - name : Checkout
14- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
14+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1515 with :
1616 fetch-depth : 0
1717
2424
2525 # Upload the contents of the build directory for later stages to use
2626 - name : Upload build artifacts
27- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
27+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
2828 with :
2929 name : build-artifacts
3030 path : build/
@@ -38,12 +38,12 @@ jobs:
3838 steps :
3939 # Checkout the repo and setup the tooling for this job
4040 - name : Checkout
41- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
41+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4242 with :
4343 fetch-depth : 0
4444
4545 - name : Download build artifacts
46- uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
46+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
4747 with :
4848 name : build-artifacts
4949 path : build/
7878 contents : write
7979 steps :
8080 - name : Checkout
81- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
81+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
8282 with :
8383 fetch-depth : 0
8484
8989 uses : ./.github/actions/install-tools
9090
9191 - name : Download build artifacts
92- uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
92+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
9393 with :
9494 name : build-artifacts
9595 path : build/
@@ -104,7 +104,7 @@ jobs:
104104
105105 - name : Get Brew tap repo token
106106 id : brew-tap-token
107- uses : actions/create-github-app-token@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1.10.1
107+ uses : actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3
108108 with :
109109 app-id : ${{ secrets.HOMEBREW_TAP_WORKFLOW_GITHUB_APP_ID }}
110110 private-key : ${{ secrets.HOMEBREW_TAP_WORKFLOW_GITHUB_APP_SECRET }}
0 commit comments