Skip to content

Commit 90c48f7

Browse files
Merge branch 'main' into dependabot/uv/scikit-rf-1.10.0
2 parents 4df8c30 + 58c4780 commit 90c48f7

File tree

5 files changed

+20
-19
lines changed

5 files changed

+20
-19
lines changed

.github/workflows/ci-release.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
contents: write # Required to commit and push changelog updates to the repository
3232
pull-requests: write # Required to create pull requests with changelog updates
3333
steps:
34-
- uses: ansys/actions/doc-deploy-changelog@36cd86710c966963f4dcec56a9670171618cf76a # v10.2.4
34+
- uses: ansys/actions/doc-deploy-changelog@3931ac9351b13ae11b1203c2ef6b51e5c75502ea # v10.2.5
3535
with:
3636
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
3737
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
@@ -44,7 +44,7 @@ jobs:
4444
permissions:
4545
contents: read # Required to read repository content for vulnerability scanning
4646
steps:
47-
- uses: ansys/actions/check-vulnerabilities@36cd86710c966963f4dcec56a9670171618cf76a # v10.2.4
47+
- uses: ansys/actions/check-vulnerabilities@3931ac9351b13ae11b1203c2ef6b51e5c75502ea # v10.2.5
4848
with:
4949
python-version: ${{ env.MAIN_PYTHON_VERSION }}
5050
python-package-name: ${{ env.PACKAGE_NAME }}
@@ -58,7 +58,7 @@ jobs:
5858
permissions:
5959
contents: read # Required to read workflow files and check for security issues
6060
steps:
61-
- uses: ansys/actions/check-actions-security@36cd86710c966963f4dcec56a9670171618cf76a # v10.2.4
61+
- uses: ansys/actions/check-actions-security@3931ac9351b13ae11b1203c2ef6b51e5c75502ea # v10.2.5
6262
with:
6363
generate-summary: true
6464
token: ${{ secrets.GITHUB_TOKEN }}
@@ -71,7 +71,7 @@ jobs:
7171
contents: read # Required to read documentation files for style checking
7272
steps:
7373
- name: Check documentation style
74-
uses: ansys/actions/doc-style@36cd86710c966963f4dcec56a9670171618cf76a # v10.2.4
74+
uses: ansys/actions/doc-style@3931ac9351b13ae11b1203c2ef6b51e5c75502ea # v10.2.5
7575
with:
7676
token: ${{ secrets.GITHUB_TOKEN }}
7777
fail-level: 'warning'
@@ -82,7 +82,7 @@ jobs:
8282
needs: [doc-style]
8383
steps:
8484
- name: Documentation build
85-
uses: ansys/actions/doc-build@36cd86710c966963f4dcec56a9670171618cf76a # v10.2.4
85+
uses: ansys/actions/doc-build@3931ac9351b13ae11b1203c2ef6b51e5c75502ea # v10.2.5
8686
with:
8787
dependencies: "graphviz texlive-latex-extra latexmk texlive-xetex texlive-fonts-extra"
8888
skip-install: true
@@ -107,7 +107,7 @@ jobs:
107107
steps:
108108
- name: Build wheelhouse and perform smoke test
109109
id: build-wheelhouse
110-
uses: ansys/actions/build-wheelhouse@36cd86710c966963f4dcec56a9670171618cf76a # v10.2.4
110+
uses: ansys/actions/build-wheelhouse@3931ac9351b13ae11b1203c2ef6b51e5c75502ea # v10.2.5
111111
with:
112112
library-name: ${{ env.PACKAGE_NAME }}
113113
operating-system: ${{ matrix.os }}
@@ -1215,7 +1215,7 @@ jobs:
12151215
id-token: write # Required for OIDC token generation (for provenance signing)
12161216
steps:
12171217
- name: Build library source and wheel artifacts
1218-
uses: ansys/actions/build-library@36cd86710c966963f4dcec56a9670171618cf76a # v10.2.4
1218+
uses: ansys/actions/build-library@3931ac9351b13ae11b1203c2ef6b51e5c75502ea # v10.2.5
12191219
with:
12201220
library-name: ${{ env.PACKAGE_NAME }}
12211221
python-version: ${{ env.MAIN_PYTHON_VERSION }}
@@ -1247,7 +1247,7 @@ jobs:
12471247
skip-existing: false
12481248

