Skip to content

Commit

Permalink
Run pipeline on ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
aronmolnar committed Dec 10, 2024
1 parent 934c7b6 commit d4d7836
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/help-messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
plugins: 'findingfromtemplate burp openvas nessus nmap zap createproject pushproject unpackarchive packarchive sslyze file note project template translate ghostwriter finding deletefindings deleteprojects exportfindings defectdojo'
jobs:
help-messages:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand All @@ -30,7 +30,7 @@ jobs:
message: 'Update help messages'

update-readme:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integrationtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
jobs:
prod-integration:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
SYSREPTOR_SERVER: ${{ secrets.SYSREPTOR_SERVER_PROD }}
SYSREPTOR_API_TOKEN: ${{ secrets.SYSREPTOR_API_TOKEN_PROD }}
Expand All @@ -20,7 +20,7 @@ jobs:
- run: make integrationtest

test-integration:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
SYSREPTOR_SERVER: ${{ secrets.SYSREPTOR_SERVER_TEST }}
SYSREPTOR_API_TOKEN: ${{ secrets.SYSREPTOR_API_TOKEN_TEST }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ run-name: licenses
on: [push]
jobs:
generate:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [published]
jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand All @@ -32,7 +32,7 @@ jobs:
path: dist/

publish:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: build
# Specifying a GitHub environment is optional, but strongly encouraged
environment:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ run-name: unittests
on: [push]
jobs:
run:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down

0 comments on commit d4d7836

Please sign in to comment.