File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ jobs:
4747
4848 # Initializes the CodeQL tools for scanning.
4949 - name : Initialize CodeQL
50- uses : github/codeql-action/init@96f518a34f7a870018057716cc4d7a5c014bd61c # v3
50+ uses : github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3
5151 with :
5252 languages : ${{ matrix.language }}
5353 build-mode : ${{ matrix.build-mode }}
5454
5555 - name : Perform CodeQL Analysis
56- uses : github/codeql-action/analyze@96f518a34f7a870018057716cc4d7a5c014bd61c # v3
56+ uses : github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3
5757 with :
5858 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change @@ -41,20 +41,20 @@ jobs:
4141 env :
4242 MYSQL_ROOT_PASSWORD : cipass
4343 redpanda :
44- image : redpandadata/redpanda@sha256:218469e5d088757bb2c3ff4c5e272f7eebdc4e94c933e6e15aff10b845cbcd07
44+ image : redpandadata/redpanda@sha256:4798adb3646c95273ed4be5183a0fec476f6a3b974486fb5ce919096c8bdae3d
4545 ports :
4646 - 9092:9092
4747 - 9644:9644
4848 elasticsearch :
49- image : elasticsearch:9.1.2@sha256:b1c50fb8d09ea8486c6422e3c5a0d48c97b931bf2dbc42c5321081845f1ff449
49+ image : elasticsearch:9.1.2@sha256:59ab37a27e457c0e801a0ce9c1233ba47b81f0d907d3dbf8a413f620e411eb83
5050 ports :
5151 - 9200:9200
5252 env :
5353 discovery.type : single-node
5454 xpack.security.enabled : false
5555 xpack.security.enrollment.enabled : false
5656 minio :
57- image : bitnami/minio:2025.7.23@sha256:4707bf769bba6653d5c5653b18b619d7397b35efc6f402aebfd0a93a5309a0c0
57+ image : bitnami/minio:2025.7.23@sha256:6dabb4a2088c9a79908de3bc05f4586c23ad2182c8908e7e3acbf61c1467fb20
5858 ports :
5959 - 9999:9999
6060 env :
@@ -433,6 +433,6 @@ jobs:
433433 FLOW_TESTS_AWS_SESSION_TOKEN : ${{ steps.setup-aws.outputs.aws-session-token }}
434434
435435 - name : Upload coverage reports to Codecov
436- uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5
436+ uses : codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5
437437 with :
438438 token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments