Skip to content

Commit 92fac3f

Browse files
[CI] Cherry pick dependabot updates from #3019 excluding pypa/gh-action-pypi-publish (#3023)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d02397a commit 92fac3f

12 files changed

Lines changed: 29 additions & 29 deletions

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ jobs:
4545
persist-credentials: false
4646

4747
- name: Initialize CodeQL
48-
uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
48+
uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
4949
with:
5050
languages: ${{ matrix.language }}
5151
build-mode: none
5252

5353
- name: Perform CodeQL Analysis
54-
uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
54+
uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
5555
with:
5656
category: 'Security'

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
distribution: 'zulu'
6767
java-version: 17
6868
- name: Cache Maven packages
69-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
69+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
7070
with:
7171
path: ~/.m2
7272
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

.github/workflows/docs.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Compile ScalaDoc
5555
run: mvn generate-sources scala:doc -pl !common,!snowflake,!flink && mkdir -p docs/api/scaladoc/spark && cp -r spark/common/target/site/scaladocs/* docs/api/scaladoc/spark
5656
- name: Set up Node.js
57-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
57+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
5858
with:
5959
node-version: '18'
6060
cache: 'npm'
@@ -71,16 +71,16 @@ jobs:
7171
with:
7272
python-version: '3.11'
7373
- name: Install uv
74-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
74+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
7575
- name: Sync doc environment
7676
run: uv sync --group docs
7777
- run: sudo apt update
78-
- uses: r-lib/actions/setup-r@v2.11.4
78+
- uses: r-lib/actions/setup-r@v2.12.0
7979
with:
8080
r-version: release
8181
use-public-rspm: true
8282
- name: Query R dependencies
83-
uses: r-lib/actions/setup-r-dependencies@v2.11.4
83+
uses: r-lib/actions/setup-r-dependencies@v2.12.0
8484
with:
8585
cache: true
8686
extra-packages: |
@@ -121,25 +121,25 @@ jobs:
121121
fi
122122
- run: mkdir staging
123123
- run: cp -r site/* staging/
124-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
124+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
125125
with:
126126
name: generated-docs
127127
path: staging
128128
- name: Cache Python packages
129-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
129+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
130130
with:
131131
path: ~/.cache/pip
132132
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
133133
restore-keys: |
134134
${{ runner.os }}-pip-
135135
- name: Cache Maven packages
136-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
136+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
137137
with:
138138
path: ~/.m2
139139
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
140140
restore-keys: ${{ runner.os }}-m2
141141
- name: Cache Node modules
142-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
142+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
143143
with:
144144
path: docs-overrides/node_modules
145145
key: ${{ runner.os }}-node-${{ hashFiles('docs-overrides/package-lock.json') }}

.github/workflows/example.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@ jobs:
7474
- run: sudo apt-get update
7575
- run: sudo apt-get install sbt
7676
- name: Cache SBT
77-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
77+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
7878
with:
7979
path: |
8080
~/.ivy2/cache
8181
~/.sbt
8282
key: ${{ runner.os }}-sbt-${{ hashFiles('**/build.sbt') }}
8383
- name: Cache Maven packages
84-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
84+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
8585
with:
8686
path: ~/.m2
8787
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

.github/workflows/java.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
with:
9797
python-version: '3.10'
9898
- name: Cache Maven packages
99-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
99+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
100100
with:
101101
path: ~/.m2
102102
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
@@ -118,7 +118,7 @@ jobs:
118118
- run: cp spark-shaded/target/sedona-*.jar staging
119119
- run: |
120120
[ -d "flink-shaded/target/" ] && cp flink-shaded/target/sedona-*.jar staging 2>/dev/null || true
121-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
121+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
122122
with:
123123
name: generated-jars_spark-${{ matrix.spark }}_scala-${{ matrix.scala }}_jdk-${{ matrix.jdk }}
124124
path: staging

.github/workflows/pre-commit-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4343
with:
4444
persist-credentials: false
45-
- uses: j178/prek-action@6ad80277337ad479fe43bd70701c3f7f8aa74db3 # v2.0.3
45+
- uses: j178/prek-action@bdca6f102f98e2b4c7029491a53dfd366469e33d # v2.0.4
4646
with:
4747
install-only: true
4848
- name: Run manual pre-commit hooks

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4343
with:
4444
persist-credentials: false
45-
- uses: j178/prek-action@6ad80277337ad479fe43bd70701c3f7f8aa74db3 # v2.0.3
45+
- uses: j178/prek-action@bdca6f102f98e2b4c7029491a53dfd366469e33d # v2.0.4
4646
with:
4747
extra-args: --all-files

.github/workflows/pyflink.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
python-version: ${{ matrix.python }}
6666
- name: Install uv
67-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
67+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
6868
- run: mvn package -pl "org.apache.sedona:sedona-flink-shaded_2.12" -am -DskipTests
6969
- name: Install python package + flink extra
7070
run: |

.github/workflows/python-extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
python-version: ${{ matrix.python }}
6767
- name: Install uv
68-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
68+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
6969
with:
7070
version: '0.9.22'
7171
- name: Install dependencies (dev)

.github/workflows/python-wheel.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,15 @@ jobs:
7272
image: tonistiigi/binfmt:qemu-v8.1.5
7373
platforms: all
7474
- name: Build wheels
75-
uses: pypa/cibuildwheel@ee02a1537ce3071a004a6b08c41e72f0fdc42d9a # v3.4.0
75+
uses: pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
7676
env:
7777
CIBW_SKIP: 'pp* *musl*'
7878
CIBW_ARCHS_LINUX: 'x86_64 aarch64'
7979
CIBW_ARCHS_WINDOWS: 'AMD64 ARM64'
8080
CIBW_ARCHS_MACOS: 'x86_64 arm64'
8181
with:
8282
package-dir: python
83-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
83+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8484
with:
8585
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
8686
path: ./wheelhouse/*.whl
@@ -94,12 +94,12 @@ jobs:
9494
persist-credentials: false
9595

9696
- name: Install uv
97-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
97+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
9898

9999
- name: Build sdist
100100
run: cd python && uv build --sdist
101101

102-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
102+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
103103
with:
104104
name: cibw-sdist
105105
path: python/dist/*.tar.gz

0 commit comments

Comments
 (0)