From 84a884c7752c6d369bccfc2ae78433111b84496f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 17:11:22 +0000 Subject: [PATCH] build(deps): bump the all group with 2 updates Bumps the all group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [github/codeql-action](https://github.com/github/codeql-action). Updates `actions/checkout` from 4.2.2 to 4.3.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/11bd71901bbe5b1630ceea73d27597364c9af683...08eba0b27e820071cde6df949e0beb9ba4906955) Updates `github/codeql-action` from 3.29.2 to 3.29.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/181d5eefc20863364f96762470ba6f862bdef56b...76621b61decf072c1cee8dd1ce2d2a82d33c17ed) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: github/codeql-action dependency-version: 3.29.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c2dc6c6..23403df 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: steps: # This is v4 of the action - name: Check out code - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # This is v2 of the action - name: Check for N.O.C.O.M.M.I.T in the commits @@ -83,7 +83,7 @@ jobs: # This is v4 of the action - name: Check out code - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # This is v5.5.0 of the action - name: Set up Python @@ -140,7 +140,7 @@ jobs: # This is v4 of the action - name: Check out code - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # This is v5.5.0 of the action - name: Set up Python @@ -157,13 +157,13 @@ jobs: # This is v3.28.13 - name: CodeQL Init if: ${{ runner.os == 'Linux' }} - uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b + uses: github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed with: languages: python # This is v3.28.13 - name: CodeQL Analyze if: ${{ runner.os == 'Linux' }} - uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b + uses: github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed with: category: "/language:python"