Skip to content

Commit 4764774

Browse files
Bump the github_actions group with 5 updates (#1376)
* Bump the other group with 5 updates Bumps the other group with 5 updates: | Package | From | To | | --- | --- | --- | | [docker/build-push-action](https://github.com/docker/build-push-action) | `6.15.0` | `6.16.0` | | [actions/setup-python](https://github.com/actions/setup-python) | `5.5.0` | `5.6.0` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4.2.1` | `4.3.0` | | [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter) | `8.5.0` | `8.6.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.28.15` | `3.28.16` | Updates `docker/build-push-action` from 6.15.0 to 6.16.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@471d1dc...14487ce) Updates `actions/setup-python` from 5.5.0 to 5.6.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@8d9ed9a...a26af69) Updates `actions/download-artifact` from 4.2.1 to 4.3.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@95815c3...d3f86a1) Updates `oxsecurity/megalinter` from 8.5.0 to 8.6.0 - [Release notes](https://github.com/oxsecurity/megalinter/releases) - [Changelog](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md) - [Commits](oxsecurity/megalinter@1463330...04cf22b) Updates `github/codeql-action` from 3.28.15 to 3.28.16 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@45775bd...28deaed) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: other - dependency-name: actions/setup-python dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: other - dependency-name: actions/download-artifact dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: other - dependency-name: oxsecurity/megalinter dependency-version: 8.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: other - dependency-name: github/codeql-action dependency-version: 3.28.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: other ... Signed-off-by: dependabot[bot] <[email protected]> * Rename other group in dependabot --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tim Pansino <[email protected]>
1 parent 8c53c6d commit 4764774

File tree

6 files changed

+9
-13
lines changed

6 files changed

+9
-13
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,10 @@ updates:
3434
schedule:
3535
interval: "weekly"
3636
open-pull-requests-limit: 1
37-
# Ignore cibuildwheel to avoid dropped Python versions
3837
ignore:
38+
# Ignore cibuildwheel to avoid dropped Python versions
3939
- dependency-name: "pypa/cibuildwheel*"
40-
# Don't group cibuildwheel with other actions, so we don't accidentally upgrade too far
4140
groups:
42-
cibuildwheel:
43-
patterns:
44-
- "pypa/cibuildwheel*"
45-
other:
41+
github_actions:
4642
patterns:
4743
- "*"

.github/workflows/build-ci-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
password: ${{ secrets.GITHUB_TOKEN }}
6060

6161
- name: Build and Publish Image
62-
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # 6.15.0
62+
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # 6.16.0
6363
with:
6464
push: ${{ github.event_name != 'pull_request' }}
6565
context: .github/containers

.github/workflows/deploy-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
persist-credentials: false
150150
fetch-depth: 0
151151

152-
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # 5.5.0
152+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # 5.6.0
153153
with:
154154
python-version: "3.x"
155155
architecture: x64
@@ -160,7 +160,7 @@ jobs:
160160
pip install -U wheel setuptools packaging twine
161161
162162
- name: Download Artifacts
163-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # 4.2.1@95815c38cf2ff2164869cbab79da8d1f422bc89e # 4.2.1
163+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # 4.3.0@95815c38cf2ff2164869cbab79da8d1f422bc89e # 4.3.0
164164
with:
165165
path: ./artifacts/
166166

.github/workflows/mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
id: ml
5656
# You can override MegaLinter flavor used to have faster performances
5757
# More info at https://megalinter.io/flavors/
58-
uses: oxsecurity/megalinter/flavors/python@146333030da68e2e58c6ff826633824fabe01eaf # 8.5.0
58+
uses: oxsecurity/megalinter/flavors/python@04cf22b980c2e9c2121553417ed651c944afc8e1 # 8.6.0
5959
env:
6060
# All available variables are described in documentation
6161
# https://megalinter.io/configuration/

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ jobs:
6767

6868
steps:
6969
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
70-
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # 5.5.0
70+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # 5.6.0
7171
with:
7272
python-version: "3.10"
7373
architecture: x64
7474

7575
- name: Download Coverage Artifacts
76-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # 4.2.1
76+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # 4.3.0
7777
with:
7878
path: ./
7979

.github/workflows/trivy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ jobs:
5656

5757
- name: Upload Trivy scan results to GitHub Security tab
5858
if: ${{ github.event_name == 'schedule' }}
59-
uses: github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # 3.28.15
59+
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # 3.28.16
6060
with:
6161
sarif_file: "trivy-results.sarif"

0 commit comments

Comments
 (0)