Skip to content

Commit

Permalink
Merge 553efbc into 1c140ff
Browse files Browse the repository at this point in the history
  • Loading branch information
phlax authored Feb 28, 2025
2 parents 1c140ff + 553efbc commit de3770d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
strategy:
fail-fast: false

# CodeQL runs on ubuntu-20.04
runs-on: ubuntu-20.04
# CodeQL runs on ubuntu-24.04
runs-on: ubuntu-24.04
if: github.repository == 'envoyproxy/envoy'

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# for github/codeql-action/analyze to upload SARIF results
security-events: write
pull-requests: read
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
if: github.repository == 'envoyproxy/envoy'
steps:
- name: Checkout repository
Expand Down

0 comments on commit de3770d

Please sign in to comment.