File tree Expand file tree Collapse file tree 8 files changed +15
-15
lines changed
Expand file tree Collapse file tree 8 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ jobs:
138138 ref : ${{ needs.env-protect-setup.outputs.ref }}
139139 - name : Add pwd to git safe dir
140140 run : git config --global --add safe.directory `pwd`
141- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
141+ - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
142142 - name : get bazel config
143143 uses : ./.github/actions/bazelrc
144144 with :
Original file line number Diff line number Diff line change @@ -120,10 +120,10 @@ jobs:
120120 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
121121 with :
122122 fetch-depth : 0
123- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
123+ - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
124124 with :
125125 name : macos-artifacts
126- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
126+ - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
127127 with :
128128 name : artifact-upload-log
129129 - name : Import GPG key
@@ -168,7 +168,7 @@ jobs:
168168 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
169169 with :
170170 fetch-depth : 0
171- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
171+ - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
172172 - name : Create Release
173173 env :
174174 REF : ${{ github.event.ref }}
@@ -221,7 +221,7 @@ jobs:
221221 git config --global user.email 'build@pixielabs.ai'
222222 git config --global user.signingkey "${BUILDBOT_GPG_KEY_ID}"
223223 git config --global commit.gpgsign true
224- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
224+ - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
225225 id : download-artifact
226226 with :
227227 name : manifest-updates
Original file line number Diff line number Diff line change 7171 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7272 with :
7373 fetch-depth : 0
74- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
74+ - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
7575 - name : Create Release
7676 env :
7777 REF : ${{ github.event.ref }}
Original file line number Diff line number Diff line change 8989 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9090 with :
9191 fetch-depth : 0
92- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
92+ - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
9393 - name : Create Release
9494 env :
9595 REF : ${{ github.event.ref }}
@@ -121,7 +121,7 @@ jobs:
121121 with :
122122 fetch-depth : 0
123123 ref : gh-pages
124- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
124+ - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
125125 - name : Setup git
126126 shell : bash
127127 env :
@@ -175,7 +175,7 @@ jobs:
175175 git config --global user.email 'build@pixielabs.ai'
176176 git config --global user.signingkey "${BUILDBOT_GPG_KEY_ID}"
177177 git config --global commit.gpgsign true
178- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
178+ - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
179179 id : download-artifact
180180 with :
181181 name : manifest-updates
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119119 outputs :
120120 experiments : ${{ steps.get-outputs.outputs.run_output }}
121121 steps :
122- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
122+ - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
123123 - id : get-outputs
124124 run : |
125125 all_run_output="$(cat */run_output | jq --slurp -c '.[]')"
Original file line number Diff line number Diff line change 6868 git config --global user.name 'pixie-io-buildbot'
6969 git config --global user.email 'build@pixielabs.ai'
7070 git remote add fork git@github.com:pixie-io-buildbot/docs.px.dev.git
71- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
71+ - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
7272 with :
7373 name : pxl_documentation
7474 path : external/
Original file line number Diff line number Diff line change 5050 with :
5151 fetch-depth : 0
5252 ref : gh-pages
53- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
53+ - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
5454 - name : Import GPG key
5555 env :
5656 BUILDBOT_GPG_KEY_B64 : ${{ secrets.BUILDBOT_GPG_KEY_B64 }}
Original file line number Diff line number Diff line change 9696 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9797 with :
9898 fetch-depth : 0
99- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
99+ - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
100100 - name : Create Release
101101 env :
102102 REF : ${{ github.event.ref }}
@@ -128,7 +128,7 @@ jobs:
128128 with :
129129 fetch-depth : 0
130130 ref : gh-pages
131- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
131+ - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
132132 - name : Setup git
133133 shell : bash
134134 env :
@@ -182,7 +182,7 @@ jobs:
182182 git config --global user.email 'build@pixielabs.ai'
183183 git config --global user.signingkey "${BUILDBOT_GPG_KEY_ID}"
184184 git config --global commit.gpgsign true
185- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
185+ - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
186186 id : download-artifact
187187 with :
188188 name : manifest-updates
You can’t perform that action at this time.
0 commit comments