Skip to content

Commit 4802d17

Browse files
committed
Update GitHub actions
1 parent b16b8b7 commit 4802d17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/credo.yml .github/workflows/code-scan-sarif.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ jobs:
3434
contents: read # for actions/checkout to fetch code
3535
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
3636
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
37-
runs-on: ubuntu-latest
37+
runs-on: ubuntu-20.04
3838
strategy:
3939
fail-fast: false
4040
matrix:
4141
otp: [version]
4242
elixir: [version]
4343
steps:
4444
- uses: actions/checkout@v3
45-
- uses: erlef/setup-beam@988e02bfe678367a02564f65ca2e37726dc0268f
45+
- uses: erlef/setup-beam@v1
4646
with:
4747
otp-version: ${{matrix.otp}}
4848
elixir-version: ${{matrix.elixir}}

0 commit comments

Comments
 (0)