From 49e765ee4a74addd6b316ba0aa1f1448cebf51a0 Mon Sep 17 00:00:00 2001 From: Dmitriy Pertsev Date: Sun, 10 Mar 2024 18:06:41 +0300 Subject: [PATCH] Update credo.yml --- .github/workflows/credo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/credo.yml b/.github/workflows/credo.yml index d26ca6c..bc713d5 100644 --- a/.github/workflows/credo.yml +++ b/.github/workflows/credo.yml @@ -34,7 +34,7 @@ jobs: contents: read # for actions/checkout to fetch code security-events: write # for github/codeql-action/upload-sarif to upload SARIF results actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: fail-fast: false matrix: