File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ jobs:
18
18
run : |
19
19
pip install lxml
20
20
- name : checkout current repo
21
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
21
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
22
22
with :
23
23
path : ' tests'
24
24
- name : checkout TKG repo
25
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
25
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
26
26
with :
27
27
repository : ' adoptium/TKG.git'
28
28
ref : ' master'
Original file line number Diff line number Diff line change 15
15
outputs :
16
16
buildLists : ${{ steps.locations_parse.outputs.build_lists }}
17
17
steps :
18
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
18
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
19
19
- uses : jitterbit/get-changed-files@v1
20
20
id : get_change
21
21
continue-on-error : true
38
38
build_list : ${{ fromJson(needs.getBuildLists.outputs.buildLists) }}
39
39
impl : [hotspot, openj9]
40
40
steps :
41
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
41
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
42
42
- uses : AdoptOpenJDK/install-jdk@v1
43
43
with :
44
44
version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
13
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
14
14
15
15
- name : Install dependencies
16
16
run : |
Original file line number Diff line number Diff line change 19
19
with :
20
20
python-version : 3.8
21
21
- name : checkout current repo
22
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
22
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
23
23
- name : install reqs
24
24
run : |
25
25
pip install -r scripts/disabled_tests/requirements.txt
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
19
19
id : workflow_run_info
20
20
# Checkout current repo to access the repo-specific config file `.github/workflows/runAqaConfig.json`
21
21
- name : Checkout current repo
22
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
22
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
23
23
with :
24
24
path : ' main'
25
25
# Checkout the main TKG repo to access the shared script `scripts/testRepo/runAqaArgParse.py`
26
26
- name : Checkout main TKG repo
27
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
27
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
28
28
with :
29
29
repository : ' adoptium/TKG.git'
30
30
ref : ' master'
You can’t perform that action at this time.
0 commit comments