Skip to content

Commit 23c6a05

Browse files
chore(deps): update all non-major dependencies
1 parent ab94b14 commit 23c6a05

File tree

4 files changed

+27
-27
lines changed

4 files changed

+27
-27
lines changed

.github/workflows/standard-build.yaml

Lines changed: 10 additions & 10 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.67.2
12+
TRIVY_VERSION: 0.68.1
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

@@ -118,7 +118,7 @@ jobs:
118118
image-slug: ${{ steps.slugify-image.outputs.slug }}
119119
steps:
120120
- name: Harden Runner
121-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
121+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
122122
with:
123123
egress-policy: audit # change to 'egress-policy: block' after couple of runs
124124

@@ -147,7 +147,7 @@ jobs:
147147
cache-binary: false
148148

149149
- name: Set up QEMU
150-
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
150+
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
151151

152152
- name: Login to GitHub Container Registry
153153
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
@@ -169,7 +169,7 @@ jobs:
169169
- name: Container meta for the test image
170170
id: tests_image_meta
171171
if: ${{ inputs.enable-build-test-layer == true }}
172-
uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0
172+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
173173
with:
174174
images: |
175175
${{ inputs.image }}-test
@@ -349,7 +349,7 @@ jobs:
349349
packages: write
350350
steps:
351351
- name: Harden Runner
352-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
352+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
353353
with:
354354
egress-policy: audit # change to 'egress-policy: block' after couple of runs
355355

@@ -382,7 +382,7 @@ jobs:
382382
packages: write
383383
steps:
384384
- name: Harden Runner
385-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
385+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
386386
with:
387387
egress-policy: audit # change to 'egress-policy: block' after couple of runs
388388

@@ -421,7 +421,7 @@ jobs:
421421
contents: write
422422
steps:
423423
- name: Harden Runner
424-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
424+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
425425
with:
426426
egress-policy: audit # change to 'egress-policy: block' after couple of runs
427427

@@ -436,7 +436,7 @@ jobs:
436436
cosign download attestation --output-file="$IMAGE_SLUG.intoto.jsonl" "$IMAGE"
437437
438438
- name: upload assets to release
439-
uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1
439+
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
440440
with:
441441
files: |
442442
*.intoto.jsonl
@@ -451,7 +451,7 @@ jobs:
451451
contents: write
452452
steps:
453453
- name: Harden Runner
454-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
454+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
455455
with:
456456
egress-policy: audit # change to 'egress-policy: block' after couple of runs
457457

@@ -465,7 +465,7 @@ jobs:
465465
run: ls -R .
466466

467467
- name: upload assets to release
468-
uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1
468+
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
469469
if: ${{ startsWith(github.ref, 'refs/tags/') }}
470470
with:
471471
fail_on_unmatched_files: true

.github/workflows/standard-lint.yaml

Lines changed: 12 additions & 12 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.15.2
12+
ZIZMOR_VERSION: 1.18.0
1313

1414
on:
1515
workflow_call:
@@ -69,7 +69,7 @@ jobs:
6969
pull-requests: write
7070
steps:
7171
- name: Harden Runner
72-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
72+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
7373
with:
7474
egress-policy: audit # change to 'egress-policy: block' after couple of runs
7575

@@ -83,7 +83,7 @@ jobs:
8383
id: ml
8484
# You can override MegaLinter flavor used to have faster performances
8585
# More info at https://megalinter.io/latest/flavors/
86-
uses: oxsecurity/megalinter@62c799d895af9bcbca5eacfebca29d527f125a57 # v9.1.0
86+
uses: oxsecurity/megalinter@55a59b24a441e0e1943080d4a512d827710d4a9d # v9.2.0
8787
env:
8888
VALIDATE_ALL_CODEBASE: "true"
8989
# only try to post PR comments if it's not a fork
@@ -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@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
106+
uses: github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
107107
with:
108108
sarif_file: "megalinter-reports/megalinter-report.sarif"
109109

@@ -121,7 +121,7 @@ jobs:
121121
with:
122122
persist-credentials: false
123123
- name: Dependency Review
124-
uses: actions/dependency-review-action@40c09b7dc99638e5ddb0bfd91c1673effc064d8a # v4.8.1
124+
uses: actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4.8.2
125125

126126
gradle-wrapper-validation:
127127
name: validate gradle wrapper
@@ -182,21 +182,21 @@ jobs:
182182

183183
- name: Set up Java
184184
if: ${{ matrix.language == 'java' }}
185-
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
185+
uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0
186186
with:
187187
java-version: ${{ inputs.java-version }}
188188
distribution: "temurin"
189189
cache: gradle
190190

191191
- name: Set up .NET
192192
if: ${{ matrix.language == 'csharp' }}
193-
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
193+
uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5.0.1
194194
with:
195195
dotnet-version: ${{ inputs.dotnet-version }}
196196

197197
# Initializes the CodeQL tools for scanning.
198198
- name: Initialize CodeQL
199-
uses: github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
199+
uses: github/codeql-action/init@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
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@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
212+
uses: github/codeql-action/autobuild@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
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@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
225+
uses: github/codeql-action/analyze@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
226226
with:
227227
category: "/language:${{matrix.language}}"
228228

@@ -241,7 +241,7 @@ jobs:
241241
persist-credentials: false
242242

243243
- name: Install the latest version of uv
244-
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
244+
uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
245245
with:
246246
enable-cache: false
247247

@@ -262,7 +262,7 @@ jobs:
262262
ZIZMOR_CONFIG: /tmp/zizmor-standard-lint-defaults.yaml
263263

264264
- name: Upload SARIF file
265-
uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
265+
uses: github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
266266
with:
267267
sarif_file: results.sarif
268268
category: zizmor

.github/workflows/standard-release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939
issues: write
4040
steps:
4141
- name: Harden Runner
42-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
42+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
4343
with:
4444
egress-policy: audit # change to 'egress-policy: block' after couple of runs
4545

46-
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
46+
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
4747
id: app-token
4848
if: ${{ inputs.use-app-token }}
4949
with:
@@ -58,12 +58,12 @@ jobs:
5858
persist-credentials: false
5959

6060
# Only required temporary: https://github.com/cycjimmy/semantic-release-action/issues/159
61-
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
61+
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
6262
with:
6363
node-version: 22
6464

6565
- name: Semantic Release
66-
uses: cycjimmy/semantic-release-action@9cc899c47e6841430bbaedb43de1560a568dfd16 # v5.0.0
66+
uses: cycjimmy/semantic-release-action@ba330626c4750c19d8299de843f05c7aa5574f62 # v5.0.2
6767
with:
6868
extra_plugins: |
6969
conventional-changelog-conventionalcommits@8.0.0

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/library/python:3.14.0-slim@sha256:0aecac02dc3d4c5dbb024b753af084cafe41f5416e02193f1ce345d671ec966e AS base
1+
FROM docker.io/library/python:3.14.2-slim@sha256:2751cbe93751f0147bc1584be957c6dd4c5f977c3d4e0396b56456a9fd4ed137 AS base
22
WORKDIR /app
33
COPY hello_world.py .
44

0 commit comments

Comments
 (0)