@@ -296,7 +296,7 @@ jobs:
296296 uses : fsfe/reuse-action@v1.1
297297
298298 lint :
299- runs-on : ubuntu-22 .04
299+ runs-on : ubuntu-24 .04
300300 steps :
301301 - uses : actions/checkout@v4
302302 - uses : actions/setup-python@v5
@@ -322,7 +322,7 @@ jobs:
322322 fetch-depth : " 0"
323323 ref : ${{ github.head_ref }}
324324 - name : Secret Scanning Trufflehog
325- uses : trufflesecurity/trufflehog@v3.85 .0
325+ uses : trufflesecurity/trufflehog@v3.86 .0
326326 with :
327327 extra_args : -x .github/workflows/exclude-patterns.txt --json --only-verified
328328 version : 3.77.0
@@ -355,7 +355,7 @@ jobs:
355355 run-unit-tests :
356356 name : test-unit-python3-${{ matrix.python-version }}
357357 if : ${{ needs.test-inventory.outputs.unit == 'true' }}
358- runs-on : ubuntu-22 .04
358+ runs-on : ubuntu-24 .04
359359 needs :
360360 - test-inventory
361361 strategy :
@@ -489,7 +489,7 @@ jobs:
489489 path : test-results/*
490490
491491 build :
492- runs-on : ubuntu-22 .04
492+ runs-on : ubuntu-24 .04
493493 needs :
494494 - validate-custom-version
495495 - setup-workflow
@@ -785,7 +785,7 @@ jobs:
785785 version : ${{ steps.BuildVersion.outputs.VERSION }}
786786
787787 run-requirements-unit-tests :
788- runs-on : ubuntu-22 .04
788+ runs-on : ubuntu-24 .04
789789 needs :
790790 - build
791791 - test-inventory
@@ -896,7 +896,7 @@ jobs:
896896 - build
897897 - test-inventory
898898 if : ${{ !cancelled() && needs.build.result == 'success' }}
899- runs-on : ubuntu-22 .04
899+ runs-on : ubuntu-24 .04
900900 outputs :
901901 argo-server : ${{ steps.test-setup.outputs.argo-server }}
902902 argo-http1 : ${{ steps.test-setup.outputs.argo-http1 }}
0 commit comments