11
11
steps :
12
12
# Checkout the repo and setup the tooling for this job
13
13
- name : Checkout
14
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
14
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
15
15
with :
16
16
fetch-depth : 0
17
17
24
24
25
25
# Upload the contents of the build directory for later stages to use
26
26
- name : Upload build artifacts
27
- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
27
+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
28
28
with :
29
29
name : build-artifacts
30
30
path : build/
@@ -38,12 +38,12 @@ jobs:
38
38
steps :
39
39
# Checkout the repo and setup the tooling for this job
40
40
- name : Checkout
41
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
41
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
42
42
with :
43
43
fetch-depth : 0
44
44
45
45
- name : Download build artifacts
46
- uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
46
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
47
47
with :
48
48
name : build-artifacts
49
49
path : build/
78
78
contents : write
79
79
steps :
80
80
- name : Checkout
81
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
81
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
82
82
with :
83
83
fetch-depth : 0
84
84
89
89
uses : ./.github/actions/install-tools
90
90
91
91
- name : Download build artifacts
92
- uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
92
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
93
93
with :
94
94
name : build-artifacts
95
95
path : build/
@@ -104,7 +104,7 @@ jobs:
104
104
105
105
- name : Get Brew tap repo token
106
106
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
108
108
with :
109
109
app-id : ${{ secrets.HOMEBREW_TAP_WORKFLOW_GITHUB_APP_ID }}
110
110
private-key : ${{ secrets.HOMEBREW_TAP_WORKFLOW_GITHUB_APP_SECRET }}
0 commit comments