@@ -61,11 +61,11 @@ jobs:
61
61
pull-requests : write
62
62
steps :
63
63
64
- - uses : ansys/actions/check-pr-title@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v9.0.15
64
+ - uses : ansys/actions/check-pr-title@c2fa7c93f6883114e0e643599431b33d29f0b13f # v9.0.15
65
65
with :
66
66
token : ${{ secrets.GITHUB_TOKEN }}
67
67
68
- - uses : ansys/actions/doc-changelog@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v9.0.15
68
+ - uses : ansys/actions/doc-changelog@c2fa7c93f6883114e0e643599431b33d29f0b13f # v9.0.15
69
69
if : ${{ github.event_name == 'pull_request' }}
70
70
with :
71
71
token : ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
78
78
name : Actions Security
79
79
runs-on : ubuntu-latest
80
80
steps :
81
- - uses : ansys/actions/check-actions-security@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3
81
+ - uses : ansys/actions/check-actions-security@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
82
82
with :
83
83
generate-summary : true
84
84
token : ${{ secrets.GITHUB_TOKEN }}
@@ -91,23 +91,23 @@ jobs:
91
91
runs-on : ubuntu-latest
92
92
steps :
93
93
- name : Check commit name
94
- uses : ansys/actions/check-pr-title@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v9.0.15
94
+ uses : ansys/actions/check-pr-title@c2fa7c93f6883114e0e643599431b33d29f0b13f # v9.0.15
95
95
with :
96
96
token : ${{ secrets.GITHUB_TOKEN }}
97
97
98
98
code-style :
99
99
name : " Code style"
100
100
runs-on : ubuntu-latest
101
101
steps :
102
- - uses : ansys/actions/code-style@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v9.0.15
102
+ - uses : ansys/actions/code-style@c2fa7c93f6883114e0e643599431b33d29f0b13f # v9.0.15
103
103
with :
104
104
python-version : ${{ env.MAIN_PYTHON_VERSION }}
105
105
106
106
vulnerabilities :
107
107
name : Vulnerabilities
108
108
runs-on : ubuntu-latest
109
109
steps :
110
- - uses : ansys/actions/check-vulnerabilities@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3
110
+ - uses : ansys/actions/check-vulnerabilities@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
111
111
with :
112
112
python-version : ${{ env.MAIN_PYTHON_VERSION }}
113
113
python-package-name : ${{ env.PACKAGE_NAME }}
@@ -132,7 +132,7 @@ jobs:
132
132
runs-on : ubuntu-latest
133
133
steps :
134
134
- name : PyAnsys documentation style checks
135
- uses : ansys/actions/doc-style@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v9.0.15
135
+ uses : ansys/actions/doc-style@c2fa7c93f6883114e0e643599431b33d29f0b13f # v9.0.15
136
136
with :
137
137
token : ${{ secrets.GITHUB_TOKEN }}
138
138
@@ -167,7 +167,7 @@ jobs:
167
167
os : [windows-latest, ubuntu-latest]
168
168
python-version : ['3.10', '3.11', '3.12', '3.13']
169
169
steps :
170
- - uses : ansys/actions/build-wheelhouse@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v9.0.15
170
+ - uses : ansys/actions/build-wheelhouse@c2fa7c93f6883114e0e643599431b33d29f0b13f # v9.0.15
171
171
with :
172
172
library-name : ${{ env.PACKAGE_NAME }}
173
173
operating-system : ${{ matrix.os }}
@@ -236,7 +236,7 @@ jobs:
236
236
needs : [doc, unit-tests]
237
237
runs-on : ubuntu-latest
238
238
steps :
239
- - uses : ansys/actions/build-library@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v9.0.15
239
+ - uses : ansys/actions/build-library@c2fa7c93f6883114e0e643599431b33d29f0b13f # v9.0.15
240
240
with :
241
241
library-name : ${{ env.PACKAGE_NAME }}
242
242
python-version : ${{ env.MAIN_PYTHON_VERSION }}
0 commit comments