chore: update global workflows (#2858)
This commit is contained in:
4
.github/workflows/ci-docker.yml
vendored
4
.github/workflows/ci-docker.yml
vendored
@@ -301,7 +301,7 @@ jobs:
|
|||||||
- name: Build artifacts
|
- name: Build artifacts
|
||||||
if: ${{ steps.prepare.outputs.artifacts == 'true' }}
|
if: ${{ steps.prepare.outputs.artifacts == 'true' }}
|
||||||
id: build_artifacts
|
id: build_artifacts
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: ./
|
context: ./
|
||||||
file: ${{ matrix.dockerfile }}
|
file: ${{ matrix.dockerfile }}
|
||||||
@@ -323,7 +323,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
id: build
|
id: build
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: ./
|
context: ./
|
||||||
file: ${{ matrix.dockerfile }}
|
file: ${{ matrix.dockerfile }}
|
||||||
|
|||||||
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
@@ -162,6 +162,7 @@ jobs:
|
|||||||
# queries: security-extended,security-and-quality
|
# queries: security-extended,security-and-quality
|
||||||
config: |
|
config: |
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
|
- build
|
||||||
- node_modules
|
- node_modules
|
||||||
- third-party
|
- third-party
|
||||||
|
|
||||||
@@ -196,6 +197,7 @@ jobs:
|
|||||||
input: sarif-results/${{ matrix.language }}.sarif
|
input: sarif-results/${{ matrix.language }}.sarif
|
||||||
output: sarif-results/${{ matrix.language }}.sarif
|
output: sarif-results/${{ matrix.language }}.sarif
|
||||||
patterns: |
|
patterns: |
|
||||||
|
-build/**
|
||||||
-node_modules/**
|
-node_modules/**
|
||||||
-third\-party/**
|
-third\-party/**
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user