diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index c0714936fb..d4067d0f46 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -93,7 +93,7 @@ jobs: path: results.sarif - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2 + uses: github/codeql-action/upload-sarif@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4 with: sarif_file: results.sarif category: zizmor diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 72f4919cea..03bcb7609d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -27,7 +27,7 @@ jobs: persist-credentials: false - name: Initialize CodeQL - uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2 + uses: github/codeql-action/init@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4 with: languages: ruby config: | @@ -35,4 +35,4 @@ jobs: - Library/Homebrew/vendor - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2 + uses: github/codeql-action/analyze@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4 diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index 5e03b95def..b42571e4ed 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -32,9 +32,9 @@ GEM minitest (5.25.5) netrc (0.11.0) parallel (1.27.0) - parallel_tests (5.3.0) + parallel_tests (5.3.1) parallel - parser (3.3.8.0) + parser (3.3.9.0) ast (~> 2.4.1) racc patchelf (1.5.1) @@ -90,7 +90,7 @@ GEM rubocop-ast (>= 1.45.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.45.1) + rubocop-ast (1.46.0) parser (>= 3.3.7.2) prism (~> 1.4) rubocop-md (2.0.1) @@ -124,16 +124,16 @@ GEM simplecov-html (0.13.2) simplecov_json_formatter (0.1.4) simpleidn (0.2.3) - sorbet (0.5.12230) - sorbet-static (= 0.5.12230) - sorbet-runtime (0.5.12230) - sorbet-static (0.5.12230-aarch64-linux) - sorbet-static (0.5.12230-universal-darwin) - sorbet-static (0.5.12230-x86_64-linux) - sorbet-static-and-runtime (0.5.12230) - sorbet (= 0.5.12230) - sorbet-runtime (= 0.5.12230) - spoom (1.7.4) + sorbet (0.5.12357) + sorbet-static (= 0.5.12357) + sorbet-runtime (0.5.12357) + sorbet-static (0.5.12357-aarch64-linux) + sorbet-static (0.5.12357-universal-darwin) + sorbet-static (0.5.12357-x86_64-linux) + sorbet-static-and-runtime (0.5.12357) + sorbet (= 0.5.12357) + sorbet-runtime (= 0.5.12357) + spoom (1.7.5) erubi (>= 1.10.0) prism (>= 0.28.0) rbi (>= 0.3.3) @@ -166,7 +166,6 @@ GEM PLATFORMS aarch64-linux - arm-linux universal-darwin x86_64-linux diff --git a/Library/Homebrew/formula-analytics/requirements.txt b/Library/Homebrew/formula-analytics/requirements.txt index 9c5066077f..3a110d3581 100644 --- a/Library/Homebrew/formula-analytics/requirements.txt +++ b/Library/Homebrew/formula-analytics/requirements.txt @@ -4,9 +4,9 @@ # # pip-compile --allow-unsafe --generate-hashes --strip-extras requirements.in # -certifi==2025.7.9 \ - --hash=sha256:c1d2ec05395148ee10cf672ffc28cd37ea0ab0d99f9cc74c43e588cbd111b079 \ - --hash=sha256:d842783a14f8fdd646895ac26f719a061408834473cfc10203f6a575beb15d39 +certifi==2025.7.14 \ + --hash=sha256:6b31f564a415d79ee77df69d757bb49a5bb53bd9f756cbbe24394ffd6fc1f4b2 \ + --hash=sha256:8ea99dbdfaaf2ba2f9bac77b9249ef62ec5218e7c2b2e903378ed5fccf765995 # via influxdb3-python influxdb3-python==0.14.0 \ --hash=sha256:63318c1eb53e026d1d793ef00fef51510acd40dd80bd69b528bf05332757dc67 \