Skip to content

Commit a57b83e

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

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

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

+2-7
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,12 @@ jobs:
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
3737
runs-on: ubuntu-20.04
38-
strategy:
39-
fail-fast: false
40-
matrix:
41-
otp: [version]
42-
elixir: [version]
4338
steps:
4439
- uses: actions/checkout@v3
4540
- uses: erlef/setup-beam@v1
4641
with:
47-
otp-version: ${{matrix.otp}}
48-
elixir-version: ${{matrix.elixir}}
42+
otp-version: 26.2
43+
elixir-version: 1.16.1
4944
- name: get dependencies
5045
run: mix deps.get
5146
- name: compile dependencies

0 commit comments

Comments
 (0)