[geos-commits] [SCM] GEOS branch main updated. 6e7863754410956b182ff8b687251e7f429ed67d
git at osgeo.org
git at osgeo.org
Sun Aug 2 14:26:11 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 6e7863754410956b182ff8b687251e7f429ed67d (commit)
from a03789b339d5adfe3930ee7e972cb156030398f4 (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 6e7863754410956b182ff8b687251e7f429ed67d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon Aug 3 09:25:38 2026 +1200
Bump the all-actions group with 4 updates (#1496)
Bumps the all-actions group with 4 updates:
- Updates `actions/checkout` from 7.0.0 to 7.0.1
- Updates `vmactions/freebsd-vm` from 1.5.0 to 1.5.2
- Updates `github/codeql-action` from 4.36.2 to 4.37.3
- Updates `docker/login-action` from 4 to 4.5.1
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 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
-----------------------------------------------------------------------
Summary of changes:
.github/workflows/ci.yml | 20 ++++++++++----------
.github/workflows/codeql.yml | 6 +++---
.github/workflows/container.yml | 4 ++--
.github/workflows/release.yml | 2 +-
.github/workflows/web.yml | 2 +-
5 files changed, 17 insertions(+), 17 deletions(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list