This repository was archived by the owner on Oct 13, 2024. It is now read-only.
Commit de461ec 1 parent 657a9a1 commit de461ec Copy full SHA for de461ec
File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115
115
116
116
- name : Setup Release
117
117
id : setup_release
118
- uses : LizardByte/setup-release-action@v2024.608.210128
118
+ uses : LizardByte/setup-release-action@v2024.714.140421
119
119
with :
120
120
dotnet : ${{ needs.check_dockerfiles.outputs.dotnet }}
121
121
github_token : ${{ secrets.GITHUB_TOKEN }}
@@ -301,7 +301,7 @@ jobs:
301
301
- name : Build artifacts
302
302
if : ${{ steps.prepare.outputs.artifacts == 'true' }}
303
303
id : build_artifacts
304
- uses : docker/build-push-action@v5
304
+ uses : docker/build-push-action@v6
305
305
with :
306
306
context : ./
307
307
file : ${{ matrix.dockerfile }}
@@ -323,7 +323,7 @@ jobs:
323
323
324
324
- name : Build and push
325
325
id : build
326
- uses : docker/build-push-action@v5
326
+ uses : docker/build-push-action@v6
327
327
with :
328
328
context : ./
329
329
file : ${{ matrix.dockerfile }}
@@ -362,7 +362,7 @@ jobs:
362
362
363
363
- name : Create/Update GitHub Release
364
364
if : ${{ needs.setup_release.outputs.publish_release == 'true' && steps.prepare.outputs.artifacts == 'true' }}
365
- uses : LizardByte/create-release-action@v2024.611.132610
365
+ uses : LizardByte/create-release-action@v2024.614.221009
366
366
with :
367
367
allowUpdates : true
368
368
artifacts : " *artifacts/*"
Original file line number Diff line number Diff line change @@ -162,6 +162,7 @@ jobs:
162
162
# queries: security-extended,security-and-quality
163
163
config : |
164
164
paths-ignore:
165
+ - build
165
166
- node_modules
166
167
- third-party
167
168
@@ -196,6 +197,7 @@ jobs:
196
197
input : sarif-results/${{ matrix.language }}.sarif
197
198
output : sarif-results/${{ matrix.language }}.sarif
198
199
patterns : |
200
+ -build/**
199
201
-node_modules/**
200
202
-third\-party/**
201
203
You can’t perform that action at this time.
0 commit comments