From dda6fbaa465a33aadeee49eadb0fca4d513c743d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 10:04:43 +0000 Subject: [PATCH] chore(deps): update github actions --- .github/workflows/analysis.yml | 2 +- .github/workflows/merge.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index d15f7ef..eacc8bb 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v6 - name: Run Trivy vulnerability scanner in repo mode - uses: aquasecurity/trivy-action@0.35.0 + uses: aquasecurity/trivy-action@v0.36.0 with: format: "sarif" output: "trivy-results.sarif" diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 62e6c59..4b7b0d6 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Conventional Changelog Update - uses: TriPSs/conventional-changelog-action@91be4f3188da74fe85de9caffcebc80b26d43b5b # v6.3.0 + uses: TriPSs/conventional-changelog-action@952b14bbc4be87e8458a6ac5926fc655608b1b19 # v6.3.1 id: changelog with: github-token: ${{ github.token }}