[geos-commits] [SCM] GEOS branch main updated. 9d1676ca58c6878445b679d6b3228b96fab7d4e4
git at osgeo.org
git at osgeo.org
Wed Jun 10 00:25:45 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 9d1676ca58c6878445b679d6b3228b96fab7d4e4 (commit)
from 7b2e578f4444678aa081af6c484266ed2f6392bc (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 9d1676ca58c6878445b679d6b3228b96fab7d4e4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed Jun 10 09:25:14 2026 +0200
Bump the all-actions group across 1 directory with 4 updates (#1443)
Bumps the all-actions group with 4 updates in the / directory: [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 [softprops/action-gh-release](https://github.com/softprops/action-gh-release).
Updates `actions/checkout` from 6 to 6.0.2
- [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/v6...v6.0.2)
Updates `vmactions/freebsd-vm` from 1 to 1.4.5
- [Release notes](https://github.com/vmactions/freebsd-vm/releases)
- [Commits](https://github.com/vmactions/freebsd-vm/compare/v1...v1.4.5)
Updates `github/codeql-action` from 4 to 4.36.0
- [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...v4.36.0)
Updates `softprops/action-gh-release` from 2 to 3
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: all-actions
- dependency-name: vmactions/freebsd-vm
dependency-version: 1.4.5
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: all-actions
- dependency-name: github/codeql-action
dependency-version: 4.36.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: all-actions
- dependency-name: softprops/action-gh-release
dependency-version: '3'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: all-actions
...
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 232969889..5f7a5e237 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 v6
+ - uses: actions/checkout at v6.0.2
- name: Retrieve build cache
uses: actions/cache/restore at v5
@@ -281,7 +281,7 @@ jobs:
build_type: ['Debug', 'Release']
steps:
- - uses: actions/checkout at v6
+ - uses: actions/checkout at v6.0.2
- name: 'Setup'
uses: msys2/setup-msys2 at v2
@@ -337,7 +337,7 @@ jobs:
arch: arm64
steps:
- - uses: actions/checkout at v6
+ - uses: actions/checkout at v6.0.2
# ccache not supported for this generator and/or Debug
@@ -378,7 +378,7 @@ jobs:
runs-on: ${{ matrix.ci.os }}
steps:
- - uses: actions/checkout at v6
+ - uses: actions/checkout at v6.0.2
- name: Retrieve build cache
uses: actions/cache/restore at v5
@@ -459,7 +459,7 @@ jobs:
which clang++
clang++ --version
- - uses: actions/checkout at v6
+ - uses: actions/checkout at v6.0.2
- name: Retrieve build cache
uses: actions/cache/restore at v5
@@ -495,7 +495,7 @@ jobs:
name: FreeBSD
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout at v6
+ - uses: actions/checkout at v6.0.2
- name: Retrieve build cache
uses: actions/cache/restore at v5
@@ -506,7 +506,7 @@ jobs:
restore-keys: freebsd
- name: Build and test
- uses: vmactions/freebsd-vm at v1
+ uses: vmactions/freebsd-vm at v1.4.5
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 v6
+ - uses: actions/checkout at v6.0.2
- name: Retrieve build cache
uses: actions/cache/restore at v5
@@ -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 v6
+ - uses: actions/checkout at v6.0.2
- 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 v6
+ - uses: actions/checkout at v6.0.2
with:
path: geos
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 46eb081ac..39126ac0d 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 v6
+ - uses: actions/checkout at v6.0.2
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init at v4
+ uses: github/codeql-action/init at v4.36.0
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
+ uses: github/codeql-action/analyze at v4.36.0
with:
category: "/language:${{matrix.language}}"
diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml
index 42a93ec20..d9168c715 100644
--- a/.github/workflows/container.yml
+++ b/.github/workflows/container.yml
@@ -24,7 +24,7 @@ jobs:
steps:
- - uses: actions/checkout at v6
+ - uses: actions/checkout at v6.0.2
- name: Docker meta
id: meta
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 2edbafad7..2920c83ae 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 v6
+ - uses: actions/checkout at v6.0.2
- name: Get tag
id: tag
@@ -67,7 +67,7 @@ jobs:
- name: Create Release
if: ${{ steps.tag.outputs.tag == steps.version.outputs.geosversion }}
id: create_release
- uses: softprops/action-gh-release at v2
+ uses: softprops/action-gh-release at v3
with:
body_path: ${{ steps.notes.outputs.geosnotes }}
name: Release ${{ steps.version.outputs.geosversion }}
diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml
index c059e4210..cdd46c346 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 v6
+ uses: actions/checkout at v6.0.2
- 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 | 2 +-
.github/workflows/release.yml | 4 ++--
.github/workflows/web.yml | 2 +-
5 files changed, 17 insertions(+), 17 deletions(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list