File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
otps : ${{ steps.versions.outputs.versions }}
11
11
steps :
12
12
- name : Clone the repository
13
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
13
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
14
14
- name : Get latest OTP versions
15
15
id : versions
16
16
env :
30
30
container :
31
31
image : erlang:${{ matrix.otp }}
32
32
steps :
33
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
33
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
34
34
- name : Install dependencies
35
35
run : apt update && apt install --yes jq
36
36
- name : run tests
Original file line number Diff line number Diff line change 6
6
uuid :
7
7
runs-on : ubuntu-22.04
8
8
steps :
9
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
9
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
10
10
- run : sudo apt install --yes jq
11
11
- run : |
12
12
bad_uuid=$(cat config.json | jq --raw-output '.exercises | map(.uuid) | .[]' | grep -vE '^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$' || true)
You can’t perform that action at this time.
0 commit comments