[geos-commits] [SCM] GEOS branch dependabot/github_actions/all-actions-d30a9e7a05 created. 3665ad79762524ee5f7c99154da58ffdb29b4fc0
git at osgeo.org
git at osgeo.org
Tue Jun 2 15:31:18 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-d30a9e7a05 has been created
at 3665ad79762524ee5f7c99154da58ffdb29b4fc0 (commit)
- Log -----------------------------------------------------------------
commit 3665ad79762524ee5f7c99154da58ffdb29b4fc0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue Jun 2 22:30:44 2026 +0000
Bump the all-actions group across 1 directory with 4 updates
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>
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
-----------------------------------------------------------------------
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list