From 0031d989430d8d6818c1bee6ec04413a61705f1f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 11 Jan 2024 21:46:00 +0000 Subject: [PATCH] chore(deps): update github actions dependencies --- .github/workflows/ci.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/semgrep.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8729bba..4ddbcef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: "6.0.x" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b8bb341..9d967b5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: "6.0.x" diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 773b841..5ecd52b 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -37,14 +37,14 @@ jobs: - name: Save report as pipeline artifact if: ${{ github.event_name != 'pull_request' }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: report.sarif path: report.sarif - name: Publish code scanning alerts if: ${{ github.event_name != 'pull_request' }} - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: report.sarif category: semgrep