Skip to content

Commit 824c2ab

Browse files
authored
Merge pull request #13 from pmoscode-helm/renovate/ubuntu-24.x
chore(deps): update dependency ubuntu to v24
2 parents 23f0a93 + 6185d19 commit 824c2ab

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ name: Semgrep
1414
jobs:
1515
semgrep:
1616
name: semgrep/ci
17-
runs-on: ubuntu-20.04
17+
runs-on: ubuntu-24.04
1818
env:
1919
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
2020
container:

.github/workflows/trivy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
build:
1010
name: Build
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212
permissions:
1313
actions: read
1414
contents: read

.github/workflows/update-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
check:
99
name: Check
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111
steps:
1212
- name: Checkout code
1313
uses: actions/checkout@v5

0 commit comments

Comments
 (0)