Skip to content

Commit

Permalink
fix(ci): force ubuntu 22.04 usage in all (mostly veracode) pipelines (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mushroomempires authored May 30, 2024
1 parent 85e3674 commit 54634ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/veracode-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
jobs:
routing:
name: Check before analysis
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
development_stage: ${{ steps.routing-mode.outputs.development_stage }}

Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
name: Sandbox scan
needs: [routing, build]
if: needs.routing.outputs.development_stage != 'Development'
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Promote latest scan
Expand Down

0 comments on commit 54634ba

Please sign in to comment.