chore: update global workflows (#2858)

This commit is contained in:
LizardByte-bot 2024-07-14 16:41:04 -04:00 committed by GitHub
parent 07fc1063d9
commit 3b95397381
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -301,7 +301,7 @@ jobs:
- name: Build artifacts
if: ${{ steps.prepare.outputs.artifacts == 'true' }}
id: build_artifacts
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./
file: ${{ matrix.dockerfile }}
@ -323,7 +323,7 @@ jobs:
- name: Build and push
id: build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./
file: ${{ matrix.dockerfile }}

View File

@ -162,6 +162,7 @@ jobs:
# queries: security-extended,security-and-quality
config: |
paths-ignore:
- build
- node_modules
- third-party
@ -196,6 +197,7 @@ jobs:
input: sarif-results/${{ matrix.language }}.sarif
output: sarif-results/${{ matrix.language }}.sarif
patterns: |
-build/**
-node_modules/**
-third\-party/**