From 5888222ae97d4d9a2e107be4bd45077430b9012c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 10:34:12 +0100 Subject: [PATCH] chore(deps): update github/codeql-action action to v3.27.5 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/misclint.yml | 2 +- .github/workflows/openssfscorecard.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/misclint.yml b/.github/workflows/misclint.yml index 1621baf..b32ba96 100644 --- a/.github/workflows/misclint.yml +++ b/.github/workflows/misclint.yml @@ -45,6 +45,6 @@ jobs: - name: Upload MegaLinter scan results to GitHub Security tab if: success() || failure() - uses: github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4 + uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5 with: sarif_file: "megalinter-reports/megalinter-report.sarif" diff --git a/.github/workflows/openssfscorecard.yml b/.github/workflows/openssfscorecard.yml index dd8d136..fd25669 100644 --- a/.github/workflows/openssfscorecard.yml +++ b/.github/workflows/openssfscorecard.yml @@ -60,6 +60,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard (optional). # Commenting out will disable upload of results to your repo's Code Scanning dashboard - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4 + uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5 with: sarif_file: results.sarif