File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 name : ${{ github.event.inputs.environment || 'dev' }}
4444
4545 steps :
46- - uses : actions/checkout@v6
46+ - uses : actions/checkout@v7
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 1717 if : github.repository == 'bcgov/dep-public'
1818
1919 steps :
20- - uses : actions/checkout@v6
20+ - uses : actions/checkout@v7
2121 - run : " true"
2222
2323 linting :
2929 python-version : [3.12]
3030
3131 steps :
32- - uses : actions/checkout@v6
32+ - uses : actions/checkout@v7
3333 - name : Set up Python ${{ matrix.python-version }}
3434 uses : actions/setup-python@v6
3535 with :
8888 options : --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
8989
9090 steps :
91- - uses : actions/checkout@v6
91+ - uses : actions/checkout@v7
9292 - name : Set up Python ${{ matrix.python-version }}
9393 uses : actions/setup-python@v6
9494 with :
@@ -114,7 +114,7 @@ jobs:
114114 runs-on : ubuntu-24.04
115115
116116 steps :
117- - uses : actions/checkout@v6
117+ - uses : actions/checkout@v7
118118 - name : build to check strictness
119119 id : build
120120 run : |
Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v6
41+ uses : actions/checkout@v7
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 4242 environment : ${{github.event.inputs.environment || 'dev' }}
4343
4444 steps :
45- - uses : actions/checkout@v6
45+ - uses : actions/checkout@v7
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/dep-public'
2121
2222 steps :
23- - uses : actions/checkout@v6
23+ - uses : actions/checkout@v7
2424 - run : " true"
2525
2626 linting :
3232 python-version : [3.12]
3333
3434 steps :
35- - uses : actions/checkout@v6
35+ - uses : actions/checkout@v7
3636 - name : Set up Python ${{ matrix.python-version }}
3737 uses : actions/setup-python@v6
3838 with :
5454 runs-on : ubuntu-24.04
5555
5656 steps :
57- - uses : actions/checkout@v6
57+ - uses : actions/checkout@v7
5858 - name : build to check strictness
5959 id : build
6060 run : |
Original file line number Diff line number Diff line change 4343 environment : ${{github.event.inputs.environment || 'dev' }}
4444
4545 steps :
46- - uses : actions/checkout@v6
46+ - uses : actions/checkout@v7
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 1919 if : github.repository == 'bcgov/dep-public'
2020
2121 steps :
22- - uses : actions/checkout@v6
22+ - uses : actions/checkout@v7
2323 - run : " true"
2424
2525 linting :
3131 python-version : [3.12]
3232
3333 steps :
34- - uses : actions/checkout@v6
34+ - uses : actions/checkout@v7
3535 - name : Set up Python ${{ matrix.python-version }}
3636 uses : actions/setup-python@v6
3737 with :
5858 runs-on : ubuntu-24.04
5959
6060 steps :
61- - uses : actions/checkout@v6
61+ - uses : actions/checkout@v7
6262 - name : Build Docker image
6363 id : build
6464 run : |
7373 python-version : [3.12]
7474
7575 steps :
76- - uses : actions/checkout@v6
76+ - uses : actions/checkout@v7
7777 - name : Set up Python ${{ matrix.python-version }}
7878 uses : actions/setup-python@v6
7979 with :
Original file line number Diff line number Diff line change 4141 environment : ${{ github.event.inputs.environment || 'dev' }}
4242
4343 steps :
44- - uses : actions/checkout@v6
44+ - uses : actions/checkout@v7
4545
4646 - name : Install Openshift Tooling
4747 uses : redhat-actions/openshift-tools-installer@v1.13.1
Original file line number Diff line number Diff line change 2020 if : github.repository == 'bcgov/dep-public'
2121
2222 steps :
23- - uses : actions/checkout@v6
23+ - uses : actions/checkout@v7
2424 - run : " true"
2525
2626 linting :
3232 python-version : [3.12]
3333
3434 steps :
35- - uses : actions/checkout@v6
35+ - uses : actions/checkout@v7
3636 - name : Set up Python ${{ matrix.python-version }}
3737 uses : actions/setup-python@v6
3838 with :
@@ -100,7 +100,7 @@ jobs:
100100 python-version : [3.12]
101101
102102 steps :
103- - uses : actions/checkout@v6
103+ - uses : actions/checkout@v7
104104 - name : Set up Python ${{ matrix.python-version }}
105105 uses : actions/setup-python@v6
106106 with :
@@ -127,7 +127,7 @@ jobs:
127127 runs-on : ubuntu-24.04
128128
129129 steps :
130- - uses : actions/checkout@v6
130+ - uses : actions/checkout@v7
131131 - name : build to check strictness
132132 id : build
133133 run : |
Original file line number Diff line number Diff line change 4444 environment : ${{github.event.inputs.environment || 'dev' }}
4545
4646 steps :
47- - uses : actions/checkout@v6
47+ - uses : actions/checkout@v7
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