@@ -211,7 +211,7 @@ jobs:
211
211
pull-requests : read
212
212
statuses : write
213
213
steps :
214
- - uses : amannn/action-semantic-pull-request@v5.2 .0
214
+ - uses : amannn/action-semantic-pull-request@v5.4 .0
215
215
with :
216
216
wip : true
217
217
validateSingleCommit : true
@@ -260,7 +260,7 @@ jobs:
260
260
GITHUB_TOKEN : ${{ github.token }}
261
261
- name : Docker meta
262
262
id : docker_action_meta
263
- uses : docker/metadata-action@v4.6 .0
263
+ uses : docker/metadata-action@v5.4 .0
264
264
with :
265
265
images : ghcr.io/${{ github.repository }}/container
266
266
tags : |
@@ -334,7 +334,7 @@ jobs:
334
334
if : ${{ needs.setup-workflow.outputs.skip-workflow != 'Yes' }}
335
335
steps :
336
336
- uses : actions/checkout@v3
337
- - uses : actions/setup-python@v4
337
+ - uses : actions/setup-python@v5
338
338
with :
339
339
python-version : " 3.7"
340
340
- uses : pre-commit/action@v3.0.0
@@ -428,7 +428,7 @@ jobs:
428
428
checks : write
429
429
steps :
430
430
- uses : actions/checkout@v3
431
- - uses : actions/setup-python@v4
431
+ - uses : actions/setup-python@v5
432
432
with :
433
433
python-version : ${{ matrix.python-version }}
434
434
- name : Setup addon
@@ -476,7 +476,7 @@ jobs:
476
476
checks : write
477
477
steps :
478
478
- uses : actions/checkout@v3
479
- - uses : actions/setup-python@v4
479
+ - uses : actions/setup-python@v5
480
480
with :
481
481
python-version : ${{ matrix.python-version }}
482
482
- name : Setup addon
@@ -529,7 +529,7 @@ jobs:
529
529
# build if this is not set false
530
530
persist-credentials : false
531
531
- name : Setup python
532
- uses : actions/setup-python@v4
532
+ uses : actions/setup-python@v5
533
533
with :
534
534
python-version : 3.7
535
535
- name : create requirements file for pip
@@ -667,7 +667,7 @@ jobs:
667
667
# build if this is not set false
668
668
persist-credentials : false
669
669
- name : Setup python
670
- uses : actions/setup-python@v4
670
+ uses : actions/setup-python@v5
671
671
with :
672
672
python-version : 3.9
673
673
- name : create requirements file for pip
@@ -733,7 +733,7 @@ jobs:
733
733
name : package-splunkbase
734
734
path : build/package/
735
735
- name : VirusTotal Scan
736
- uses : crazy-max/ghaction-virustotal@v3
736
+ uses : crazy-max/ghaction-virustotal@v4
737
737
with :
738
738
vt_api_key : ${{ secrets.VT_API_KEY }}
739
739
files : |
@@ -755,7 +755,7 @@ jobs:
755
755
steps :
756
756
- uses : actions/checkout@v3
757
757
- name : Install Python 3
758
- uses : actions/setup-python@v4
758
+ uses : actions/setup-python@v5
759
759
with :
760
760
python-version : 3.7
761
761
- name : run-tests
@@ -794,7 +794,7 @@ jobs:
794
794
name : package-splunkbase
795
795
path : build/package/
796
796
- name : Scan
797
- uses : splunk/appinspect-cli-action@v1.12
797
+ uses : splunk/appinspect-cli-action@v2.0
798
798
with :
799
799
app_path : build/package/
800
800
included_tags : ${{ matrix.tags }}
@@ -874,7 +874,7 @@ jobs:
874
874
mv oras-install/oras /usr/local/bin/
875
875
rm -rf oras_0.12.0_*.tar.gz oras-install/
876
876
- name : Set up Docker Buildx
877
- uses : docker/setup-buildx-action@v2
877
+ uses : docker/setup-buildx-action@v3
878
878
- name : Login to GitHub Packages Docker Registry
879
879
uses : docker/login-action@v2.2.0
880
880
with :
@@ -883,7 +883,7 @@ jobs:
883
883
password : ${{ github.token }}
884
884
- name : Docker meta
885
885
id : meta
886
- uses : docker/metadata-action@v4.6 .0
886
+ uses : docker/metadata-action@v5.4 .0
887
887
with :
888
888
images : ghcr.io/${{ github.repository }}
889
889
tags : |
@@ -993,7 +993,7 @@ jobs:
993
993
path : ${{ github.workspace }}
994
994
- name : Setup python
995
995
if : steps.download-openapi.conclusion != 'skipped'
996
- uses : actions/setup-python@v4
996
+ uses : actions/setup-python@v5
997
997
with :
998
998
python-version : 3.7
999
999
- name : modinput-test-prerequisites
0 commit comments