Skip to content

Commit e222bc2

Browse files
chore(deps): update github-actions dependencies (#4809)
| datasource | package | from | to | | ----------- | ------------------------- | ------- | ------- | | github-tags | docker/setup-qemu-action | v3.6.0 | v3.7.0 | | github-tags | github/codeql-action | v3.31.0 | v3.31.2 | | github-tags | helm/chart-testing-action | v2.7.0 | v2.8.0 | | github-tags | helm/kind-action | v1.12.0 | v1.13.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 4832cff commit e222bc2

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
rm -rf /opt/hostedtoolcache
3333
3434
- name: Setup QEMU
35-
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
35+
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
3636

3737
- name: Set up Docker Buildx
3838
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1

.github/workflows/create_build_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: grafana/shared-workflows/actions/dockerhub-login@c6d954f7cd9c0022018982e01268de6cb75b913c # dockerhub-login/v1.0.2
4343

4444
- name: Setup QEMU
45-
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
45+
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
4646

4747
- name: Set up Docker Buildx
4848
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1

.github/workflows/helm-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
persist-credentials: false
2929

3030
- name: Install chart-testing
31-
uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0
31+
uses: helm/chart-testing-action@6ec842c01de15ebb84c8627d2744a0c2f2755c9f # v2.8.0
3232

3333
- name: List changed charts
3434
id: list-changed

.github/workflows/helm-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
check-latest: true
6969

7070
- name: Install chart-testing
71-
uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0
71+
uses: helm/chart-testing-action@6ec842c01de15ebb84c8627d2744a0c2f2755c9f # v2.8.0
7272

7373
- name: Determine changed charts
7474
id: list-changed
@@ -82,7 +82,7 @@ jobs:
8282
run: ct lint --config ./operations/helm/ct.yaml
8383

8484
- name: Create kind cluster
85-
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
85+
uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0
8686
if: steps.list-changed.outputs.changed == 'true'
8787

8888
- name: Add dependency chart repos

.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@2fad4cfe5a62abb31fc95ffdd2fd581307bc1822 # main
16+
uses: grafana/security-github-actions/.github/workflows/snyk_monitor.yml@b2c3d03db2e7d1a614092e1351922bd711a70bf1 # 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@d198d2fabf39a7f36b5ce57ce70d4942944f006e # v3.31.0
40+
uses: github/codeql-action/upload-sarif@5d5cd550d3e189c569da8f16ea8de2d821c9bf7a # v3.31.2
4141
with:
4242
sarif_file: 'trivy-results.sarif'

0 commit comments

Comments
 (0)