Skip to content

Commit ed242b9

Browse files
anandfdependabot[bot]
andauthoredMar 9, 2025··
chore(deps): bump github.com/redis/go-redis/v9 from 9.7.0 to 9.7.1 (#21957) (#22255)
Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: anandf <anjoseph@redhat.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3d901f2 commit ed242b9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
 

‎.github/workflows/ci-build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ jobs:
393393
env:
394394
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
395395
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
396-
uses: SonarSource/sonarqube-scan-action@1b442ee39ac3fa7c2acdd410208dcb2bcfaae6c4 # v4.1.0
396+
uses: SonarSource/sonarqube-scan-action@bfd4e558cda28cda6b5defafb9232d191be8c203 # v4.2.1
397397
if: env.sonar_secret != ''
398398
test-e2e:
399399
name: Run end-to-end tests
@@ -549,4 +549,4 @@ jobs:
549549
exit 0
550550
else
551551
exit 1
552-
fi
552+
fi

‎go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ require (
6868
github.com/patrickmn/go-cache v2.1.0+incompatible
6969
github.com/prometheus/client_golang v1.20.5
7070
github.com/r3labs/diff v1.1.0
71-
github.com/redis/go-redis/v9 v9.7.0
71+
github.com/redis/go-redis/v9 v9.7.1
7272
github.com/robfig/cron/v3 v3.0.1
7373
github.com/sirupsen/logrus v1.9.3
7474
github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c

‎go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -844,8 +844,8 @@ github.com/r3labs/diff v1.1.0 h1:V53xhrbTHrWFWq3gI4b94AjgEJOerO1+1l0xyHOBi8M=
844844
github.com/r3labs/diff v1.1.0/go.mod h1:7WjXasNzi0vJetRcB/RqNl5dlIsmXcTTLmF5IoH6Xig=
845845
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4=
846846
github.com/redis/go-redis/v9 v9.0.0-rc.4/go.mod h1:Vo3EsyWnicKnSKCA7HhgnvnyA74wOA69Cd2Meli5mmA=
847-
github.com/redis/go-redis/v9 v9.7.0 h1:HhLSs+B6O021gwzl+locl0zEDnyNkxMtf/Z3NNBMa9E=
848-
github.com/redis/go-redis/v9 v9.7.0/go.mod h1:f6zhXITC7JUJIlPEiBOTXxJgPLdZcA93GewI7inzyWw=
847+
github.com/redis/go-redis/v9 v9.7.1 h1:4LhKRCIduqXqtvCUlaq9c8bdHOkICjDMrr1+Zb3osAc=
848+
github.com/redis/go-redis/v9 v9.7.1/go.mod h1:f6zhXITC7JUJIlPEiBOTXxJgPLdZcA93GewI7inzyWw=
849849
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
850850
github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=
851851
github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=

0 commit comments

Comments
 (0)
Please sign in to comment.