mirror of
https://github.com/appleboy/ssh-action.git
synced 2026-07-18 10:59:57 +08:00
chore(ci): update GitHub Actions dependencies to latest versions
- Bump actions/checkout from v6 to v7
This commit is contained in:
parent
1530429296
commit
068c0c7a4e
4 changed files with 19 additions and 19 deletions
2
.github/workflows/trivy-scan.yml
vendored
2
.github/workflows/trivy-scan.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v7
|
||||
|
||||
- name: Run Trivy vulnerability scanner in repo mode
|
||||
uses: aquasecurity/trivy-action@v0.36.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue