Skip to content

Commit 9a008a3

Browse files
chore(deps): update github-actions dependencies
1 parent d078f88 commit 9a008a3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/check-windows-build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
persist-credentials: false
1919

2020
- name: Create test Windows build image
21-
uses: mr-smithers-excellent/docker-build-push@a4dc055191e5c80b01c04d2525d545efb5712b2b # v6.7
21+
uses: mr-smithers-excellent/docker-build-push@19d2beefef6bcdc202195fdcb9deb79a4fab5c1f # v6.8
2222
with:
2323
image: grafana/alloy-build-image
2424
tags: latest

.github/workflows/fuzz-go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
run: echo "FUZZ_CACHE=$(go env GOCACHE)/fuzz" >> $GITHUB_ENV
9494

9595
- name: Restore fuzz cache
96-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
96+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
9797
with:
9898
path: ${{ env.FUZZ_CACHE }}
9999
key: fuzz-${{ matrix.package }}-${{ matrix.function }}-${{ github.sha }}

.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/snyk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ permissions:
1313

1414
jobs:
1515
snyk-scan-ci:
16-
uses: grafana/security-github-actions/.github/workflows/snyk_monitor.yml@83ad62dece401d747910bdd585c4ebe31ca504b3 # main
16+
uses: grafana/security-github-actions/.github/workflows/snyk_monitor.yml@2fad4cfe5a62abb31fc95ffdd2fd581307bc1822 # main
1717
secrets:
1818
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

.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@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
4141
with:
4242
sarif_file: 'trivy-results.sarif'

0 commit comments

Comments
 (0)