Skip to content

Commit 27043c5

Browse files
authored
Merge branch 'main' into new-redis-methods
2 parents bf26c6d + 4764774 commit 27043c5

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)