Skip to content
This repository was archived by the owner on Oct 13, 2024. It is now read-only.

Commit de461ec

Browse files
chore: update global workflows (#427)
1 parent 657a9a1 commit de461ec

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/ci-docker.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115

116116
- name: Setup Release
117117
id: setup_release
118-
uses: LizardByte/setup-release-action@v2024.608.210128
118+
uses: LizardByte/setup-release-action@v2024.714.140421
119119
with:
120120
dotnet: ${{ needs.check_dockerfiles.outputs.dotnet }}
121121
github_token: ${{ secrets.GITHUB_TOKEN }}
@@ -301,7 +301,7 @@ jobs:
301301
- name: Build artifacts
302302
if: ${{ steps.prepare.outputs.artifacts == 'true' }}
303303
id: build_artifacts
304-
uses: docker/build-push-action@v5
304+
uses: docker/build-push-action@v6
305305
with:
306306
context: ./
307307
file: ${{ matrix.dockerfile }}
@@ -323,7 +323,7 @@ jobs:
323323

324324
- name: Build and push
325325
id: build
326-
uses: docker/build-push-action@v5
326+
uses: docker/build-push-action@v6
327327
with:
328328
context: ./
329329
file: ${{ matrix.dockerfile }}
@@ -362,7 +362,7 @@ jobs:
362362

363363
- name: Create/Update GitHub Release
364364
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
366366
with:
367367
allowUpdates: true
368368
artifacts: "*artifacts/*"

.github/workflows/codeql.yml

+2
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ jobs:
162162
# queries: security-extended,security-and-quality
163163
config: |
164164
paths-ignore:
165+
- build
165166
- node_modules
166167
- third-party
167168
@@ -196,6 +197,7 @@ jobs:
196197
input: sarif-results/${{ matrix.language }}.sarif
197198
output: sarif-results/${{ matrix.language }}.sarif
198199
patterns: |
200+
-build/**
199201
-node_modules/**
200202
-third\-party/**
201203

0 commit comments

Comments
 (0)