From 190cc700880e632c6dea1d84eb5ecfb9069efc49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 01:28:26 +0000 Subject: [PATCH] chore: bump the github-actions group across 1 directory with 4 updates Bumps the github-actions group with 4 updates in the / directory: [dflook/tofu-plan](https://github.com/dflook/tofu-plan), [github/codeql-action/init](https://github.com/github/codeql-action), [github/codeql-action/analyze](https://github.com/github/codeql-action) and [DeterminateSystems/determinate-nix-action](https://github.com/determinatesystems/determinate-nix-action). Updates `dflook/tofu-plan` from 3.0.0 to 3.1.0 - [Release notes](https://github.com/dflook/tofu-plan/releases) - [Commits](https://github.com/dflook/tofu-plan/compare/cdb4f4d604c9fa695e457744dd1f802853397ce7...c7416238983bdd94c5486fb856bb7358f2bcc935) 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 `DeterminateSystems/determinate-nix-action` from 3.22.2 to 3.22.3 - [Release notes](https://github.com/determinatesystems/determinate-nix-action/releases) - [Commits](https://github.com/determinatesystems/determinate-nix-action/compare/527f17dd63d2d60d3e5552934bc84b9a33a14d11...021c8a1bd3570eb21f5c20a054812b0c4d9ca614) --- updated-dependencies: - dependency-name: DeterminateSystems/determinate-nix-action dependency-version: 3.22.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: dflook/tofu-plan dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch 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: github/codeql-action/init dependency-version: 4.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/cloudflare-web.yml | 2 +- .github/workflows/codeql.yml | 4 ++-- .github/workflows/flake-lock-fix.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cloudflare-web.yml b/.github/workflows/cloudflare-web.yml index 64add08c05..602313bf23 100644 --- a/.github/workflows/cloudflare-web.yml +++ b/.github/workflows/cloudflare-web.yml @@ -102,7 +102,7 @@ jobs: - name: Comment PR plan if: github.event_name == 'pull_request' - uses: dflook/tofu-plan@cdb4f4d604c9fa695e457744dd1f802853397ce7 # v3.0.0 + uses: dflook/tofu-plan@c7416238983bdd94c5486fb856bb7358f2bcc935 # v3.1.0 with: path: infra/web label: ${{ needs.detect.outputs.environment }} diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 253afa7e66..67c2624465 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -69,7 +69,7 @@ jobs: # Initializes the CodeQL tools for scanning. - 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 }} @@ -98,6 +98,6 @@ jobs: exit 1 - 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/flake-lock-fix.yml b/.github/workflows/flake-lock-fix.yml index 7ef60ec7d2..99666a5ad6 100644 --- a/.github/workflows/flake-lock-fix.yml +++ b/.github/workflows/flake-lock-fix.yml @@ -30,7 +30,7 @@ jobs: token: ${{ steps.app-token.outputs.token }} - name: Install Determinate Nix - uses: DeterminateSystems/determinate-nix-action@527f17dd63d2d60d3e5552934bc84b9a33a14d11 # v3.22.2 + uses: DeterminateSystems/determinate-nix-action@021c8a1bd3570eb21f5c20a054812b0c4d9ca614 # v3.22.3 - id: check run: nix flake check -L --keep-going