Skip to content

Bump github/codeql-action from 4.37.6 to 4.37.7 - #13444

Closed
dependabot[bot] wants to merge 1 commit into
3.15from
dependabot/github_actions/3.15/github/codeql-action-4.37.7
Closed

Bump github/codeql-action from 4.37.6 to 4.37.7#13444
dependabot[bot] wants to merge 1 commit into
3.15from
dependabot/github_actions/3.15/github/codeql-action-4.37.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps github/codeql-action from 4.37.6 to 4.37.7.

Release notes

Sourced from github/codeql-action's releases.

v4.37.7

  • Update default CodeQL bundle version to 2.26.3. #4085
Changelog

Sourced from github/codeql-action's changelog.

4.37.7 - 13 Aug 2026

  • Update default CodeQL bundle version to 2.26.3. #4085
Commits
  • ff2f1c6 Merge pull request #4093 from github/update-v4.37.7-be7a3dbb8
  • 951a133 Update changelog for v4.37.7
  • be7a3db Merge pull request #4087 from github/dependabot/npm_and_yarn/npm-minor-0aa561...
  • 9310334 Merge pull request #4086 from github/mbg/thread-action-state-to-codeql
  • b4d8a54 Rebuild
  • ab5db25 Bump the npm-minor group across 1 directory with 8 updates
  • 38055a3 Drop logger from databaseInitCluster in interface
  • 1f87aed Merge pull request #4085 from github/update-bundle/codeql-bundle-v2.26.3
  • dc1b98a Make logger available to getCodeQLForCmd
  • 6f0220e Merge pull request #4084 from github/navntoft/bump-undici
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github/codeql-action](https://github.com/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](github/codeql-action@v4.37.6...v4.37.7)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.37.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 17, 2026
@dependabot
dependabot Bot requested a review from webknjaz as a code owner August 17, 2026 10:40
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 17, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) August 17, 2026 10:47
@codecov

codecov Bot commented Aug 17, 2026

Copy link
Copy Markdown

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
4995 1 4994 31
View the full list of 1 ❄️ flaky test(s)
tests.autobahn.test_autobahn::test_server

Flake rate in main: 3.70% (Passed 26 times, Failed 1 times)

Stack Traces | 0.026s run time
report_dir = PosixPath('.../pytest-of-runner/pytest-0/reports0')
request = <FixtureRequest for <Function test_server>>

    #x1B[0m#x1B[37m@pytest#x1B[39;49;00m.mark.autobahn#x1B[90m#x1B[39;49;00m
    #x1B[94mdef#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[92mtest_server#x1B[39;49;00m(report_dir: Path, request: pytest.FixtureRequest) -> #x1B[94mNone#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
        server = subprocess.Popen(#x1B[90m#x1B[39;49;00m
            (#x1B[90m#x1B[39;49;00m
                sys.executable,#x1B[90m#x1B[39;49;00m
                #x1B[33m"#x1B[39;49;00m#x1B[33m-m#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
                #x1B[33m"#x1B[39;49;00m#x1B[33mcoverage#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
                #x1B[33m"#x1B[39;49;00m#x1B[33mrun#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
                #x1B[33m"#x1B[39;49;00m#x1B[33m--append#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
                #x1B[33m"#x1B[39;49;00m#x1B[.../autobahn/server/server.py#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
            ),#x1B[90m#x1B[39;49;00m
            env={#x1B[90m#x1B[39;49;00m
                #x1B[33m"#x1B[39;49;00m#x1B[33mCOVERAGE_PARALLEL_MODE#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m: #x1B[33m"#x1B[39;49;00m#x1B[33mfalse#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
                **os.environ.copy(),#x1B[90m#x1B[39;49;00m
            },#x1B[90m#x1B[39;49;00m
        )#x1B[90m#x1B[39;49;00m
        #x1B[94mtry#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
