Skip to content

Commit 4dcece7

Browse files
Bump the github-actions group across 2 directories with 6 updates (#811)
Bumps the github-actions group with 2 updates in the /.github/actions/prepare directory: [actions/cache](https://github.com/actions/cache) and [actions/setup-python](https://github.com/actions/setup-python). Bumps the github-actions group with 4 updates in the /.github/workflows directory: [actions/checkout](https://github.com/actions/checkout), [codecov/codecov-action](https://github.com/codecov/codecov-action), [docker/build-push-action](https://github.com/docker/build-push-action) and [github/codeql-action](https://github.com/github/codeql-action). Updates `actions/cache` from 3 to 4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) Updates `actions/setup-python` from 4.4.0 to 5.2.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@5ccb29d...f677139) Updates `actions/checkout` from 4.1.7 to 4.2.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@692973e...d632683) Updates `codecov/codecov-action` from 4.5.0 to 4.6.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@e28ff12...b9fd7d1) Updates `docker/build-push-action` from 6.7.0 to 6.9.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@5cd11c3...4f58ea7) Updates `github/codeql-action` from 3.26.6 to 3.26.10 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@4dd1613...e2b3eaf) --- updated-dependencies: - dependency-name: actions/cache 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: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d47da00 commit 4dcece7

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

.github/actions/prepare/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
steps:
1414
- name: Restore cached Poetry installation and its cache
1515
id: restore-cache
16-
uses: actions/cache/restore@v3
16+
uses: actions/cache/restore@v4
1717
with:
1818
path: |
1919
~/.cache/pipx/venvs
@@ -23,7 +23,7 @@ runs:
2323
restore-keys: |
2424
poetry-installation-and-cache-${{ inputs.python-version }}-${{ inputs.poetry-version }}-
2525
- name: Set up Python ${{ inputs.python-version }}
26-
uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 # v4.4.0
26+
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
2727
with:
2828
python-version: ${{ inputs.python-version }}
2929
- name: Install Poetry

.github/workflows/cicd.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-22.04
2020
name: lint with isort, Black & flake8
2121
steps:
22-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
22+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2323
- name: "Prepare: restore caches, install Poetry, set up Python"
2424
uses: ./.github/actions/prepare
2525
with:
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-22.04
4343
name: check CLI startup time
4444
steps:
45-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
45+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4646
- name: "Prepare: restore caches, install Poetry, set up Python"
4747
id: prepare
4848
uses: ./.github/actions/prepare
@@ -64,7 +64,7 @@ jobs:
6464
python-version: ["3.9", "3.10", "3.11", "3.12"]
6565
name: test on Python ${{ matrix.python-version }}
6666
steps:
67-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
67+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
6868
- name: Install system packages
6969
run: |
7070
sudo apt-get install \
@@ -109,7 +109,7 @@ jobs:
109109
poetry run pytest --cov=./ --cov-report xml --cov-append -m slow
110110
fi
111111
- name: Upload coverage to Codecov
112-
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
112+
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
113113
env:
114114
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
115115
- name: Save cache
@@ -129,7 +129,7 @@ jobs:
129129
timeout-minutes: 15
130130
steps:
131131
- name: "Build image for testing"
132-
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
132+
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
133133
with:
134134
push: false
135135
tags: test-image
@@ -158,7 +158,7 @@ jobs:
158158
tags: |
159159
latest
160160
- name: Build and push to Quay.io
161-
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
161+
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
162162
with:
163163
push: true
164164
tags: ${{ steps.meta.outputs.tags }}
@@ -170,7 +170,7 @@ jobs:
170170
runs-on: ubuntu-22.04
171171
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
172172
steps:
173-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
173+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
174174
- name: "Prepare: restore caches, install Poetry, set up Python"
175175
uses: ./.github/actions/prepare
176176
with:
@@ -199,7 +199,7 @@ jobs:
199199
type=semver,pattern={{version}}
200200
type=semver,pattern={{major}}.{{minor}}
201201
- name: Build and push to Quay.io
202-
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
202+
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
203203
with:
204204
push: true
205205
tags: ${{ steps.meta.outputs.tags }}

.github/workflows/codeql.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@ jobs:
2727

2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
30+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3131

3232
- name: Initialize CodeQL
33-
uses: github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
33+
uses: github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
3434
with:
3535
languages: ${{ matrix.language }}
3636
queries: +security-and-quality
3737

3838
- name: Autobuild
39-
uses: github/codeql-action/autobuild@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
39+
uses: github/codeql-action/autobuild@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
4040

4141
- name: Perform CodeQL Analysis
42-
uses: github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
42+
uses: github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
4343
with:
4444
category: "/language:${{ matrix.language }}"

.github/workflows/docker-rebuild.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
timeout-minutes: 15
1111
steps:
1212
- name: "Build for testing"
13-
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
13+
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
1414
with:
1515
push: false
1616
tags: test-image
@@ -35,7 +35,7 @@ jobs:
3535
type=semver,pattern={{version}}
3636
type=semver,pattern={{major}}.{{minor}}
3737
- name: Build and push to Quay.io
38-
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
38+
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
3939
with:
4040
push: true
4141
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)