We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4802d17 commit a57b83eCopy full SHA for a57b83e
.github/workflows/code-scan-sarif.yml
@@ -35,17 +35,12 @@ jobs:
35
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
36
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
37
runs-on: ubuntu-20.04
38
- strategy:
39
- fail-fast: false
40
- matrix:
41
- otp: [version]
42
- elixir: [version]
43
steps:
44
- uses: actions/checkout@v3
45
- uses: erlef/setup-beam@v1
46
with:
47
- otp-version: ${{matrix.otp}}
48
- elixir-version: ${{matrix.elixir}}
+ otp-version: 26.2
+ elixir-version: 1.16.1
49
- name: get dependencies
50
run: mix deps.get
51
- name: compile dependencies
0 commit comments