File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,11 @@ url_api = "https://api.github.com/repos/pulumi/schema-tools/releases/assets/1187
2828version = "1.24.10"
2929backend = "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]]
3237version = "1.64.8"
3338backend = "aqua:golangci/golangci-lint"
@@ -72,6 +77,11 @@ backend = "npm:yarn"
7277version = "3.206.0"
7378backend = "aqua:pulumi/pulumi"
7479
80+ [tools.pulumi.platforms.linux-x64]
81+ checksum = "sha256:e950bb0afdeac2aaf5b7edc95380cc8c93f7d43c1d6268a76a01792630cbdee0"
82+ size = 94509673
83+ url = "https://github.com/pulumi/pulumi/releases/download/v3.206.0/pulumi-v3.206.0-linux-x64.tar.gz"
84+
7585[[tools.python]]
7686version = "3.11.8"
7787backend = "core:python"
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments