File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 59
59
name : Actions Security
60
60
runs-on : ubuntu-latest
61
61
steps :
62
- - uses : ansys/actions/check-actions-security@123a1f17d71f117e0ba29c53d6a0f602e0d8d902 # v10.1.3
62
+ - uses : ansys/actions/check-actions-security@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
63
63
with :
64
64
generate-summary : true
65
65
token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ jobs:
26
26
persist-credentials : false
27
27
28
28
- name : Initialize CodeQL
29
- uses : github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
29
+ uses : github/codeql-action/init@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
30
30
with :
31
31
languages : ' python'
32
32
config-file : ./.github/codeql-config.yml
33
33
34
34
- name : Autobuild
35
- uses : github/codeql-action/autobuild@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
35
+ uses : github/codeql-action/autobuild@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
36
36
37
37
# If the Autobuild fails above, remove it and uncomment the following three lines.
38
38
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
42
42
# ./location_of_script_within_repo/buildscript.sh
43
43
44
44
- name : Perform CodeQL Analysis
45
- uses : github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
45
+ uses : github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
46
46
with :
47
47
category : " /language:python"
Original file line number Diff line number Diff line change 89
89
pull-requests : write
90
90
steps :
91
91
- name : Suggest to add labels
92
- uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4 .0.0
92
+ uses : peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5 .0.0
93
93
# Execute only when no labels have been applied to the pull request
94
94
if : toJSON(github.event.pull_request.labels.*.name) == '{}'
95
95
with :
Original file line number Diff line number Diff line change
1
+ Bump the actions group with 3 updates
You can’t perform that action at this time.
0 commit comments