From 8e2e6dfffc903bd8550b624825aece7fc4793694 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 07:44:52 +0000 Subject: [PATCH] build(deps): bump the github-actions group with 4 updates Bumps the github-actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [github/codeql-action/init](https://github.com/github/codeql-action), [github/codeql-action/analyze](https://github.com/github/codeql-action) and [vmactions/freebsd-vm](https://github.com/vmactions/freebsd-vm). Updates `actions/checkout` from 4.4.0 to 7.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v4.4.0...v7.0.1) Updates `github/codeql-action/init` from 4.37.9 to 4.38.0 - [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/cdf488f595d80d6e07e03d4674febd5ab45fa938...b96794f015dfd88f77b49b1c93e0fa7110f94c63) Updates `github/codeql-action/analyze` from 4.37.9 to 4.38.0 - [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/cdf488f595d80d6e07e03d4674febd5ab45fa938...b96794f015dfd88f77b49b1c93e0fa7110f94c63) Updates `vmactions/freebsd-vm` from 1.5.5 to 1.5.6 - [Release notes](https://github.com/vmactions/freebsd-vm/releases) - [Commits](https://github.com/vmactions/freebsd-vm/compare/f0552d3b69211736abd97f02ff3d4674c56b73b1...8b0f1a8fc0ea0def307835c258940ca358fe6480) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: github/codeql-action/init dependency-version: 4.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: github/codeql-action/analyze dependency-version: 4.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: vmactions/freebsd-vm dependency-version: 1.5.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 6 +++--- .github/workflows/toolchain.yml | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 9a40c6e..f2a6e95 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -31,7 +31,7 @@ jobs: build-mode: none steps: - name: Checkout repository - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Install C++ build tools if: matrix.language == 'c-cpp' @@ -43,7 +43,7 @@ jobs: sudo apt-get install --yes cmake g++-14 ninja-build - name: Initialize CodeQL - uses: github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 + uses: github/codeql-action/init@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -58,6 +58,6 @@ jobs: cmake --build "$RUNNER_TEMP/laghu-codeql" - name: Perform CodeQL analysis - uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 + uses: github/codeql-action/analyze@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0 with: category: /language:${{ matrix.language }} diff --git a/.github/workflows/toolchain.yml b/.github/workflows/toolchain.yml index 41e227c..58dab51 100644 --- a/.github/workflows/toolchain.yml +++ b/.github/workflows/toolchain.yml @@ -25,7 +25,7 @@ jobs: cxxflags: -stdlib=libc++ name: ${{ matrix.name }} steps: - - uses: actions/checkout@v7 + - uses: actions/checkout@v7.0.1 - name: Install compiler and standard library run: | sudo rm -f /etc/apt/sources.list.d/google-chrome.list \ @@ -101,7 +101,7 @@ jobs: macos: runs-on: macos-latest steps: - - uses: actions/checkout@v7 + - uses: actions/checkout@v7.0.1 - name: Install canonical generator run: brew install ninja openssl@3 - name: Verify Apple Clang toolchain contract @@ -130,8 +130,8 @@ jobs: freebsd: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v7 - - uses: vmactions/freebsd-vm@f0552d3b69211736abd97f02ff3d4674c56b73b1 + - uses: actions/checkout@v7.0.1 + - uses: vmactions/freebsd-vm@8b0f1a8fc0ea0def307835c258940ca358fe6480 with: release: '15.1' usesh: true @@ -148,7 +148,7 @@ jobs: linux-aarch64-cross: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v7 + - uses: actions/checkout@v7.0.1 - name: Install ARM64 GCC cross toolchain run: | sudo rm -f /etc/apt/sources.list.d/google-chrome.list \ @@ -171,7 +171,7 @@ jobs: linux-clang-tsan: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v7 + - uses: actions/checkout@v7.0.1 - name: Install Linux Clang ThreadSanitizer toolchain run: | sudo rm -f /etc/apt/sources.list.d/google-chrome.list \