File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8787 version : ${{ steps.tag-version.outputs.tagVersion }}
8888 - name : Create Release
8989 id : create-release
90- uses : softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1
90+ uses : softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2.6.2
9191 with :
9292 name : ${{ steps.tag-version.outputs.tagVersion }}
9393 tag_name : ${{ steps.tag-version.outputs.tagVersion }}
Original file line number Diff line number Diff line change 6464 run : npm run build || true # we currently have type errors so just ignore that
6565
6666 - name : Upload build artifacts
67- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
67+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6868 with :
6969 name : harper-build-artifacts-node-${{ matrix.node-version }}
7070 path : |
@@ -127,7 +127,7 @@ jobs:
127127
128128 - name : Upload Harper logs
129129 if : failure()
130- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
130+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
131131 with :
132132 name : harper-integration-api-test-logs-node-${{ matrix.node-version }}
133133 path : /tmp/hdb/log/
@@ -175,7 +175,7 @@ jobs:
175175
176176 - name : Upload Harper server logs
177177 if : failure()
178- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
178+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
179179 with :
180180 name : harper-server-logs-node-${{ matrix.node-version }}-shard-${{ matrix.shard }}
181181 path : /tmp/harper-integration-test-logs/
Original file line number Diff line number Diff line change 3535 uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
3636 - name : Build and push by digest
3737 id : build
38- uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0 .0
38+ uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1 .0
3939 with :
4040 context : .
4141 platforms : ${{ matrix.platform }}
4747 digest="${{ steps.build.outputs.digest }}"
4848 touch "/tmp/digests/${digest#sha256:}"
4949 - name : Upload digest
50- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
50+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5151 with :
5252 name : digest-${{ matrix.platform == 'linux/amd64' && 'amd64' || 'arm64' }}
5353 path : /tmp/digests/*
You can’t perform that action at this time.
0 commit comments