Skip to content

Commit a03688e

Browse files
chore(deps): update github-actions dependencies
1 parent c473362 commit a03688e

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@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
174+
uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3
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@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
40+
uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
4141
with:
4242
sarif_file: 'trivy-results.sarif'

0 commit comments

Comments
 (0)