Skip to content

Commit f098dad

Browse files
Pin dependencies
1 parent 7d73a63 commit f098dad

File tree

194 files changed

+262
-262
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

194 files changed

+262
-262
lines changed

.devcontainer/aws/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/pulumi/devcontainer:extra
1+
FROM ghcr.io/pulumi/devcontainer:extra@sha256:e8534db8f45cfd886f74ce806ab71aaa7b5016a880570dc5d984dc56a0b106f4
22

33
##################################################################################
44
# Install AWS CLI v2

.github/actions/setup/action.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -88,22 +88,22 @@ runs:
8888
using: composite
8989
steps:
9090
- name: Install .NET
91-
uses: actions/setup-dotnet@v4
91+
uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4
9292
with:
9393
dotnet-version: ${{inputs.dotnet-version}}
9494

9595
- name: Install Node.js
96-
uses: actions/setup-node@v4
96+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
9797
with:
9898
node-version: ${{inputs.node-version}}
9999

100100
- name: Install Python
101-
uses: actions/setup-python@v5
101+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
102102
with:
103103
python-version: ${{inputs.python-version}}
104104

105105
- name: Install Go
106-
uses: actions/setup-go@v5
106+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
107107
with:
108108
go-version: ${{inputs.go-version}}
109109
cache-dependency-path: "**/go.sum"
@@ -149,7 +149,7 @@ runs:
149149

150150
- name: Authenticate with AWS
151151
id: aws-auth
152-
uses: aws-actions/configure-aws-credentials@v4
152+
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4
153153
with:
154154
aws-access-key-id: ${{ inputs.aws-access-key-id }}
155155
aws-secret-access-key: ${{ inputs.aws-secret-access-key }}
@@ -161,13 +161,13 @@ runs:
161161
output-credentials: true
162162

163163
- name: Authenticate with Google Cloud
164-
uses: google-github-actions/auth@v2
164+
uses: google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2
165165
with:
166166
service_account: ${{ inputs.google-service-account-email }}
167167
workload_identity_provider: projects/${{ inputs.google-project-number }}/locations/global/workloadIdentityPools/${{ inputs.google-workload-identity-pool }}/providers/${{ inputs.google-workload-identity-provider }}
168168

169169
- name: Install gcloud auth
170-
uses: google-github-actions/setup-gcloud@v2
170+
uses: google-github-actions/setup-gcloud@6189d56e4096ee891640bb02ac264be376592d6a # v2
171171
with:
172172
install_components: gke-gcloud-auth-plugin
173173

.github/workflows/add-to-project.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Add to DevRel
12-
uses: actions/[email protected]
12+
uses: actions/add-to-project@960fbad431afda394cfcf8743445e741acd19e85 # v0.4.0
1313
with:
1414
project-url: https://github.com/orgs/pulumi/projects/47
1515
github-token: ${{ secrets.PULUMI_BOT_GHA_MARKETING }}

.github/workflows/command-dispatch.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout Repo
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1313
- name: Run Build
14-
uses: peter-evans/slash-command-dispatch@v2
14+
uses: peter-evans/slash-command-dispatch@40877f718dce0101edfc7aea2b3800cc192f9ed5 # v2
1515
with:
1616
commands: run-tests
1717
issue-type: pull-request

.github/workflows/pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout Repo
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1212
- name: Comment PR
13-
uses: thollander/actions-comment-pull-request@v1
13+
uses: thollander/actions-comment-pull-request@8a3fad13c20088e9eb0805666b9fe49509d2fec8 # v1
1414
with:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1616
message: >

.github/workflows/test-examples.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
id-token: write
1919
contents: read
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2222

2323
- name: Set up the environment
2424
uses: ./.github/actions/setup
@@ -40,7 +40,7 @@ jobs:
4040
id-token: write
4141
contents: read
4242
steps:
43-
- uses: actions/checkout@v4
43+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4444

4545
- name: Set up the environment
4646
uses: ./.github/actions/setup
@@ -64,7 +64,7 @@ jobs:
6464
id-token: write
6565
contents: read
6666
steps:
67-
- uses: actions/checkout@v4
67+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6868

6969
- name: Set up the environment
7070
uses: ./.github/actions/setup
@@ -88,7 +88,7 @@ jobs:
8888
id-token: write
8989
contents: read
9090
steps:
91-
- uses: actions/checkout@v4
91+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
9292

9393
- name: Set up the environment
9494
uses: ./.github/actions/setup
@@ -110,7 +110,7 @@ jobs:
110110
id-token: write
111111
contents: read
112112
steps:
113-
- uses: actions/checkout@v4
113+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
114114

