Skip to content

Commit 3b1614e

Browse files
chore(deps): update github-actions dependencies
| datasource | package | from | to | | ----------- | --------------------------- | ------- | ------- | | github-tags | github/codeql-action | v3.31.5 | v3.31.6 | | github-tags | softprops/action-gh-release | v2.4.2 | v2.5.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent b1cb806 commit 3b1614e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/helm-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
# The tag name in grafana/helm-charts is <package>-<version>, while the
172172
# tag name for grafana/alloy is helm-chart/<version>.
173173
- name: Make github release
174-
uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2
174+
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
175175
with:
176176
name: ${{ steps.parse-chart.outputs.packagename }}
177177
repository: grafana/helm-charts

.github/workflows/trivy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
severity: 'CRITICAL,HIGH,MEDIUM,LOW'
3838

3939
- name: Upload Trivy scan results to GitHub Security tab
40-
uses: github/codeql-action/upload-sarif@d3ced5c96c16c4332e2a61eb6f3649d6f1b20bb8 # v3.31.5
40+
uses: github/codeql-action/upload-sarif@497990dfed22177a82ba1bbab381bc8f6d27058f # v3.31.6
4141
with:
4242
sarif_file: 'trivy-results.sarif'

0 commit comments

Comments
 (0)