From 6508f31cea89aefcfa08359d810037dc9cb37d49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 02:41:15 +0000 Subject: [PATCH] chore(deps): bump the actions group with 5 updates Bumps the actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [ocaml/setup-ocaml](https://github.com/ocaml/setup-ocaml) | `3.7.1` | `3.7.2` | | [github/codeql-action](https://github.com/github/codeql-action) | `4.37.7` | `4.37.8` | | [taiki-e/install-action](https://github.com/taiki-e/install-action) | `2.85.13` | `2.86.5` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `4.2.0` | `4.3.0` | | [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) | `3.12.0` | `18` | Updates `ocaml/setup-ocaml` from 3.7.1 to 3.7.2 - [Release notes](https://github.com/ocaml/setup-ocaml/releases) - [Commits](https://github.com/ocaml/setup-ocaml/compare/v3.7.1...v3.7.2) Updates `github/codeql-action` from 4.37.7 to 4.37.8 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v4.37.7...v4.37.8) Updates `taiki-e/install-action` from 2.85.13 to 2.86.5 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/install-action/compare/v2.85.13...v2.86.5) Updates `docker/setup-buildx-action` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v4.2.0...v4.3.0) Updates `dawidd6/action-send-mail` from 3.12.0 to 18 - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/v3.12.0...v18) --- updated-dependencies: - dependency-name: ocaml/setup-ocaml dependency-version: 3.7.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: github/codeql-action dependency-version: 4.37.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: taiki-e/install-action dependency-version: 2.86.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: docker/setup-buildx-action dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: dawidd6/action-send-mail dependency-version: '18' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/affinescript-canary.yml | 2 +- .github/workflows/codeql.yml | 4 ++-- .github/workflows/elixir-ci.yml | 2 +- .github/workflows/oikosbot.yml | 2 +- .github/workflows/publish-verisimdb.yml | 2 +- .github/workflows/push-email-notify.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/affinescript-canary.yml b/.github/workflows/affinescript-canary.yml index ef0508ad..acaf30d1 100644 --- a/.github/workflows/affinescript-canary.yml +++ b/.github/workflows/affinescript-canary.yml @@ -65,7 +65,7 @@ jobs: key: affinescript-${{ env.AFFINESCRIPT_REF }}-${{ runner.os }} - name: Setup OCaml (cache miss only) if: steps.detect.outputs.count > 0 && steps.cache-affinescript.outputs.cache-hit != 'true' - uses: ocaml/setup-ocaml@v3.7.1 + uses: ocaml/setup-ocaml@v3.7.2 with: ocaml-compiler: ${{ env.OCAML_COMPILER }} - name: Build affinescript from source (cache miss only) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 9122ad1b..75858780 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -38,11 +38,11 @@ jobs: - name: Checkout uses: actions/checkout@v7.0.1 - name: Initialize CodeQL - uses: github/codeql-action/init@v4.37.7 + uses: github/codeql-action/init@v4.37.8 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v4.37.7 + uses: github/codeql-action/analyze@v4.37.8 with: category: "/language:${{ matrix.language }}" diff --git a/.github/workflows/elixir-ci.yml b/.github/workflows/elixir-ci.yml index f258ec27..8c24f243 100644 --- a/.github/workflows/elixir-ci.yml +++ b/.github/workflows/elixir-ci.yml @@ -44,7 +44,7 @@ jobs: # tracks ffi/zig/build.zig's declared "Zig 0.15". version: '0.15.2' - name: Install just - uses: taiki-e/install-action@v2.85.13 + uses: taiki-e/install-action@v2.86.5 with: # Pin an explicit modern just: the Justfile uses `import?` # (optional import, just >= 1.19.0). Unversioned `tool: just` diff --git a/.github/workflows/oikosbot.yml b/.github/workflows/oikosbot.yml index 1df8d01f..a7f339ac 100644 --- a/.github/workflows/oikosbot.yml +++ b/.github/workflows/oikosbot.yml @@ -35,7 +35,7 @@ jobs: - name: Upload SARIF to GitHub Security if: always() - uses: github/codeql-action/upload-sarif@v4.37.7 + uses: github/codeql-action/upload-sarif@v4.37.8 with: sarif_file: results.sarif category: oikosbot diff --git a/.github/workflows/publish-verisimdb.yml b/.github/workflows/publish-verisimdb.yml index 7eb8daed..f8be3e09 100644 --- a/.github/workflows/publish-verisimdb.yml +++ b/.github/workflows/publish-verisimdb.yml @@ -43,7 +43,7 @@ jobs: path: nextgen-databases token: ${{ secrets.NEXTGEN_DATABASES_TOKEN || secrets.GITHUB_TOKEN }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v4.2.0 + uses: docker/setup-buildx-action@v4.3.0 - name: Log in to GHCR uses: docker/login-action@v4.6.0 with: diff --git a/.github/workflows/push-email-notify.yml b/.github/workflows/push-email-notify.yml index da465e8c..06f0fedd 100644 --- a/.github/workflows/push-email-notify.yml +++ b/.github/workflows/push-email-notify.yml @@ -19,7 +19,7 @@ jobs: timeout-minutes: 10 steps: - name: Send push notification email - uses: dawidd6/action-send-mail@v3.12.0 + uses: dawidd6/action-send-mail@v18 with: server_address: ${{ secrets.SMTP_HOST }} server_port: ${{ secrets.SMTP_PORT }}