Skip to content

Commit c9b2e59

Browse files
chore(deps): bump the github-actions group with 4 updates (#2201)
Bumps the github-actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-python](https://github.com/actions/setup-python), [github/codeql-action](https://github.com/github/codeql-action) and [morrisoncole/pr-lint-action](https://github.com/morrisoncole/pr-lint-action). Updates `actions/checkout` from 3 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) Updates `actions/setup-python` from 4 to 5 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) Updates `github/codeql-action` from 2 to 3 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v2...v3) Updates `morrisoncole/pr-lint-action` from 1.4.1 to 1.7.0 - [Release notes](https://github.com/morrisoncole/pr-lint-action/releases) - [Commits](MorrisonCole/pr-lint-action@v1.4.1...v1.7.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: morrisoncole/pr-lint-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel Vaz Gaspar <[email protected]>
1 parent c67f204 commit c9b2e59

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
python-version: [3.8]
1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
- name: Setup Python
20-
uses: actions/setup-python@v4
20+
uses: actions/setup-python@v5
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323
- name: Install dependencies
@@ -55,9 +55,9 @@ jobs:
5555
ports:
5656
- 15432:5432
5757
steps:
58-
- uses: actions/checkout@v3
58+
- uses: actions/checkout@v4
5959
- name: Setup Python
60-
uses: actions/setup-python@v4
60+
uses: actions/setup-python@v5
6161
with:
6262
python-version: ${{ matrix.python-version }}
6363
- name: Run openldap
@@ -106,9 +106,9 @@ jobs:
106106
ports:
107107
- 13306:3306
108108
steps:
109-
- uses: actions/checkout@v3
109+
- uses: actions/checkout@v4
110110
- name: Setup Python
111-
uses: actions/setup-python@v4
111+
uses: actions/setup-python@v5
112112
with:
113113
python-version: ${{ matrix.python-version }}
114114
- name: Run openldap
@@ -155,9 +155,9 @@ jobs:
155155
ports:
156156
- 11433:1433
157157
steps:
158-
- uses: actions/checkout@v3
158+
- uses: actions/checkout@v4
159159
- name: Setup Python
160-
uses: actions/setup-python@v4
160+
uses: actions/setup-python@v5
161161
with:
162162
python-version: ${{ matrix.python-version }}
163163
- name: Run openldap
@@ -199,9 +199,9 @@ jobs:
199199
ports:
200200
- 27017:27017
201201
steps:
202-
- uses: actions/checkout@v3
202+
- uses: actions/checkout@v4
203203
- name: Setup Python
204-
uses: actions/setup-python@v4
204+
uses: actions/setup-python@v5
205205
with:
206206
python-version: ${{ matrix.python-version }}
207207
- name: Install dependencies
@@ -226,9 +226,9 @@ jobs:
226226
matrix:
227227
python-version: [3.8]
228228
steps:
229-
- uses: actions/checkout@v3
229+
- uses: actions/checkout@v4
230230
- name: Setup Python
231-
uses: actions/setup-python@v4
231+
uses: actions/setup-python@v5
232232
with:
233233
python-version: ${{ matrix.python-version }}
234234
- name: Install dependencies

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030

3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@v3
33+
uses: actions/checkout@v4
3434

3535
# Initializes the CodeQL tools for scanning.
3636
- name: Initialize CodeQL
37-
uses: github/codeql-action/init@v2
37+
uses: github/codeql-action/init@v3
3838
with:
3939
languages: ${{ matrix.language }}
4040
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -45,6 +45,6 @@ jobs:
4545
# queries: security-extended,security-and-quality
4646

4747
- name: Perform CodeQL Analysis
48-
uses: github/codeql-action/analyze@v2
48+
uses: github/codeql-action/analyze@v3
4949
with:
5050
category: "/language:${{matrix.language}}"

.github/workflows/ptlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
check:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: morrisoncole/pr-lint-action@v1.4.1
15+
- uses: morrisoncole/pr-lint-action@v1.7.0
1616
with:
1717
title-regex: "^(build|chore|ci|docs|feat|fix|perf|refactor|style|test|release|other)((.+))?:\\s.+"
1818
on-failed-regex-fail-action: true

0 commit comments

Comments
 (0)