Skip to content

Commit d2e6652

Browse files
Pin dependencies
1 parent aa10b55 commit d2e6652

File tree

14 files changed

+15
-15
lines changed

14 files changed

+15
-15
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/actions/setup-tools/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ runs:
6060
#{{- if .Config.InstallKubectl }}#
6161

6262
- name: Install kubectl
63-
uses: azure/setup-kubectl@v4
63+
uses: azure/setup-kubectl@776406bce94f63e41d621b960d78ee25c8b76ede # v4
6464
with:
6565
version: 'latest'
6666
id: install

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ 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 tools
@@ -79,7 +79,7 @@ jobs:
7979
run: |
8080
echo "path=$(go env GOMODCACHE)" >> "${GITHUB_OUTPUT}"
8181
- name: Go Cache
82-
uses: actions/cache@v4
82+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
8383
with:
8484
path: |
8585
${{ steps.gocache.outputs.path }}

provider-ci/internal/pkg/templates/internal-bridged/.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# If you do not check out your code, Copilot will do this for you.
2929
steps:
3030
- name: Checkout code
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3232
with:
3333
persist-credentials: false
3434

provider-ci/internal/pkg/templates/internal/.github/workflows/export-repo-secrets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- name: Generate a GitHub token
1010
id: generate-token
11-
uses: actions/create-github-app-token@v1
11+
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
1212
with:
1313
app-id: 1256780 # Export Secrets GitHub App
1414
private-key: ${{ secrets.EXPORT_SECRETS_PRIVATE_KEY }}

provider-ci/test-providers/acme/.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/test-providers/aws/.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/test-providers/cloudflare/.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

0 commit comments

Comments
 (0)