Skip to content

Commit

Permalink
Merge pull request #85 from dokku/josegonzalez-patch-3
Browse files Browse the repository at this point in the history
Run trivy workflow on latest runner
  • Loading branch information
josegonzalez authored Oct 16, 2023
2 parents 6797dfb + 6ce58b4 commit 89ddc7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
trivy-analysis:
name: trivy-analysis
runs-on: "ubuntu-20.04"
runs-on: "ubuntu-22.04"
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 89ddc7e

Please sign in to comment.