Skip to content

Commit 014a0be

Browse files
committed
[internal] Update GitHub Actions workflow files
1 parent a11e333 commit 014a0be

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

.config/mise.lock

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ url_api = "https://api.github.com/repos/pulumi/schema-tools/releases/assets/1187
2828
version = "1.24.10"
2929
backend = "core:go"
3030

31+
[tools.go.platforms.linux-x64]
32+
checksum = "sha256:dd52b974e3d9c5a7bbfb222c685806def6be5d6f7efd10f9caa9ca1fa2f47955"
33+
size = 78693970
34+
url = "https://dl.google.com/go/go1.24.10.linux-amd64.tar.gz"
35+
3136
[[tools.golangci-lint]]
3237
version = "1.64.8"
3338
backend = "aqua:golangci/golangci-lint"
@@ -69,9 +74,14 @@ version = "1.22.22"
6974
backend = "npm:yarn"
7075

7176
[[tools.pulumi]]
72-
version = "3.206.0"
77+
version = "3.207.0"
7378
backend = "aqua:pulumi/pulumi"
7479

80+
[tools.pulumi.platforms.linux-x64]
81+
checksum = "sha256:6ebc94fdf98833f4573b6a086f636f53c59245a490f516e03b875dabc41514a6"
82+
size = 94603881
83+
url = "https://github.com/pulumi/pulumi/releases/download/v3.207.0/pulumi-v3.207.0-linux-x64.tar.gz"
84+
7585
[[tools.python]]
7686
version = "3.11.8"
7787
backend = "core:python"

.github/actions/setup-tools/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
using: "composite"
1212
steps:
1313
- name: Setup mise
14-
uses: jdx/mise-action@be3be2260bc02bc3fbf94c5e2fed8b7964baf074 # v3
14+
uses: jdx/mise-action@9dc7d5dd454262207dea3ab5a06a3df6afc8ff26 # v3
1515
with:
1616
# Latest working version. See https://github.com/jdx/mise/discussions/6781
1717
version: 2025.10.16
@@ -20,7 +20,7 @@ runs:
2020
cache_save: ${{ inputs.cache }}
2121

2222
- name: Setup Go Cache
23-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
23+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
2424
with:
2525
cache: ${{ inputs.cache }}
2626
cache-dependency-path: |

.github/workflows/run-acceptance-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ jobs:
476476
name: Fetch secrets from ESC
477477
uses: pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b
478478
- name: Mark workflow as successful
479-
uses: guibranco/github-status-action-v2@0849440ec82c5fa69b2377725b9b7852a3977e76 # v1.1.13
479+
uses: guibranco/github-status-action-v2@631f55ea0251f0fb284525ad86c30e9f7a8dd284 # v1.1.14
480480
with:
481481
authToken: ${{ secrets.GITHUB_TOKEN }}
482482
context: Sentinel

0 commit comments

Comments
 (0)