From 93bae8981d0996e370fa4036ccdfe20a9770df73 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 00:20:19 +0000 Subject: [PATCH] chore(deps): update github-actions --- .github/workflows/checkton.yaml | 2 +- .github/workflows/go-ci.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checkton.yaml b/.github/workflows/checkton.yaml index 0b63e59ff7..863306e683 100644 --- a/.github/workflows/checkton.yaml +++ b/.github/workflows/checkton.yaml @@ -16,7 +16,7 @@ jobs: - name: Run Checkton id: checkton - uses: chmeliik/checkton@v0.3.0 + uses: chmeliik/checkton@v0.3.1 with: # Set to false when re-enabling SARIF uploads fail-on-findings: true diff --git a/.github/workflows/go-ci.yaml b/.github/workflows/go-ci.yaml index 9ffc6f8e0c..14a31b5a7a 100644 --- a/.github/workflows/go-ci.yaml +++ b/.github/workflows/go-ci.yaml @@ -84,7 +84,7 @@ jobs: # we let the report trigger content trigger a failure using the GitHub Security features. args: '-tags normal,periodic -no-fail -fmt sarif -out results.sarif ${{matrix.path}}/...' - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@a6c8729a5d7573eb8d440e52a9645ce4db61d97c + uses: github/codeql-action/upload-sarif@3d3d628990a5f99229dd9fa1821cc5a4f31b613b with: # Path to SARIF file relative to the root of the repository sarif_file: results.sarif