Skip to content

Commit 5369796

Browse files
Pin dependencies
1 parent 72d9a2e commit 5369796

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@5ac50f778e26fac95da98d50503682459e86d566 # v3
6666
with:
6767
github_token: ${{ secrets.GITHUB_TOKEN }}
6868
cache_key: "mise-{{platform}}-{{file_hash}}"
@@ -80,7 +80,7 @@ jobs:
8080
run: |
8181
echo "path=$(go env GOMODCACHE)" >> "${GITHUB_OUTPUT}"
8282
- name: Go Cache
83-
uses: actions/cache@v4
83+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
8484
with:
8585
path: |
8686
${{ 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@5ac50f778e26fac95da98d50503682459e86d566 # v3
5757
with:
5858
github_token: ${{ secrets.GITHUB_TOKEN }}
5959
cache_key: "mise-{{platform}}-{{file_hash}}"

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@5ac50f778e26fac95da98d50503682459e86d566 # v3
2323
with:
2424
github_token: ${{ secrets.GITHUB_TOKEN }}
2525
cache_key: "mise-{{platform}}-{{file_hash}}"

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@5ac50f778e26fac95da98d50503682459e86d566 # v3
2626
with:
2727
github_token: ${{ secrets.GITHUB_TOKEN }}
2828
cache_save: false # A different job handles caching our tools.

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@5ac50f778e26fac95da98d50503682459e86d566 # v3
6868
with:
6969
github_token: ${{ secrets.GITHUB_TOKEN }}
7070
cache_key: "mise-{{platform}}-{{file_hash}}"

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@5ac50f778e26fac95da98d50503682459e86d566 # v3
4747
with:
4848
github_token: ${{ secrets.GITHUB_TOKEN }}
4949
cache_key: "mise-{{platform}}-${{ hashFiles('mise.lock') }}"
@@ -137,7 +137,7 @@ jobs:
137137
persist-credentials: true
138138
#{{- .Config | renderEscStep | indent 4 }}#
139139
- name: Setup mise
140-
uses: jdx/mise-action@v3
140+
uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3
141141
with:
142142
github_token: ${{ secrets.GITHUB_TOKEN }}
143143
cache_key: "mise-{{platform}}-{{file_hash}}"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
repository: pulumi/examples
5151
path: p-examples
5252
- name: Setup mise
53-
uses: jdx/mise-action@v3
53+
uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3
5454
env:
5555
MISE_ENV: test
5656
with:

0 commit comments

Comments
 (0)