chore(ci): update bump-trivy workflow (#546)

This commit is contained in:
DmitriyLewen
2026-04-10 08:17:09 +00:00
committed by GitHub
parent 57a97c7e78
commit 34f2b232c5
+2 -2
View File
@@ -12,7 +12,7 @@ run-name: Bump trivy to v${{ inputs.trivy_version }}
jobs:
bump:
runs-on: ubuntu-latest
runs-on: ubuntu-2404-2core
permissions:
contents: read
steps:
@@ -50,7 +50,7 @@ jobs:
id: create-pr
uses: peter-evans/create-pull-request@4e1beaa7521e8b457b572c090b25bd3db56bf1c5 # v5
with:
token: ${{ secrets.ORG_REPO_TOKEN }}
token: ${{ secrets.TRIVY_ACTION_DEPLOY_TOKEN }}
title: "chore(deps): Update trivy to v${{ inputs.trivy_version }}"
commit-message: "chore(deps): Update trivy to v${{ inputs.trivy_version }}"
committer: github-actions[bot] <github-actions[bot]@users.noreply.github.com>