115115
- name: Set up the environment
116116
uses: ./.github/actions/setup
@@ -142,7 +142,7 @@ jobs:
142142
contents: read
143143

144144
steps:
145-
- uses: actions/checkout@v4
145+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
146146

147147
- name: Set up the environment
148148
uses: ./.github/actions/setup
@@ -202,7 +202,7 @@ jobs:
202202
contents: read
203203

204204
steps:
205-
- uses: actions/checkout@v4
205+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
206206

207207
- name: Set up the environment
208208
uses: ./.github/actions/setup

alicloud-ts-ecs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "alicloud-ts-ecs",
33
"devDependencies": {
4-
"@types/node": "^14"
4+
"@types/node": "14.18.63"
55
},
66
"dependencies": {
77
"@pulumi/alicloud": "3.70.0",

aws-apigateway-ts-routes/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "typescript",
33
"devDependencies": {
4-
"@types/aws-lambda": "^8.10.85",
5-
"@types/node": "^8.0.0"
4+
"@types/aws-lambda": "8.10.146",
5+
"@types/node": "8.10.66"
66
},
77
"dependencies": {
88
"@pulumi/aws": "6.65.0",

aws-cs-fargate/App/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS build
1+
FROM mcr.microsoft.com/dotnet/core/sdk:3.1@sha256:150d074697d1cda38a0c2185fe43895d84b5745841e9d15c5adba29604a6e4cb AS build
22
WORKDIR /app/src
33

44
# First restore dependencies so app changes are faster.
@@ -10,7 +10,7 @@ COPY * ./
1010
RUN dotnet publish -c release -o /app/bin --no-restore
1111

1212
# Create a new, smaller image stage, that just runs the DLL.
13-
FROM mcr.microsoft.com/dotnet/core/aspnet:3.1
13+
FROM mcr.microsoft.com/dotnet/core/aspnet:3.1@sha256:e3b773f30a0a6e88d71ce52429f6847627fc9353e491346902ca345760b82bdd
1414
WORKDIR /app
1515
COPY --from=build /app/bin ./
1616
ENTRYPOINT [ "dotnet", "aws-cs-fargate.dll" ]

aws-cs-langserve/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11-slim
1+
FROM python:3.11-slim@sha256:370c586a6ffc8c619e6d652f81c094b34b14b8f2fb9251f092de23f16e299b78
22

33
RUN pip install poetry==1.6.1
44

aws-go-fargate/app/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Start from a Debian image with the latest version of Go installed
22
# and a workspace (GOPATH) configured at /go.
3-
FROM golang
3+
FROM golang@sha256:70031844b8c225351d0bb63e2c383f80db85d92ba894e3da7e13bcf80efa9a37
44

55
# Copy the local package files to the container's workspace.
66
ADD . /go/src/foo

aws-go-langserve/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11-slim
1+
FROM python:3.11-slim@sha256:370c586a6ffc8c619e6d652f81c094b34b14b8f2fb9251f092de23f16e299b78
22

33
RUN pip install poetry==1.6.1
44

aws-js-containers/app/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM nginx
1+
FROM nginx@sha256:fb197595ebe76b9c0c14ab68159fd3c08bd067ec62300583543f0ebda353b5be
22
COPY content /usr/share/nginx/html

aws-js-langserve/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11-slim
1+
FROM python:3.11-slim@sha256:370c586a6ffc8c619e6d652f81c094b34b14b8f2fb9251f092de23f16e299b78
22

33
RUN pip install poetry==1.6.1
44

aws-py-django-voting-app/frontend/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:18.04
1+
FROM ubuntu:18.04@sha256:152dc042452c496007f07ca9127571cb9c29697f42acbfad72324b2bb2e43c98
22

33
WORKDIR /
44

aws-py-langserve/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11-slim
1+
FROM python:3.11-slim@sha256:370c586a6ffc8c619e6d652f81c094b34b14b8f2fb9251f092de23f16e299b78
22

33
RUN pip install poetry==1.6.1
44

aws-ts-airflow/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "airflow",
33
"devDependencies": {
4-
"@types/node": "^18.13.0"
4+
"@types/node": "18.19.68"
55
},
66
"dependencies": {
77
"@pulumi/aws": "6.65.0",

aws-ts-ansible-wordpress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pulumi-ansible-wordpress",
33
"devDependencies": {
4-
"@types/node": "^18"
4+
"@types/node": "18.19.68"
55
},
66
"dependencies": {
77
"@pulumi/aws": "6.65.0",

aws-ts-apigateway-auth0/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aws-typescript",
33
"devDependencies": {
4-
"@types/node": "^18.0.0"
4+
"@types/node": "18.19.68"
55
},
66
"dependencies": {
77
"@pulumi/aws": "6.65.0",

aws-ts-apigateway-eventbridge/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aws-ts-apigateway-eventbridge",
33
"devDependencies": {
4-
"@types/node": "^14"
4+
"@types/node": "14.18.63"
55
},
66
"dependencies": {
77
"@pulumi/pulumi": "3.144.1",

aws-ts-apigateway-lambda-serverless/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "aws-ts-apigateway-lambda-serverless",
33
"devDependencies": {
4-
"@types/aws-lambda": "^8.10.72",
5-
"@types/node": "^10.0.0"
4+
"@types/aws-lambda": "8.10.146",
5+
"@types/node": "10.17.60"
66
},
77
"dependencies": {
88
"@pulumi/aws": "6.65.0",

aws-ts-apigatewayv2-eventbridge/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aws-ts-apigatewayv2-eventbridge",
33
"devDependencies": {
4-
"@types/node": "^14"
4+
"@types/node": "14.18.63"
55
},
66
"dependencies": {
77
"@pulumi/pulumi": "3.144.1",

aws-ts-apigatewayv2-http-api-quickcreate/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aws-ts-apigatewayv2-quickstart",
33
"devDependencies": {
4-
"@types/node": "^10.0.0"
4+
"@types/node": "10.17.60"
55
},
66
"dependencies": {
77
"@pulumi/aws": "6.65.0",

aws-ts-apigatewayv2-http-api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aws-ts-apigatewayv2-http-api",
33
"devDependencies": {
4-
"@types/node": "^10.0.0"
4+
"@types/node": "10.17.60"
55
},
66
"dependencies": {
77
"@pulumi/aws": "6.65.0",

aws-ts-assume-role/assume-role/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "assume-role",
33
"devDependencies": {
4-
"@types/node": "^8.0.0"
4+
"@types/node": "8.10.66"
55
},
66
"dependencies": {
77
"@pulumi/aws": "6.65.0",

aws-ts-assume-role/create-role/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-role",
33
"devDependencies": {
4-
"@types/node": "^8.0.0"
4+
"@types/node": "8.10.66"
55
},
66
"dependencies": {
77
"@pulumi/aws": "6.65.0",
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM nginx
1+
FROM nginx@sha256:fb197595ebe76b9c0c14ab68159fd3c08bd067ec62300583543f0ebda353b5be
22
COPY content /usr/share/nginx/html

aws-ts-containers-dockerbuild/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"@pulumi/pulumi": "3.144.1"
99
},
1010
"devDependencies": {
11-
"@types/node": "^20.14.10"
11+
"@types/node": "20.17.10"
1212
}
1313
}
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM nginx
1+
FROM nginx@sha256:fb197595ebe76b9c0c14ab68159fd3c08bd067ec62300583543f0ebda353b5be
22
COPY content /usr/share/nginx/html

aws-ts-containers-dockerbuildcloud/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"@pulumi/pulumi": "3.144.1"
99
},
1010
"devDependencies": {
11-
"@types/node": "^20.12.11"
11+
"@types/node": "20.17.10"
1212
}
1313
}

aws-ts-containers/app/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM nginx
1+
FROM nginx@sha256:fb197595ebe76b9c0c14ab68159fd3c08bd067ec62300583543f0ebda353b5be
22
COPY content /usr/share/nginx/html

aws-ts-containers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"@pulumi/pulumi": "3.144.1"
88
},
99
"devDependencies": {
10-
"typescript": "^4.6.2"
10+
"typescript": "4.9.5"
1111
}
1212
}

aws-ts-ec2-provisioners/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"main": "index.js",
55
"devDependencies": {
6-
"@types/node": "^18"
6+
"@types/node": "18.19.68"
77
},
88
"dependencies": {
99
"@pulumi/aws": "6.65.0",

aws-ts-ecs-anywhere/app/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:15-alpine as build
1+
FROM node:15-alpine@sha256:6edd37368174c15d4cc59395ca2643be8e2a1c9846714bc92c5f5c5a92fb8929 as build
22
WORKDIR /app
33
COPY package*.json .
44
RUN npm ci --only=production

aws-ts-ecs-anywhere/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ecs-anywhere",
33
"devDependencies": {
4-
"@types/node": "^18.0.0"
4+
"@types/node": "18.19.68"
55
},
66
"dependencies": {
77
"@pulumi/aws": "6.65.0",

aws-ts-eks-distro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aws-ts-eks-distro",
33
"devDependencies": {
4-
"@types/node": "^18.0.0"
4+
"@types/node": "18.19.68"
55
},
66
"dependencies": {
77
"@pulumi/aws": "6.65.0",

0 commit comments

Comments
 (0)