Skip to content

Commit 67041fd

Browse files
Pin dependencies
1 parent 7a0338c commit 67041fd

File tree

23 files changed

+27
-27
lines changed

23 files changed

+27
-27
lines changed

infra/providers/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

infra/providers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pulumi-provider-repos",
33
"devDependencies": {
4-
"@types/node": "^18"
4+
"@types/node": "18.19.31"
55
},
66
"dependencies": {
77
"@pulumi/github": "6.7.3",

provider-ci/internal/pkg/templates/base/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM jetpackio/devbox:latest
1+
FROM jetpackio/devbox:latest@sha256:293d6d0a33205e88550198835e68bcff65a2e33d143857ad92c6c888e6a75ad7
22

33
# Installing your devbox project
44
WORKDIR /code

provider-ci/internal/pkg/templates/base/.github/workflows/build_provider.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ jobs:
5858
#{{- .Config | renderEscStep | indent 6 }}#
5959
# Without ldid cross-compiling Node binaries on a Linux worker intended to work on darwin-arm64 fails to sign the
6060
# binaries properly and they do not work as expected. See https://github.com/pulumi/pulumi-awsx/issues/1490
61-
- uses: MOZGIII/install-ldid-action@v1
61+
- uses: MOZGIII/install-ldid-action@d5ab465f3a66a4d60a59882b935eb30e18e8d043 # v1
6262
with:
6363
tag: v2.1.5-procursus2
6464
- name: Setup mise
65-
uses: jdx/mise-action@v3
65+
uses: jdx/mise-action@e3d7b8d67a7958d1207f6ed871e83b1ea780e7b0 # v3
6666
with:
6767
# Latest working version. See https://github.com/jdx/mise/discussions/6781
6868
version: 2025.10.16
@@ -82,7 +82,7 @@ jobs:
8282
run: |
8383
echo "path=$(go env GOMODCACHE)" >> "${GITHUB_OUTPUT}"
8484
- name: Go Cache
85-
uses: actions/cache@v4
85+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
8686
with:
8787
path: |
8888
${{ steps.gocache.outputs.path }}

provider-ci/internal/pkg/templates/base/.github/workflows/build_sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
.pulumi/examples-cache
5454
key: ${{ runner.os }}-${{ hashFiles('provider/go.sum') }}
5555
- name: Setup mise
56-
uses: jdx/mise-action@v3
56+
uses: jdx/mise-action@e3d7b8d67a7958d1207f6ed871e83b1ea780e7b0 # v3
5757
with:
5858
# Latest working version. See https://github.com/jdx/mise/discussions/6781
5959
version: 2025.10.16

provider-ci/internal/pkg/templates/base/.github/workflows/license.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
persist-credentials: false
2121
- name: Setup mise
22-
uses: jdx/mise-action@v3
22+
uses: jdx/mise-action@e3d7b8d67a7958d1207f6ed871e83b1ea780e7b0 # v3
2323
with:
2424
# Latest working version. See https://github.com/jdx/mise/discussions/6781
2525
version: 2025.10.16

provider-ci/internal/pkg/templates/base/.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
#{{- end }}#
2323
persist-credentials: false
2424
- name: Setup mise
25-
uses: jdx/mise-action@v3
25+
uses: jdx/mise-action@e3d7b8d67a7958d1207f6ed871e83b1ea780e7b0 # v3
2626
with:
2727
# Latest working version. See https://github.com/jdx/mise/discussions/6781
2828
version: 2025.10.16

provider-ci/internal/pkg/templates/base/.github/workflows/prerequisites.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
key: ${{ runner.os }}-${{ hashFiles('provider/go.sum') }}
6565
#{{- end }}#
6666
- name: Setup mise
67-
uses: jdx/mise-action@v3
67+
uses: jdx/mise-action@e3d7b8d67a7958d1207f6ed871e83b1ea780e7b0 # v3
6868
with:
6969
# Latest working version. See https://github.com/jdx/mise/discussions/6781
7070
version: 2025.10.16

provider-ci/internal/pkg/templates/base/.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
persist-credentials: false
4444
#{{- .Config | renderEscStep | indent 4 }}#
4545
- name: Setup mise
46-
uses: jdx/mise-action@v3
46+
uses: jdx/mise-action@e3d7b8d67a7958d1207f6ed871e83b1ea780e7b0 # v3
4747
with:
4848
# Latest working version. See https://github.com/jdx/mise/discussions/6781
4949
version: 2025.10.16
@@ -139,7 +139,7 @@ jobs:
139139
persist-credentials: true
140140
#{{- .Config | renderEscStep | indent 4 }}#
141141
- name: Setup mise
142-
uses: jdx/mise-action@v3
142+
uses: jdx/mise-action@e3d7b8d67a7958d1207f6ed871e83b1ea780e7b0 # v3
143143
with:
144144
# Latest working version. See https://github.com/jdx/mise/discussions/6781
145145
version: 2025.10.16

provider-ci/internal/pkg/templates/base/.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
repository: pulumi/examples
5353
path: p-examples
5454
- name: Setup mise
55-
uses: jdx/mise-action@v3
55+
uses: jdx/mise-action@e3d7b8d67a7958d1207f6ed871e83b1ea780e7b0 # v3
5656
env:
5757
MISE_ENV: test
5858
with:

0 commit comments

Comments
 (0)