File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136136 enable-tag-signing : " false"
137137 - name : Create a PR
138138 id : create-pull-request
139- uses : peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
139+ uses : peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
140140 with :
141141 commit-message : " doc: updated contributors file"
142142 branch : doc/contributors-bot
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ jobs:
151151 -
152152 name : Upload failed cases
153153 if : ${{ failure() }}
154- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
154+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
155155 # TODO(fredbi): ideally, after uploading, we should fire a pull request to add
156156 # this corpus to testdata.
157157 with :
@@ -163,7 +163,7 @@ jobs:
163163 name : Upload current corpus
164164 # This is the current corpus, it does not contain the latest failed case
165165 if : ${{ always() }}
166- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
166+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
167167 with :
168168 path : ${{ env.CORPUS_DIR }}
169169 name : ' ${{ runner.os }}-fuzz-corpus-${{ matrix.test }}'
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ jobs:
214214 ./...
215215 -
216216 name : Upload coverage artifacts
217- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
217+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
218218 with :
219219 # *.coverage.* pattern is automatically detected by codecov
220220 path : ' **/*.coverage.*.out'
@@ -224,7 +224,7 @@ jobs:
224224 name : Upload test report artifacts
225225 # upload report even if tests fail. BTW, this is when they are valuable.
226226 if : ${{ !cancelled() }}
227- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
227+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
228228 with :
229229 path : ' **/unit.report.*.json'
230230 name : ' unit.report.${{ matrix.os }}-${{ matrix.go }}'
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 ./...
110110 -
111111 name : Upload coverage artifacts
112- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
112+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
113113 with :
114114 # *.coverage.* pattern is automatically detected by codecov
115115 path : ' **/*.coverage.*.out'
@@ -119,7 +119,7 @@ jobs:
119119 name : Upload test report artifacts
120120 # upload report even if test fail. BTW, this is when they are valuable.
121121 if : ${{ !cancelled() }}
122- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
122+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
123123 with :
124124 path : ' **/unit.report.*.json'
125125 name : ' unit.report.${{ matrix.os }}-${{ matrix.go }}'
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ jobs:
203203 enable-tag-signing : " false"
204204 - name : Create pull request
205205 id : create-pull-request
206- uses : peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
206+ uses : peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
207207 env :
208208 TARGET_TAG : ${{ inputs.target-tag }}
209209 with :
Original file line number Diff line number Diff line change 9292 uses : go-openapi/gh-actions/ci-jobs/detect-go-monorepo@22f6d5e0e1d13b8e835ea0ffe69ed5589f7cc354 # v1.4.11
9393 -
9494 name : Install git-cliff
95- uses : taiki-e/install-action@b8be7f5e140177087325943c4a8e169d01c59b3d # v2.75.3
95+ uses : taiki-e/install-action@0abfcd587b70a713fdaa7fb502c885e2112acb15 # v2.75.7
9696 with :
9797 tool : git-cliff
9898 -
@@ -338,7 +338,7 @@ jobs:
338338 } >> "${GITHUB_OUTPUT}"
339339 -
340340 name : Create github release
341- uses : softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1
341+ uses : softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
342342 with :
343343 body : ${{ inputs.is-monorepo == 'true' && steps.notes-monorepo.outputs.content || steps.notes.outputs.content }}
344344 tag_name : ${{ inputs.tag }}
You can’t perform that action at this time.
0 commit comments