From fa5c244179951fa4f39c0cdc0bbe2fbdcf885b41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 02:40:12 +0000 Subject: [PATCH] chore(deps): bump the actions group with 3 updates Bumps the actions group with 3 updates: [ocaml/setup-ocaml](https://github.com/ocaml/setup-ocaml), [github/codeql-action](https://github.com/github/codeql-action) and [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `ocaml/setup-ocaml` from 3.7.0 to 3.7.1 - [Release notes](https://github.com/ocaml/setup-ocaml/releases) - [Commits](https://github.com/ocaml/setup-ocaml/compare/v3.7.0...v3.7.1) Updates `github/codeql-action` from 4.37.6 to 4.37.7 - [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.6...v4.37.7) Updates `taiki-e/install-action` from 2.85.10 to 2.85.13 - [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.10...v2.85.13) --- updated-dependencies: - dependency-name: ocaml/setup-ocaml dependency-version: 3.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: github/codeql-action dependency-version: 4.37.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: taiki-e/install-action dependency-version: 2.85.13 dependency-type: direct:production update-type: version-update:semver-patch 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 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/affinescript-canary.yml b/.github/workflows/affinescript-canary.yml index 8807f07e..4d63e173 100644 --- a/.github/workflows/affinescript-canary.yml +++ b/.github/workflows/affinescript-canary.yml @@ -64,7 +64,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.0 + uses: ocaml/setup-ocaml@v3.7.1 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 b35641b5..84cb5725 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -37,11 +37,11 @@ jobs: - name: Checkout uses: actions/checkout@v7.0.1 - name: Initialize CodeQL - uses: github/codeql-action/init@v4.37.6 + uses: github/codeql-action/init@v4.37.7 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v4.37.6 + uses: github/codeql-action/analyze@v4.37.7 with: category: "/language:${{ matrix.language }}" diff --git a/.github/workflows/elixir-ci.yml b/.github/workflows/elixir-ci.yml index d04f417f..f76199d2 100644 --- a/.github/workflows/elixir-ci.yml +++ b/.github/workflows/elixir-ci.yml @@ -43,7 +43,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.10 + uses: taiki-e/install-action@v2.85.13 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 73798be4..70d93ee3 100644 --- a/.github/workflows/oikosbot.yml +++ b/.github/workflows/oikosbot.yml @@ -34,7 +34,7 @@ jobs: - name: Upload SARIF to GitHub Security if: always() - uses: github/codeql-action/upload-sarif@v4.37.6 + uses: github/codeql-action/upload-sarif@v4.37.7 with: sarif_file: results.sarif category: oikosbot