Skip to content

Commit 7a72d3b

Browse files
authored
Merge branch 'master' into backport-2.1.2-changelog
2 parents 627f7db + 845a008 commit 7a72d3b

6 files changed

Lines changed: 26 additions & 26 deletions

File tree

.github/workflows/build-with-clang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
architecture: x64
5151

5252
- name: Checkout repo
53-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
53+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5454
with:
5555
fetch-depth: 0
5656

.github/workflows/build_pip.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
sudo apt-get install jq
3333
34-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
34+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3535
with:
3636
fetch-depth: 0
3737

.github/workflows/conda-package-cf.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
access_token: ${{ github.token }}
3737

38-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
38+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3939
with:
4040
fetch-depth: 0
4141

@@ -44,7 +44,7 @@ jobs:
4444
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
4545
4646
- name: Cache conda packages
47-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
47+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
4848
env:
4949
CACHE_NUMBER: 0 # Increase to reset cache
5050
with:
@@ -74,7 +74,7 @@ jobs:
7474
conda-recipe-cf
7575
7676
- name: Upload artifact
77-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
77+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
7878
with:
7979
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
8080
path: /usr/share/miniconda/conda-bld/linux-64/${{ env.PACKAGE_NAME }}-*.conda
@@ -95,7 +95,7 @@ jobs:
9595

9696
steps:
9797
- name: Download artifact
98-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
98+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
9999
with:
100100
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python_ver }}
101101

@@ -126,7 +126,7 @@ jobs:
126126
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
127127
128128
- name: Cache conda packages
129-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
129+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
130130
env:
131131
CACHE_NUMBER: 0 # Increase to reset cache
132132
with:
@@ -170,7 +170,7 @@ jobs:
170170
with:
171171
access_token: ${{ github.token }}
172172

173-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
173+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
174174
with:
175175
fetch-depth: 0
176176

@@ -186,7 +186,7 @@ jobs:
186186
run: conda install -n base conda-build
187187

188188
- name: Cache conda packages
189-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
189+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
190190
env:
191191
CACHE_NUMBER: 3 # Increase to reset cache
192192
with:
@@ -211,7 +211,7 @@ jobs:
211211
echo "CONDA_BLD=$CONDA/conda-bld/win-64/" | tr "\\\\" '/' >> $GITHUB_ENV
212212
213213
- name: Upload artifact
214-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
214+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
215215
with:
216216
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
217217
path: ${{ env.CONDA_BLD }}${{ env.PACKAGE_NAME }}-*.conda
@@ -236,7 +236,7 @@ jobs:
236236

237237
steps:
238238
- name: Download artifact
239-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
239+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
240240
with:
241241
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python_ver }}
242242

@@ -292,7 +292,7 @@ jobs:
292292
run: Get-Content -Path .\lockfile
293293

294294
- name: Cache conda packages
295-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
295+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
296296
env:
297297
CACHE_NUMBER: 0 # Increase to reset cache
298298
with:

.github/workflows/conda-package.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
access_token: ${{ github.token }}
2929

30-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
30+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3131
with:
3232
fetch-depth: 0
3333

@@ -36,7 +36,7 @@ jobs:
3636
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
3737
3838
- name: Cache conda packages
39-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
39+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
4040
env:
4141
CACHE_NUMBER: 0 # Increase to reset cache
4242
with:
@@ -66,7 +66,7 @@ jobs:
6666
conda-recipe
6767
6868
- name: Upload artifact
69-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
69+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
7070
with:
7171
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
7272
path: /usr/share/miniconda/conda-bld/linux-64/${{ env.PACKAGE_NAME }}-*.conda
@@ -86,7 +86,7 @@ jobs:
8686

8787
steps:
8888
- name: Download artifact
89-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
89+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
9090
with:
9191
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
9292

@@ -126,7 +126,7 @@ jobs:
126126
echo "pkgs_dirs: [~/.conda/pkgs]" >> ~/.condarc
127127
128128
- name: Cache conda packages
129-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
129+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
130130
env:
131131
CACHE_NUMBER: 0 # Increase to reset cache
132132
with:
@@ -163,7 +163,7 @@ jobs:
163163
with:
164164
access_token: ${{ github.token }}
165165

166-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
166+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
167167
with:
168168
fetch-depth: 0
169169

@@ -181,7 +181,7 @@ jobs:
181181
conda install -n base conda-build
182182
183183
- name: Cache conda packages
184-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
184+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
185185
env:
186186
CACHE_NUMBER: 3 # Increase to reset cache
187187
with:
@@ -206,7 +206,7 @@ jobs:
206206
echo "CONDA_BLD=$CONDA/conda-bld/win-64/" | tr "\\\\" '/' >> $GITHUB_ENV
207207
208208
- name: Upload artifact
209-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
209+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
210210
with:
211211
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
212212
path: ${{ env.CONDA_BLD }}${{ env.PACKAGE_NAME }}-*.conda
@@ -230,7 +230,7 @@ jobs:
230230

231231
steps:
232232
- name: Download artifact
233-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
233+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
234234
with:
235235
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
236236

@@ -286,7 +286,7 @@ jobs:
286286
run: Get-Content -Path .\lockfile
287287

288288
- name: Cache conda packages
289-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
289+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
290290
env:
291291
CACHE_NUMBER: 0 # Increase to reset cache
292292
with:

.github/workflows/openssf-scorecard.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
steps:
3636
- name: "Checkout code"
37-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
37+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3838
with:
3939
persist-credentials: false
4040

@@ -61,14 +61,14 @@ jobs:
6161
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6262
# format to the repository Actions tab.
6363
- name: "Upload artifact"
64-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
64+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
6565
with:
6666
name: SARIF file
6767
path: results.sarif
6868
retention-days: 14
6969

7070
# Upload the results to GitHub's code scanning dashboard.
7171
- name: "Upload to code-scanning"
72-
uses: github/codeql-action/upload-sarif@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
72+
uses: github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
7373
with:
7474
sarif_file: results.sarif

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
timeout-minutes: 30
1414
steps:
1515
- name: Checkout repo
16-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
16+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1717

1818
- name: Set up python
1919
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0

0 commit comments

Comments
 (0)