Skip to content

Commit 20b15f8

Browse files
chore(deps): update github actions other dependencies (#511)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bc8f04c commit 20b15f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v5
2525

2626
- name: Run Trivy vulnerability scanner in repo mode
27-
uses: aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4 # 0.32.0
27+
uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1
2828
with:
2929
format: "sarif"
3030
output: "trivy-results.sarif"

.github/workflows/merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v5
2323
- name: Conventional Changelog Update
24-
uses: TriPSs/conventional-changelog-action@67139193614f5b9e8db87da1bd4240922b34d765 # v6.0.0
24+
uses: TriPSs/conventional-changelog-action@5f00b899ccbbcbc112bd6d715d5e76e7a9e4501d # v6.1.0
2525
id: changelog
2626
with:
2727
github-token: ${{ github.token }}
@@ -83,7 +83,7 @@ jobs:
8383
runs-on: ubuntu-24.04
8484
steps:
8585
- name: Create Release
86-
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2
86+
uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2
8787
continue-on-error: true
8888
env:
8989
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)