File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 name : " dev"
4343
4444 steps :
45- - uses : actions/checkout@v3
45+ - uses : actions/checkout@v5
4646
4747 - name : Install Openshift Tooling
4848 uses : redhat-actions/openshift-tools-installer@v1.13.1
Original file line number Diff line number Diff line change 1717 if : github.repository == 'bcgov/met-public'
1818
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v5
2121 - run : " true"
2222
2323 linting :
2929 python-version : [3.12]
3030
3131 steps :
32- - uses : actions/checkout@v3
32+ - uses : actions/checkout@v5
3333 - name : Set up Python ${{ matrix.python-version }}
3434 uses : actions/setup-python@v1
3535 with :
8888 options : --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
8989
9090 steps :
91- - uses : actions/checkout@v3
91+ - uses : actions/checkout@v5
9292 - name : Set up Python ${{ matrix.python-version }}
9393 uses : actions/setup-python@v1
9494 with :
@@ -124,7 +124,7 @@ jobs:
124124 runs-on : ubuntu-24.04
125125
126126 steps :
127- - uses : actions/checkout@v3
127+ - uses : actions/checkout@v5
128128 - name : build to check strictness
129129 id : build
130130 run : |
Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v3
41+ uses : actions/checkout@v5
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 3030 environment :
3131 name : ${{ github.event.inputs.environment }}
3232 steps :
33- - uses : actions/checkout@v3
33+ - uses : actions/checkout@v5
3434
3535 - name : Install Openshift Tooling
3636 uses : redhat-actions/openshift-tools-installer@v1.13.1
Original file line number Diff line number Diff line change 4242 name : " dev"
4343
4444 steps :
45- - uses : actions/checkout@v3
45+ - uses : actions/checkout@v5
4646
4747 - name : Install Openshift Tooling
4848 uses : redhat-actions/openshift-tools-installer@v1.13.1
Original file line number Diff line number Diff line change 2020 if : github.repository == 'bcgov/met-public'
2121
2222 steps :
23- - uses : actions/checkout@v3
23+ - uses : actions/checkout@v5
2424 - run : " true"
2525
2626 linting :
3232 python-version : [3.12]
3333
3434 steps :
35- - uses : actions/checkout@v3
35+ - uses : actions/checkout@v5
3636 - name : Set up Python ${{ matrix.python-version }}
3737 uses : actions/setup-python@v1
3838 with :
9999 python-version : [3.12]
100100
101101 steps :
102- - uses : actions/checkout@v3
102+ - uses : actions/checkout@v5
103103 - name : Set up Python ${{ matrix.python-version }}
104104 uses : actions/setup-python@v1
105105 with :
@@ -135,7 +135,7 @@ jobs:
135135 runs-on : ubuntu-24.04
136136
137137 steps :
138- - uses : actions/checkout@v3
138+ - uses : actions/checkout@v5
139139 - name : build to check strictness
140140 id : build
141141 run : |
Original file line number Diff line number Diff line change 4343 name : " dev"
4444
4545 steps :
46- - uses : actions/checkout@v3
46+ - uses : actions/checkout@v5
4747
4848 - name : Install Openshift Tooling
4949 uses : redhat-actions/openshift-tools-installer@v1.13.1
Original file line number Diff line number Diff line change 2020 if : github.repository == 'bcgov/met-public'
2121
2222 steps :
23- - uses : actions/checkout@v3
23+ - uses : actions/checkout@v5
2424 - run : " true"
2525
2626 linting :
3232 python-version : [3.12]
3333
3434 steps :
35- - uses : actions/checkout@v3
35+ - uses : actions/checkout@v5
3636 - name : Set up Python ${{ matrix.python-version }}
3737 uses : actions/setup-python@v1
3838 with :
5454 runs-on : ubuntu-24.04
5555
5656 steps :
57- - uses : actions/checkout@v3
57+ - uses : actions/checkout@v5
5858 - name : build to check strictness
5959 id : build
6060 run : |
Original file line number Diff line number Diff line change 4444 name : " dev"
4545
4646 steps :
47- - uses : actions/checkout@v3
47+ - uses : actions/checkout@v5
4848
4949 - name : Install Openshift Tooling
5050 uses : redhat-actions/openshift-tools-installer@v1.13.1
Original file line number Diff line number Diff line change 4444 name : " dev"
4545
4646 steps :
47- - uses : actions/checkout@v3
47+ - uses : actions/checkout@v5
4848
4949 - name : Install Openshift Tooling
5050 uses : redhat-actions/openshift-tools-installer@v1.13.1
You can’t perform that action at this time.
0 commit comments