Skip to content

Commit ff63457

Browse files
ci: bump the actions group across 1 directory with 4 updates
Bumps the actions group with 4 updates in the / directory: [ansys/actions](https://github.com/ansys/actions), [codecov/codecov-action](https://github.com/codecov/codecov-action), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `ansys/actions` from 8.2.30 to 10.2.3 - [Release notes](https://github.com/ansys/actions/releases) - [Changelog](https://github.com/ansys/actions/blob/main/CHANGELOG.md) - [Commits](ansys/actions@v8.2.30...41f86da) Updates `codecov/codecov-action` from 5.5.1 to 5.5.2 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@5a10915...671740a) Updates `actions/upload-artifact` from 4.6.2 to 6.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...b7c566a) Updates `actions/download-artifact` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@018cc2c...37930b1) --- updated-dependencies: - dependency-name: ansys/actions dependency-version: 10.2.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: codecov/codecov-action dependency-version: 5.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0d87891 commit ff63457

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/cicd.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: "Check library vulnerabilities"
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: ansys/actions/check-vulnerabilities@eb7d0fc873deeee6d4740774675ce1741cb6f154 # v10.2.2
31+
- uses: ansys/actions/check-vulnerabilities@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10.2.3
3232
with:
3333
python-version: ${{ env.MAIN_PYTHON_VERSION }}
3434
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -39,7 +39,7 @@ jobs:
3939
name: "Check actions security"
4040
runs-on: ubuntu-latest
4141
steps:
42-
- uses: ansys/actions/check-actions-security@eb7d0fc873deeee6d4740774675ce1741cb6f154 # v10.2.2
42+
- uses: ansys/actions/check-actions-security@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10.2.3
4343
with:
4444
generate-summary: true
4545
token: ${{ secrets.GITHUB_TOKEN }}
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
steps:
5353
- name: PyAnsys code style checks
54-
uses: ansys/actions/code-style@010ddbe522e0a9aed3cbd850b4e226dcfae4ecda # v8.2.30
54+
uses: ansys/actions/code-style@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10.2.3
5555
with:
5656
python-version: ${{ env.MAIN_PYTHON_VERSION }}
5757

@@ -60,7 +60,7 @@ jobs:
6060
runs-on: ubuntu-latest
6161
steps:
6262
- name: PyAnsys documentation style checks
63-
uses: ansys/actions/doc-style@010ddbe522e0a9aed3cbd850b4e226dcfae4ecda # v8.2.30
63+
uses: ansys/actions/doc-style@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10.2.3
6464
with:
6565
token: ${{ secrets.GITHUB_TOKEN }}
6666

@@ -81,7 +81,7 @@ jobs:
8181

8282
steps:
8383
- name: Build wheelhouse and perform smoke test
84-
uses: ansys/actions/build-wheelhouse@010ddbe522e0a9aed3cbd850b4e226dcfae4ecda # v8.2.30
84+
uses: ansys/actions/build-wheelhouse@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10.2.3
8585
with:
8686
library-name: ${{ env.PACKAGE_NAME }}
8787
operating-system: ${{ matrix.os }}
@@ -93,18 +93,18 @@ jobs:
9393
needs: [smoke-tests]
9494
steps:
9595
- name: Run pytest
96-
uses: ansys/actions/tests-pytest@010ddbe522e0a9aed3cbd850b4e226dcfae4ecda # v8.2.30
96+
uses: ansys/actions/tests-pytest@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10.2.3
9797
with:
9898
python-version: ${{ matrix.python-version }}
9999
pytest-extra-args: -v --durations=10 --maxfail=10 --cov=${{ env.PACKAGE_NAMESPACE }} --cov-report=xml:coverage.xml --cov-report=html --cov-report term
100100

101101
- name: "Upload coverage to Codecov"
102-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
102+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
103103
with:
104104
files: coverage.xml
105105

106106
- name: "Upload coverage artifacts"
107-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
107+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
108108
with:
109109
name: coverage-html
110110
path: htmlcov
@@ -115,7 +115,7 @@ jobs:
115115
needs: [doc-style]
116116
steps:
117117
- name: "Run Ansys documentation building action"
118-
uses: ansys/actions/doc-build@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
118+
uses: ansys/actions/doc-build@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10.2.3
119119
with:
120120
python-version: ${{ env.MAIN_PYTHON_VERSION }}
121121

@@ -125,7 +125,7 @@ jobs:
125125
runs-on: ubuntu-latest
126126
steps:
127127
- name: Build library source and wheel artifacts
128-
uses: ansys/actions/build-library@010ddbe522e0a9aed3cbd850b4e226dcfae4ecda # v8.2.30
128+
uses: ansys/actions/build-library@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10.2.3
129129
with:
130130
library-name: ${{ env.PACKAGE_NAME }}
131131
python-version: ${{ env.MAIN_PYTHON_VERSION }}
@@ -140,7 +140,7 @@ jobs:
140140
contents: write # Needed to push built docs to gh-pages during dev deploy
141141
steps:
142142
- name: "Deploy the latest documentation"
143-
uses: ansys/actions/doc-deploy-dev@010ddbe522e0a9aed3cbd850b4e226dcfae4ecda # v8.2.30
143+
uses: ansys/actions/doc-deploy-dev@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10.2.3
144144
with:
145145
cname: ${{ env.DOCUMENTATION_CNAME }}
146146
token: ${{ secrets.GITHUB_TOKEN }}
@@ -160,7 +160,7 @@ jobs:
160160
contents: write # required by trusted publishers
161161
steps:
162162
- name: Download the library artifacts from build-library step
163-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
163+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
164164
with:
165165
name: ${{ env.PACKAGE_NAME }}-artifacts
166166
path: ${{ env.PACKAGE_NAME }}-artifacts
@@ -174,7 +174,7 @@ jobs:
174174
skip-existing: false
175175

176176
- name: "Release to GitHub"
177-
uses: ansys/actions/release-github@010ddbe522e0a9aed3cbd850b4e226dcfae4ecda # v8.2.30
177+
uses: ansys/actions/release-github@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10.2.3
178178
with:
179179
library-name: ${{ env.PACKAGE_NAME }}
180180
token: ${{ secrets.GITHUB_TOKEN }}
@@ -189,7 +189,7 @@ jobs:
189189
contents: write # Write permissions to deploy the documentation
190190
steps:
191191
- name: "Deploy the stable documentation"
192-
uses: ansys/actions/doc-deploy-stable@010ddbe522e0a9aed3cbd850b4e226dcfae4ecda # v8.2.30
192+
uses: ansys/actions/doc-deploy-stable@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10.2.3
193193
with:
194194
cname: ${{ env.DOCUMENTATION_CNAME }}
195195
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)