From 19b75f17a9da4dadf238e02d1ec09568189093b3 Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Sun, 14 Jul 2024 19:16:13 +0000 Subject: [PATCH 1/3] chore: update global workflows --- .github/workflows/ci-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-docker.yml b/.github/workflows/ci-docker.yml index 0874fd8..640d713 100644 --- a/.github/workflows/ci-docker.yml +++ b/.github/workflows/ci-docker.yml @@ -115,7 +115,7 @@ jobs: - name: Setup Release id: setup_release - uses: LizardByte/setup-release-action@v2024.608.210128 + uses: LizardByte/setup-release-action@v2024.714.140421 with: dotnet: ${{ needs.check_dockerfiles.outputs.dotnet }} github_token: ${{ secrets.GITHUB_TOKEN }} From 3118b0d788c37c38c44bf34d63ea78f901108e8c Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Sun, 14 Jul 2024 19:20:21 +0000 Subject: [PATCH 2/3] chore: update global workflows --- .github/workflows/ci-docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-docker.yml b/.github/workflows/ci-docker.yml index 640d713..603b66a 100644 --- a/.github/workflows/ci-docker.yml +++ b/.github/workflows/ci-docker.yml @@ -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 }} From 4f6859ec123f24bd958a9dc58d5718ca395a963a Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Sun, 14 Jul 2024 19:28:44 +0000 Subject: [PATCH 3/3] chore: update global workflows --- .github/workflows/codeql.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4ff1502..60dbef1 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -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/**