Skip to content

Commit 9e70ebf

Browse files
chore(deps): update all non-major dependencies (#217)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7ab607b commit 9e70ebf

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
docker info -f '{{ .DriverStatus }}'
102102
103103
- name: Set up Docker Buildx
104-
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
104+
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
105105

106106
- name: Download build image
107107
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0

.github/workflows/standard-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defaults:
99

1010
env:
1111
# renovate: datasource=github-releases depName=aquasecurity/trivy
12-
TRIVY_VERSION: 0.68.1
12+
TRIVY_VERSION: 0.68.2
1313
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2
1414
TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db:1
1515

@@ -141,7 +141,7 @@ jobs:
141141
docker info -f '{{ .DriverStatus }}'
142142
143143
- name: Set up Docker Buildx
144-
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
144+
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
145145
with:
146146
# zizmor: runtime artifacts potentially vulnerable to a cache poisoning attack
147147
cache-binary: false

.github/workflows/standard-lint.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defaults:
99

1010
env:
1111
# renovate: datasource=pypi depName=zizmor
12-
ZIZMOR_VERSION: 1.18.0
12+
ZIZMOR_VERSION: 1.19.0
1313

1414
on:
1515
workflow_call:
@@ -103,7 +103,7 @@ jobs:
103103
104104
- name: Upload MegaLinter scan results to GitHub Security tab
105105
if: ${{ always() }}
106-
uses: github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
106+
uses: github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
107107
with:
108108
sarif_file: "megalinter-reports/megalinter-report.sarif"
109109

@@ -196,7 +196,7 @@ jobs:
196196

197197
# Initializes the CodeQL tools for scanning.
198198
- name: Initialize CodeQL
199-
uses: github/codeql-action/init@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
199+
uses: github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
200200
with:
201201
languages: ${{ matrix.language }}
202202
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -209,7 +209,7 @@ jobs:
209209
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
210210
# If this step fails, then you should remove it and run the build manually (see below)
211211
- name: Autobuild
212-
uses: github/codeql-action/autobuild@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
212+
uses: github/codeql-action/autobuild@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
213213

214214
# ℹ️ Command-line programs to run using the OS shell.
215215
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -222,7 +222,7 @@ jobs:
222222
# ./location_of_script_within_repo/buildscript.sh
223223

224224
- name: Perform CodeQL Analysis
225-
uses: github/codeql-action/analyze@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
225+
uses: github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
226226
with:
227227
category: "/language:${{matrix.language}}"
228228

@@ -264,7 +264,7 @@ jobs:
264264
ZIZMOR_CONFIG: /tmp/zizmor-standard-lint-defaults.yaml
265265

266266
- name: Upload SARIF file
267-
uses: github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
267+
uses: github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
268268
with:
269269
sarif_file: results.sarif
270270
category: zizmor

0 commit comments

Comments
 (0)