From 4802d179a60f6a917e9cfde7d5f5161e8fa950c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20F=C3=B6hring?= Date: Sat, 17 Feb 2024 16:55:27 +0100 Subject: [PATCH] Update GitHub actions --- .github/workflows/{credo.yml => code-scan-sarif.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{credo.yml => code-scan-sarif.yml} (95%) diff --git a/.github/workflows/credo.yml b/.github/workflows/code-scan-sarif.yml similarity index 95% rename from .github/workflows/credo.yml rename to .github/workflows/code-scan-sarif.yml index 31b125d06..bb69a6cfa 100644 --- a/.github/workflows/credo.yml +++ b/.github/workflows/code-scan-sarif.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-latest + runs-on: ubuntu-20.04 strategy: fail-fast: false matrix: @@ -42,7 +42,7 @@ jobs: elixir: [version] steps: - uses: actions/checkout@v3 - - uses: erlef/setup-beam@988e02bfe678367a02564f65ca2e37726dc0268f + - uses: erlef/setup-beam@v1 with: otp-version: ${{matrix.otp}} elixir-version: ${{matrix.elixir}}