Skip to content

Commit

Permalink
chat-ui-react: Update main.yml to use semgrep-latest
Browse files Browse the repository at this point in the history
Ubuntu 20.04 for Github Actions is being deprecated and will be fully unsupported on 2025-04-01. Update our semgrep action to the latest version.
  • Loading branch information
claireagordon authored Feb 20, 2025
1 parent a625f9a commit 4fb38d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
semgrep:
name: semgrep/ci
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN_VACCINE }}
container:
Expand Down

0 comments on commit 4fb38d3

Please sign in to comment.