Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/customer-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: generate or hydrate protos
uses: ./.github/actions/genprotos

- uses: depot/setup-action@15c09a5f77a0840ad4bce955686522a257853461 # v1
- uses: depot/setup-action@91bc8495a33ebfc504ffc89e5674379ccf23c29c # v1

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checked this digest bump — no findings, noting it here so the audit is on record.

15c09a5...91bc849 is 11 commits: adds a configure-docker input (default: 'false', and the only code change is a guarded depot configure-docker exec), a dist-verification CI job, a dependency/toolchain refresh, and a README fix. runs: using: node24 was already in place, so no runner requirement change. The rebuilt dist/index.js still references only depot.dev/github.com hosts. Behavior for this repo is unchanged since configure-docker is not set anywhere.

Same digest is applied consistently across customer-docker.yml, dev-docker.yml, stable-docker.yml and mysql-debug-docker.yml, with no stragglers left in .github/.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checked this digest move (15c09a591bc849, 11 commits) against the upstream commit log — no regression risk here. The only functional change is a new configure-docker input that defaults to false, so behaviour is unchanged for every call site in this repo (none pass it). The rest is dependency/toolchain housekeeping, README wording, and CI additions in the action repo; the runtime was already node24 before this bump, so there is no runner-side change either. Same conclusion applies to the identical bumps in dev-docker.yml, stable-docker.yml and mysql-debug-docker.yml.


- name: Login to GitHub Container Registry
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: generate or hydrate protos
uses: ./.github/actions/genprotos

- uses: depot/setup-action@15c09a5f77a0840ad4bce955686522a257853461 # v1
- uses: depot/setup-action@91bc8495a33ebfc504ffc89e5674379ccf23c29c # v1

- name: Login to GitHub Container Registry
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mysql-debug-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
with:
persist-credentials: false

- uses: depot/setup-action@15c09a5f77a0840ad4bce955686522a257853461 # v1
- uses: depot/setup-action@91bc8495a33ebfc504ffc89e5674379ccf23c29c # v1

- name: Login to GitHub Container Registry
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stable-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: generate or hydrate protos
uses: ./.github/actions/genprotos

- uses: depot/setup-action@15c09a5f77a0840ad4bce955686522a257853461 # v1
- uses: depot/setup-action@91bc8495a33ebfc504ffc89e5674379ccf23c29c # v1

- name: Login to GitHub Container Registry
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4
Expand Down
Loading