[geos-commits] [SCM] GEOS branch main updated. 63c2253c6ce3303945f6f0890aa0341ee9600477

git at osgeo.org git at osgeo.org
Tue Sep 1 15:13:09 PDT 2026


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, main has been updated
       via  63c2253c6ce3303945f6f0890aa0341ee9600477 (commit)
      from  254ab2d0e90d1bec5423288b355d2c07701959b4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 63c2253c6ce3303945f6f0890aa0341ee9600477
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Sep 2 10:12:40 2026 +1200

    Bump the all-actions group with 3 updates (#1512)
    
    - Updates `vmactions/freebsd-vm` from 1.5.2 to 1.5.5
    - Updates `github/codeql-action` from 4.37.3 to 4.37.8
    - Updates `docker/login-action` from 4.5.1 to 4.6.0
    
    Signed-off-by: dependabot[bot] <support at github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4858ec65e..c7c1f174e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -527,7 +527,7 @@ jobs:
         restore-keys: freebsd
 
     - name: Build and test
-      uses: vmactions/freebsd-vm at v1.5.2
+      uses: vmactions/freebsd-vm at v1.5.5
       with:
         release: "15.0"
         envs: CCACHE_COMPRESS CCACHE_COMPRESSLEVEL CCACHE_MAXSIZE
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index a42d66e77..6905e122d 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -40,7 +40,7 @@ jobs:
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init at v4.37.3
+      uses: github/codeql-action/init at v4.37.8
       with:
         languages: ${{ matrix.language }}
         # If you wish to specify custom queries, you can do so here or in a config file.
@@ -63,6 +63,6 @@ jobs:
           make -j$(nproc)
 
     - name: Perform CodeQL Analysis
-      uses: github/codeql-action/analyze at v4.37.3
+      uses: github/codeql-action/analyze at v4.37.8
       with:
         category: "/language:${{matrix.language}}"
diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml
index 649c23048..c1726e7d3 100644
--- a/.github/workflows/container.yml
+++ b/.github/workflows/container.yml
@@ -40,7 +40,7 @@ jobs:
           type=sha,prefix=
 
     - name: Login to GitHub Container Registry
-      uses: docker/login-action at v4.5.1
+      uses: docker/login-action at v4.6.0
       with:
         registry: ghcr.io
         username: ${{ github.repository_owner }}

-----------------------------------------------------------------------

Summary of changes:
 .github/workflows/ci.yml        | 2 +-
 .github/workflows/codeql.yml    | 4 ++--
 .github/workflows/container.yml | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list