Skip to content

Commit 5e5700d

Browse files
authored
Merge branch 'main' into claude/warm-watching-hollerith
2 parents 6ec48b8 + b16304e commit 5e5700d

8 files changed

Lines changed: 133 additions & 135 deletions

File tree

.github/workflows/code-pull-request.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
# --- Maven ---
151151
- name: Setup Java
152152
if: matrix.shim == 'maven'
153-
uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5.5.0
153+
uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5.6.0
154154
with:
155155
distribution: temurin
156156
java-version: "11"
@@ -171,9 +171,9 @@ jobs:
171171
# --- RubyGem ---
172172
- name: Setup Ruby
173173
if: matrix.shim == 'rubygem'
174-
uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1.314.0
174+
uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # v1.319.0
175175
with:
176-
ruby-version: "4.0.5"
176+
ruby-version: "4.0.6"
177177
- name: Test RubyGem shim
178178
if: matrix.shim == 'rubygem'
179179
working-directory: shims/rubygem
@@ -212,7 +212,7 @@ jobs:
212212
# `permissions:` above, so SARIF upload would fail — fall back to
213213
# console-only output and don't let that (or the pre-existing
214214
# findings backlog) fail the gate for external contributors.
215-
uses: zizmorcore/zizmor-action@192e21d79ab29983730a13d1382995c2307fbcaa # v0.5.7
215+
uses: zizmorcore/zizmor-action@6599ee8b7a49aef6a770f63d261d214911a7ce02 # v0.6.0
216216
continue-on-error: ${{ github.event.pull_request.head.repo.fork == true }}
217217
with:
218218
config: zizmor.yml

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ jobs:
4444
persist-credentials: false
4545

4646
- name: Initialize CodeQL
47-
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
47+
uses: github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
4848
with:
4949
languages: ${{ matrix.language }}
5050

5151
- name: Perform CodeQL Analysis
52-
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
52+
uses: github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
5353
with:
5454
category: "/language:${{ matrix.language }}"

.github/workflows/publish-shims.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
ref: ${{ inputs.tag }}
6464
persist-credentials: false
65-
- uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
65+
- uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
6666
with:
6767
python-version: "3.12"
6868
# No cache in a publish workflow — a poisoned cache entry could end up
@@ -138,7 +138,7 @@ jobs:
138138
with:
139139
ref: ${{ inputs.tag }}
140140
persist-credentials: false
141-
- uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5.5.0
141+
- uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5.6.0
142142
with:
143143
distribution: "temurin"
144144
java-version: "11"
@@ -168,9 +168,9 @@ jobs:
168168
with:
169169
ref: ${{ inputs.tag }}
170170
persist-credentials: false
171-
- uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1.314.0
171+
- uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # v1.319.0
172172
with:
173-
ruby-version: "4.0.5"
173+
ruby-version: "4.0.6"
174174
# No bundler cache in a publish workflow — a poisoned cache entry could
175175
# end up inside the published gem (zizmor: cache-poisoning).
176176
bundler-cache: false

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: bun install --frozen-lockfile
6565
- name: Context check
6666
id: check
67-
uses: TrigenSoftware/simple-release-action@e7293dad843693d8692d443c3f21b78338048f13 # v1.1.8
67+
uses: TrigenSoftware/simple-release-action@a796225481a62b5b46b37d4481ef7fb114a6d399 # v1.1.9
6868
with:
6969
workflow: check
7070
github-token: ${{ steps.generate_token.outputs.token }}
@@ -133,7 +133,7 @@ jobs:
133133
HOOK
134134
chmod +x .git/hooks/prepare-commit-msg
135135
- name: Create or update pull request
136-
uses: TrigenSoftware/simple-release-action@e7293dad843693d8692d443c3f21b78338048f13 # v1.1.8
136+
uses: TrigenSoftware/simple-release-action@a796225481a62b5b46b37d4481ef7fb114a6d399 # v1.1.9
137137
with:
138138
workflow: pull-request
139139
github-token: ${{ steps.generate_token.outputs.token }}
@@ -184,7 +184,7 @@ jobs:
184184
id: validate
185185
run: bun run validate
186186
- name: Release
187-
uses: TrigenSoftware/simple-release-action@e7293dad843693d8692d443c3f21b78338048f13 # v1.1.8
187+
uses: TrigenSoftware/simple-release-action@a796225481a62b5b46b37d4481ef7fb114a6d399 # v1.1.9
188188
with:
189189
workflow: release
190190
github-token: ${{ steps.generate_token.outputs.token }}

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
publish_results: true
4141

4242
- name: Upload SARIF to GitHub Security tab
43-
uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
43+
uses: github/codeql-action/upload-sarif@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
4444
with:
4545
sarif_file: results.sarif

.prototools

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
bun = "1.3.14"
22
node = "24"
3-
npm = "11.17.0"
4-
gh = "2.95.0"
3+
npm = "11.18.0"
4+
gh = "2.96.0"
55

66
[settings]
77
auto-install = true

0 commit comments

Comments
 (0)