[geos-commits] [SCM] GEOS branch dependabot/github_actions/all-actions-35a59c4c94 created. a8561f99354528d5278a99aba5d8a10c77233eb6

git at osgeo.org git at osgeo.org
Sat Aug 1 08:48:20 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, dependabot/github_actions/all-actions-35a59c4c94 has been created
        at  a8561f99354528d5278a99aba5d8a10c77233eb6 (commit)

- Log -----------------------------------------------------------------
commit a8561f99354528d5278a99aba5d8a10c77233eb6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat Aug 1 15:47:54 2026 +0000

    Bump the all-actions group with 4 updates
    
    Bumps the all-actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [vmactions/freebsd-vm](https://github.com/vmactions/freebsd-vm), [github/codeql-action](https://github.com/github/codeql-action) and [docker/login-action](https://github.com/docker/login-action).
    
    
    Updates `actions/checkout` from 7.0.0 to 7.0.1
    - [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/v7.0.0...v7.0.1)
    
    Updates `vmactions/freebsd-vm` from 1.5.0 to 1.5.2
    - [Release notes](https://github.com/vmactions/freebsd-vm/releases)
    - [Commits](https://github.com/vmactions/freebsd-vm/compare/v1.5.0...v1.5.2)
    
    Updates `github/codeql-action` from 4.36.2 to 4.37.3
    - [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/v4.36.2...v4.37.3)
    
    Updates `docker/login-action` from 4 to 4.5.1
    - [Release notes](https://github.com/docker/login-action/releases)
    - [Commits](https://github.com/docker/login-action/compare/v4...v4.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 7.0.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-actions
    - dependency-name: vmactions/freebsd-vm
      dependency-version: 1.5.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-actions
    - dependency-name: github/codeql-action
      dependency-version: 4.37.3
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all-actions
    - dependency-name: docker/login-action
      dependency-version: 4.5.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all-actions
    ...
    
    Signed-off-by: dependabot[bot] <support at github.com>

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6df0cef55..8058675e1 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -197,7 +197,7 @@ jobs:
         python3 -m pip install --disable-pip-version-check --user cmake==${{ matrix.ci.cmake }}
         echo "$(python3 -m site --user-base)/bin" >> $GITHUB_PATH
 
-    - uses: actions/checkout at v7.0.0
+    - uses: actions/checkout at v7.0.1
 
     - name: Retrieve build cache
       uses: actions/cache/restore at v6.1.0
@@ -281,7 +281,7 @@ jobs:
         build_type: ['Debug', 'Release']
 
     steps:
-    - uses: actions/checkout at v7.0.0
+    - uses: actions/checkout at v7.0.1
 
     - name: 'Setup'
       uses: msys2/setup-msys2 at v2
@@ -337,7 +337,7 @@ jobs:
             arch: arm64
   
     steps:
-    - uses: actions/checkout at v7.0.0
+    - uses: actions/checkout at v7.0.1
 
     # ccache not supported for this generator and/or Debug
 
@@ -378,7 +378,7 @@ jobs:
     runs-on: ${{ matrix.ci.os }}
     steps:
 
-    - uses: actions/checkout at v7.0.0
+    - uses: actions/checkout at v7.0.1
 
     - name: Retrieve build cache
       uses: actions/cache/restore at v6.1.0
@@ -459,7 +459,7 @@ jobs:
         which clang++
         clang++ --version
 
-    - uses: actions/checkout at v7.0.0
+    - uses: actions/checkout at v7.0.1
 
     - name: Retrieve build cache
       uses: actions/cache/restore at v6.1.0
@@ -495,7 +495,7 @@ jobs:
     name: FreeBSD
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout at v7.0.0
+    - uses: actions/checkout at v7.0.1
 
     - name: Retrieve build cache
       uses: actions/cache/restore at v6.1.0
@@ -506,7 +506,7 @@ jobs:
         restore-keys: freebsd
 
     - name: Build and test
-      uses: vmactions/freebsd-vm at v1.5.0
+      uses: vmactions/freebsd-vm at v1.5.2
       with:
         release: "15.0"
         envs: CCACHE_COMPRESS CCACHE_COMPRESSLEVEL CCACHE_MAXSIZE
@@ -540,7 +540,7 @@ jobs:
         sudo -E apt-get autopurge -y needrestart
         sudo -E apt-get -yq --no-install-suggests --no-install-recommends install make cmake emscripten ccache
 
-    - uses: actions/checkout at v7.0.0
+    - uses: actions/checkout at v7.0.1
 
     - name: Retrieve build cache
       uses: actions/cache/restore at v6.1.0
@@ -582,7 +582,7 @@ jobs:
         sudo -E apt-get -yq --no-install-suggests --no-install-recommends install cppcheck
         python3 -m pip install --disable-pip-version-check --user codespell
 
-    - uses: actions/checkout at v7.0.0
+    - uses: actions/checkout at v7.0.1
 
     - name: 'cppcheck'
       run: ./tools/cppcheck.sh
@@ -605,7 +605,7 @@ jobs:
         python3 -m pip install --disable-pip-version-check --user cmake==3.15.*
         echo "$(python3 -m site --user-base)/bin" >> $GITHUB_PATH
 
-    - uses: actions/checkout at v7.0.0
+    - uses: actions/checkout at v7.0.1
       with:
         path: geos
 
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 3b2190fcf..a42d66e77 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -36,11 +36,11 @@ jobs:
         # Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
 
     steps:
-    - uses: actions/checkout at v7.0.0
+    - uses: actions/checkout at v7.0.1
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init at v4.36.2
+      uses: github/codeql-action/init at v4.37.3
       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.36.2
+      uses: github/codeql-action/analyze at v4.37.3
       with:
         category: "/language:${{matrix.language}}"
diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml
index 8689d26ad..649c23048 100644
--- a/.github/workflows/container.yml
+++ b/.github/workflows/container.yml
@@ -24,7 +24,7 @@ jobs:
 
     steps:
 
-    - uses: actions/checkout at v7.0.0
+    - uses: actions/checkout at v7.0.1
 
     - name: Docker meta
       id: meta
@@ -40,7 +40,7 @@ jobs:
           type=sha,prefix=
 
     - name: Login to GitHub Container Registry
-      uses: docker/login-action at v4
+      uses: docker/login-action at v4.5.1
       with:
         registry: ghcr.io
         username: ${{ github.repository_owner }}
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 309573c6b..60dcffee5 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
         uname -a
         sudo -E apt-get -yq --no-install-suggests --no-install-recommends install make doxygen
 
-    - uses: actions/checkout at v7.0.0
+    - uses: actions/checkout at v7.0.1
 
     - name: Get tag
       id: tag
diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml
index 152377359..851d6f820 100644
--- a/.github/workflows/web.yml
+++ b/.github/workflows/web.yml
@@ -27,7 +27,7 @@ jobs:
         sudo -E apt-get -yq --no-install-suggests --no-install-recommends install make doxygen
 
     - name: 'Check Out 📗'
-      uses: actions/checkout at v7.0.0
+      uses: actions/checkout at v7.0.1
 
     - name: 'Hugo Build 🛠'
       # ...or replace 'master' with a full version tag, such as: v0.64.1

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list