Skip to content

Commit 6afb717

Browse files
authored
Merge pull request #2888 from bcgov/dependabot/github_actions/actions/checkout-7
chore(deps): bump actions/checkout from 6 to 7
2 parents 793545d + 302e2fa commit 6afb717

16 files changed

Lines changed: 35 additions & 35 deletions

.github/workflows/analytics-api-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
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

.github/workflows/analytics-api-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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:
@@ -29,7 +29,7 @@ jobs:
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:
@@ -88,7 +88,7 @@ jobs:
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: |

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
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

.github/workflows/cron-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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

.github/workflows/cron-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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:
@@ -32,7 +32,7 @@ jobs:
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:
@@ -54,7 +54,7 @@ jobs:
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: |

.github/workflows/dagster-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
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

.github/workflows/dagster-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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:
@@ -31,7 +31,7 @@ jobs:
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:
@@ -58,7 +58,7 @@ jobs:
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: |
@@ -73,7 +73,7 @@ jobs:
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:

.github/workflows/engagement-api-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
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

.github/workflows/engagement-api-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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:
@@ -32,7 +32,7 @@ jobs:
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: |

.github/workflows/engagement-web-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
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

0 commit comments

Comments
 (0)