12491249
- name: Release to GitHub
1250-
uses: ansys/actions/release-github@36cd86710c966963f4dcec56a9670171618cf76a # v10.2.4
1250+
uses: ansys/actions/release-github@3931ac9351b13ae11b1203c2ef6b51e5c75502ea # v10.2.5
12511251
with:
12521252
library-name: ${{ env.PACKAGE_NAME }}
12531253
token: ${{ secrets.GITHUB_TOKEN }}
@@ -1262,7 +1262,7 @@ jobs:
12621262
contents: write # Required to commit and push documentation to gh-pages branch
12631263
steps:
12641264
- name: Deploy the stable documentation
1265-
uses: ansys/actions/doc-deploy-stable@36cd86710c966963f4dcec56a9670171618cf76a # v10.2.4
1265+
uses: ansys/actions/doc-deploy-stable@3931ac9351b13ae11b1203c2ef6b51e5c75502ea # v10.2.5
12661266
with:
12671267
cname: ${{ env.DOCUMENTATION_CNAME }}
12681268
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/ci_cd.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
permissions:
103103
contents: read # Required to read repository content for vulnerability scanning
104104
steps:
105-
- uses: ansys/actions/check-vulnerabilities@36cd86710c966963f4dcec56a9670171618cf76a # v10.2.4
105+
- uses: ansys/actions/check-vulnerabilities@3931ac9351b13ae11b1203c2ef6b51e5c75502ea # v10.2.5
106106
with:
107107
python-version: ${{ env.MAIN_PYTHON_VERSION }}
108108
python-package-name: ${{ env.PACKAGE_NAME }}
@@ -117,7 +117,7 @@ jobs:
117117
permissions:
118118
contents: read # Required to read workflow files and check for security issues
119119
steps:
120-
- uses: ansys/actions/check-actions-security@36cd86710c966963f4dcec56a9670171618cf76a # v10.2.4
120+
- uses: ansys/actions/check-actions-security@3931ac9351b13ae11b1203c2ef6b51e5c75502ea # v10.2.5
121121
with:
122122
generate-summary: true
123123
token: ${{ secrets.GITHUB_TOKEN }}
@@ -132,7 +132,7 @@ jobs:
132132
steps:
133133
- name: Check the title of the pull request
134134
if: github.event_name == 'pull_request'
135-
uses: ansys/actions/check-pr-title@36cd86710c966963f4dcec56a9670171618cf76a # v10.2.4
135+
uses: ansys/actions/check-pr-title@3931ac9351b13ae11b1203c2ef6b51e5c75502ea # v10.2.5
136136
with:
137137
token: ${{ secrets.GITHUB_TOKEN }}
138138
use-upper-case: true
@@ -204,7 +204,7 @@ jobs:
204204
contents: read # Required to read documentation files for style checking
205205
steps:
206206
- name: Check documentation style
207-
uses: ansys/actions/doc-style@36cd86710c966963f4dcec56a9670171618cf76a # v10.2.4
207+
uses: ansys/actions/doc-style@3931ac9351b13ae11b1203c2ef6b51e5c75502ea # v10.2.5
208208
with:
209209
token: ${{ secrets.GITHUB_TOKEN }}
210210
fail-level: 'warning'
@@ -215,7 +215,7 @@ jobs:
215215
needs: [doc-style]
216216
steps:
217217
- name: Documentation build
218-
uses: ansys/actions/doc-build@36cd86710c966963f4dcec56a9670171618cf76a # v10.2.4
218+
uses: ansys/actions/doc-build@3931ac9351b13ae11b1203c2ef6b51e5c75502ea # v10.2.5
219219
with:
220220
dependencies: "graphviz texlive-latex-extra latexmk texlive-xetex texlive-fonts-extra"
221221
skip-install: true
@@ -242,7 +242,7 @@ jobs:
242242
steps:
243243
- name: Build wheelhouse and perform smoke test
244244
id: build-wheelhouse
245-
uses: ansys/actions/build-wheelhouse@36cd86710c966963f4dcec56a9670171618cf76a # v10.2.4
245+
uses: ansys/actions/build-wheelhouse@3931ac9351b13ae11b1203c2ef6b51e5c75502ea # v10.2.5
246246
with:
247247
library-name: ${{ env.PACKAGE_NAME }}
248248
operating-system: ${{ matrix.os }}
@@ -1377,7 +1377,7 @@ jobs:
13771377
id-token: write # Required for OIDC token generation (for provenance signing)
13781378
steps:
13791379
- name: Build library source and wheel artifacts
1380-
uses: ansys/actions/build-library@36cd86710c966963f4dcec56a9670171618cf76a # v10.2.4
1380+
uses: ansys/actions/build-library@3931ac9351b13ae11b1203c2ef6b51e5c75502ea # v10.2.5
13811381
with:
13821382
library-name: ${{ env.PACKAGE_NAME }}
13831383
python-version: ${{ env.MAIN_PYTHON_VERSION }}

.github/workflows/label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
pull-requests: write # Required to update PR with changelog information
120120
runs-on: ubuntu-latest
121121
steps:
122-
- uses: ansys/actions/doc-changelog@36cd86710c966963f4dcec56a9670171618cf76a # v10.2.4
122+
- uses: ansys/actions/doc-changelog@3931ac9351b13ae11b1203c2ef6b51e5c75502ea # v10.2.5
123123
with:
124124
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
125125
use-conventional-commits: true

.github/workflows/nightly-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Documentation build
28-
uses: ansys/actions/doc-build@36cd86710c966963f4dcec56a9670171618cf76a # v10.2.4
28+
uses: ansys/actions/doc-build@3931ac9351b13ae11b1203c2ef6b51e5c75502ea # v10.2.5
2929
with:
3030
dependencies: "graphviz texlive-latex-extra latexmk texlive-xetex texlive-fonts-extra"
3131
python-version: ${{ env.MAIN_PYTHON_VERSION }}
@@ -41,7 +41,7 @@ jobs:
4141
contents: write # Required to commit and push development documentation to gh-pages branch
4242
steps:
4343
- name: Upload development documentation
44-
uses: ansys/actions/doc-deploy-dev@36cd86710c966963f4dcec56a9670171618cf76a # v10.2.4
44+
uses: ansys/actions/doc-deploy-dev@3931ac9351b13ae11b1203c2ef6b51e5c75502ea # v10.2.5
4545
with:
4646
cname: ${{ env.DOCUMENTATION_CNAME }}
4747
token: ${{ secrets.GITHUB_TOKEN }}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump ansys/actions from 10.2.4 to 10.2.5

0 commit comments

Comments
 (0)