>           docker.run(#x1B[90m#x1B[39;49;00m
                image=#x1B[33m"#x1B[39;49;00m#x1B[33mautobahn-testsuite#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
                name=#x1B[33m"#x1B[39;49;00m#x1B[33mautobahn#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
                remove=#x1B[94mTrue#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
                volumes=[#x1B[90m#x1B[39;49;00m
                    (request.path.parent / #x1B[33m"#x1B[39;49;00m#x1B[33mserver#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33m/config#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m),#x1B[90m#x1B[39;49;00m
                    (report_dir, #x1B[33m"#x1B[39;49;00m#x1B[33m/reports#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m),#x1B[90m#x1B[39;49;00m
                ],#x1B[90m#x1B[39;49;00m
                networks=(#x1B[33m"#x1B[39;49;00m#x1B[33mhost#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,),#x1B[90m#x1B[39;49;00m
                command=(#x1B[90m#x1B[39;49;00m
                    #x1B[33m"#x1B[39;49;00m#x1B[33mwait-for-it#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
                    #x1B[33m"#x1B[39;49;00m#x1B[33m-s#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
                    #x1B[33m"#x1B[39;49;00m#x1B[33mlocalhost:9001#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
                    #x1B[33m"#x1B[39;49;00m#x1B[33m--#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
                    #x1B[33m"#x1B[39;49;00m#x1B[33mwstest#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
                    #x1B[33m"#x1B[39;49;00m#x1B[33m--mode#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
                    #x1B[33m"#x1B[39;49;00m#x1B[33mfuzzingclient#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
                    #x1B[33m"#x1B[39;49;00m#x1B[33m--spec#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
                    #x1B[33m"#x1B[39;49;00m#x1B[33m/config/fuzzingclient.json#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
                ),#x1B[90m#x1B[39;49;00m
            )#x1B[90m#x1B[39;49;00m

report_dir = PosixPath('.../pytest-of-runner/pytest-0/reports0')
request    = <FixtureRequest for <Function test_server>>
server     = <Popen: returncode: -15 args: ('.../aiohttp/aiohttp/.venv/bin/...>

#x1B[1m#x1B[31mtests/autobahn/test_autobahn.py#x1B[0m:160: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
#x1B[1m#x1B[31m.venv/lib/python3.14.../components/container/cli_wrapper.py#x1B[0m:1966: in run
    #x1B[0m#x1B[94mreturn#x1B[39;49;00m run(full_cmd, tty=tty, capture_stderr=#x1B[94mFalse#x1B[39;49;00m, pass_fds=pass_fds)#x1B[90m#x1B[39;49;00m
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^#x1B[90m#x1B[39;49;00m
        add_hosts  = ()
        blkio_weight = None
        blkio_weight_device = ()
        cap_add    = ()
        cap_drop   = ()
        cgroup_parent = None
        cgroupns   = None
        cidfile    = None
        command    = ('wait-for-it', '-s', 'localhost:9001', '--', 'wstest', '--mode', ...)
        content_trust = False
        cpu_period = None
        cpu_quota  = None
        cpu_rt_period = None
        cpu_rt_runtime = None
        cpu_shares = None
        cpus       = None
        cpuset_cpus = None
        cpuset_mems = None
        detach     = False
        device_cgroup_rules = ()
        device_read_bps = ()
        device_read_iops = ()
        device_write_bps = ()
        device_write_iops = ()
        devices    = ()
        dns        = ()
        dns_options = ()
        dns_search = ()
        domainname = None
        entrypoint = None
        env_files  = ()
        env_host   = False
        envs       = {}
        expose     = ()
        full_cmd   = [PosixPath('.............../usr/bin/docker'), 'container', 'run', '--name', 'autobahn', '--network', 'host', '--rm', '--volume', '/ho...ait-for-it', '-s', 'localhost:9001', '--', 'wstest', '--mode', 'fuzzingclient', '--spec', '/config/fuzzingclient.json']
        gpus       = None
        groups_add = ()
        health_cmd = None
        health_interval = None
        health_retries = None
        health_start_period = None
        health_timeout = None
        healthcheck = True
        hostname   = None
        image      = 'autobahn-testsuite'
        image_cli  = <python_on_whales.components.image.cli_wrapper.ImageCLI object at 0x7f1e15aad5b0>
        init       = False
        interactive = False
        ip         = None
        ip6        = None
        ipc        = None
        isolation  = None
        kernel_memory = None
        label_files = ()
        labels     = {}
        link       = ()
        link_local_ip = ()
        log_driver = None
        log_options = ()
        mac_address = None
        memory     = None
        memory_reservation = None
        memory_swap = None
        memory_swappiness = None
        mounts     = ()
        name       = 'autobahn'
        network_aliases = ()
        networks   = ('host',)
        oom_kill   = True
        oom_score_adj = None
        pass_fds   = ()
        pid        = None
        pids_limit = None
        platform   = None
        pod        = None
        preserve_fds = None
        privileged = False
        publish    = ()
        publish_all = False
        pull       = 'missing'
        read_only  = False
        remove     = True
        restart    = None
        runtime    = None
        security_options = ()
        self       = <python_on_whales.components.container.cli_wrapper.ContainerCLI object at 0x7f1e1692b8c0>
        service_ports = False
        shm_size   = None
        sig_proxy  = True
        stop_signal = None
        stop_timeout = None
        storage_options = ()
        stream     = False
        sysctl     = {}
        systemd    = None
        tmpfs      = ()
        tty        = False
        tz         = None
        ulimit     = ()
        user       = None
        userns     = None
        uts        = None
        volume_definition = ('.../pytest-of-runner/pytest-0/reports0', '/reports')
        volume_driver = None
        volumes    = [(PosixPath('.../tests/autobahn/server'), '/config'), (PosixPath('.../pytest-of-runner/pytest-0/reports0'), '/reports')]
        volumes_from = ()
        workdir    = None
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

args = ['.............../usr/bin/docker', 'container', 'run', '--name', 'autobahn', '--network', ...]
capture_stdout = True, capture_stderr = False, input = None
return_stderr = False, env = {}, tty = False, pass_fds = ()

    #x1B[0m#x1B[94mdef#x1B[39;49;00m#x1B[90m #x1B[39;49;00m#x1B[92mrun#x1B[39;49;00m(#x1B[90m#x1B[39;49;00m
        args: List[Any],#x1B[90m#x1B[39;49;00m
        capture_stdout: #x1B[96mbool#x1B[39;49;00m = #x1B[94mTrue#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
        capture_stderr: #x1B[96mbool#x1B[39;49;00m = #x1B[94mTrue#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
        #x1B[96minput#x1B[39;49;00m: Optional[#x1B[96mbytes#x1B[39;49;00m] = #x1B[94mNone#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
        return_stderr: #x1B[96mbool#x1B[39;49;00m = #x1B[94mFalse#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
        env: Dict[#x1B[96mstr#x1B[39;49;00m, #x1B[96mstr#x1B[39;49;00m] = {},#x1B[90m#x1B[39;49;00m
        tty: #x1B[96mbool#x1B[39;49;00m = #x1B[94mFalse#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
        pass_fds: Sequence[#x1B[96mint#x1B[39;49;00m] = (),#x1B[90m#x1B[39;49;00m
    ) -> Union[#x1B[96mstr#x1B[39;49;00m, Tuple[#x1B[96mstr#x1B[39;49;00m, #x1B[96mstr#x1B[39;49;00m]]:#x1B[90m#x1B[39;49;00m
        args = [#x1B[96mstr#x1B[39;49;00m(x) #x1B[94mfor#x1B[39;49;00m x #x1B[95min#x1B[39;49;00m args]#x1B[90m#x1B[39;49;00m
        subprocess_env = #x1B[96mdict#x1B[39;49;00m(os.environ)#x1B[90m#x1B[39;49;00m
        subprocess_env.update(env)#x1B[90m#x1B[39;49;00m
        #x1B[94mif#x1B[39;49;00m args[#x1B[94m1#x1B[39;49;00m] == #x1B[33m"#x1B[39;49;00m#x1B[33mbuildx#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
            subprocess_env[#x1B[33m"#x1B[39;49;00m#x1B[33mDOCKER_CLI_EXPERIMENTAL#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m] = #x1B[33m"#x1B[39;49;00m#x1B[33menabled#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
        #x1B[94mif#x1B[39;49;00m tty:#x1B[90m#x1B[39;49;00m
            stdout_dest = sys.stdout#x1B[90m#x1B[39;49;00m
        #x1B[94melif#x1B[39;49;00m capture_stdout:#x1B[90m#x1B[39;49;00m
            stdout_dest = subprocess.PIPE#x1B[90m#x1B[39;49;00m
        #x1B[94melse#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
            stdout_dest = #x1B[94mNone#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
        #x1B[94mif#x1B[39;49;00m tty:#x1B[90m#x1B[39;49;00m
            stderr_dest = sys.stderr#x1B[90m#x1B[39;49;00m
        #x1B[94melif#x1B[39;49;00m capture_stderr:#x1B[90m#x1B[39;49;00m
            stderr_dest = subprocess.PIPE#x1B[90m#x1B[39;49;00m
        #x1B[94melse#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
            stderr_dest = #x1B[94mNone#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
        #x1B[94mif#x1B[39;49;00m os.environ.get(#x1B[33m"#x1B[39;49;00m#x1B[33mPYTHON_ON_WHALES_DEBUG#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, #x1B[33m"#x1B[39;49;00m#x1B[33m0#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m) == #x1B[33m"#x1B[39;49;00m#x1B[33m1#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
            #x1B[96mprint#x1B[39;49;00m(#x1B[33m"#x1B[39;49;00m#x1B[33m------------------------------#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
            #x1B[96mprint#x1B[39;49;00m(#x1B[33m"#x1B[39;49;00m#x1B[33mcommand: #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m + #x1B[33m"#x1B[39;49;00m#x1B[33m #x1B[39;49;00m#x1B[33m"#x1B[39;49;00m.join(args))#x1B[90m#x1B[39;49;00m
            #x1B[96mprint#x1B[39;49;00m(#x1B[33mf#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m#x1B[33mEnv: #x1B[39;49;00m#x1B[33m{#x1B[39;49;00msubprocess_env#x1B[33m}#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
            #x1B[96mprint#x1B[39;49;00m(#x1B[33m"#x1B[39;49;00m#x1B[33m------------------------------#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m)#x1B[90m#x1B[39;49;00m
        LOGGER.debug(#x1B[33m"#x1B[39;49;00m#x1B[33mRunning command: #x1B[39;49;00m#x1B[33m%s#x1B[39;49;00m#x1B[33m"#x1B[39;49;00m, shlex.join(args))#x1B[90m#x1B[39;49;00m
        completed_process = subprocess.run(#x1B[90m#x1B[39;49;00m
            args,#x1B[90m#x1B[39;49;00m
            #x1B[96minput#x1B[39;49;00m=#x1B[96minput#x1B[39;49;00m,#x1B[90m#x1B[39;49;00m
            stdout=stdout_dest,#x1B[90m#x1B[39;49;00m
            stderr=stderr_dest,#x1B[90m#x1B[39;49;00m
            env=subprocess_env,#x1B[90m#x1B[39;49;00m
            pass_fds=pass_fds,#x1B[90m#x1B[39;49;00m
        )#x1B[90m#x1B[39;49;00m
    #x1B[90m#x1B[39;49;00m
        #x1B[94mif#x1B[39;49;00m completed_process.returncode != #x1B[94m0#x1B[39;49;00m:#x1B[90m#x1B[39;49;00m
            exception_type = get_docker_exception_type(completed_process.stderr)#x1B[90m#x1B[39;49;00m
>           #x1B[94mraise#x1B[39;49;00m exception_type(#x1B[90m#x1B[39;49;00m
                args,#x1B[90m#x1B[39;49;00m
                completed_process.returncode,#x1B[90m#x1B[39;49;00m
                completed_process.stdout,#x1B[90m#x1B[39;49;00m
                completed_process.stderr,#x1B[90m#x1B[39;49;00m
            )#x1B[90m#x1B[39;49;00m
#x1B[1m#x1B[31mE           python_on_whales.exceptions.DockerException: The command executed was `.............../usr/bin/docker container run --name autobahn --network host --rm --volume .../tests/autobahn/server:/config --volume .../pytest-of-runner/pytest-0/reports0:/reports autobahn-testsuite wait-for-it -s localhost:9001 -- wstest --mode fuzzingclient --spec /config/fuzzingclient.json`.#x1B[0m
#x1B[1m#x1B[31mE           It returned with code 125#x1B[0m
#x1B[1m#x1B[31mE           The content of stdout is ''#x1B[0m
#x1B[1m#x1B[31mE           The content of stderr can be found above the stacktrace (it wasn't captured).#x1B[0m

args       = ['.............../usr/bin/docker', 'container', 'run', '--name', 'autobahn', '--network', ...]
capture_stderr = False
capture_stdout = True
completed_process = CompletedProcess(args=['.............../usr/bin/docker', 'container', 'run', '--name', 'autobahn', '--network', 'host', '--rm', '--vo...:9001', '--', 'wstest', '--mode', 'fuzzingclient', '--spec', '/config/fuzzingclient.json'], returncode=125, stdout=b'')
env        = {}
exception_type = <class 'python_on_whales.exceptions.DockerException'>
input      = None
pass_fds   = ()
return_stderr = False
stderr_dest = None
stdout_dest = -1
subprocess_env = {'PATH': '.../Library/Python/3.11/bin:.../home/runner/.local/bin:.../aiohttp/aiohttp/.venv/bin:/ho..._CACHE_DIR': '.../work/_temp/setup-uv-cache', 'SELENIUM_JAR_PATH': '.../share/java/selenium-server.jar', ...}
tty        = False

#x1B[1m#x1B[31m.venv/lib/python3.14.../site-packages/python_on_whales/utils.py#x1B[0m:198: DockerException

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@codspeed-hq

codspeed-hq Bot commented Aug 17, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 84 untouched benchmarks
⏩ 86 skipped benchmarks1


Comparing dependabot/github_actions/3.15/github/codeql-action-4.37.7 (a6da94c) with 3.15 (e0273a5)

Open in CodSpeed

Footnotes

  1. 86 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@dependabot @github

dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #13539.

@dependabot dependabot Bot closed this Aug 24, 2026
auto-merge was automatically disabled August 24, 2026 10:40

Pull request was closed

@dependabot
dependabot Bot deleted the dependabot/github_actions/3.15/github/codeql-action-4.37.7 branch August 24, 2026 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants