File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ jobs:
230
230
echo "path=${{ steps.binary.outputs.path }}.gz" >> ${{ runner.os == 'Windows' && '$ENV:GITHUB_OUTPUT' || '$GITHUB_OUTPUT' }}
231
231
- if : github.ref == 'refs/heads/main'
232
232
name : Upload release
233
- uses : svenstaro/upload-release-action@ebd922b779f285dafcac6410a0710daee9c12b82 # v2
233
+ uses : svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 # v2
234
234
with :
235
235
repo_token : ${{ secrets.BOT_GITHUB_TOKEN }}
236
236
tag : hive-gateway@${{ steps.ver-gateway.outputs.result }}
Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ jobs:
231
231
# we must load so that the created image can be scanned
232
232
load : true
233
233
- name : Scan
234
- uses : aquasecurity/trivy-action@76071ef0d7ec797419534a183b498b4d6366cf37 # 0.31 .0
234
+ uses : aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4 # 0.32 .0
235
235
with :
236
236
image-ref : ghcr.io/graphql-hive/gateway:e2e${{ matrix.runtime == 'Bun' && '-bun' || '' }}
237
237
format : table
You can’t perform that action at this time.
0 commit comments