Skip to content

Commit 4a5f9fc

Browse files
Rebuild for 1.13.11
1 parent 4b80945 commit 4a5f9fc

32 files changed

Lines changed: 89 additions & 89 deletions

.github/workflows/hybrid_branch_deployments.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build_info: ${{ steps.parse-workspace.outputs.build_info }}
1313
secrets_set: ${{ steps.parse-workspace.outputs.secrets_set }}
1414
steps:
15-
- uses: actions/checkout@v6
15+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1616
- name: Parse cloud workspace
1717
id: parse-workspace
1818
uses: ./actions/utils/parse_workspace
@@ -29,19 +29,19 @@ jobs:
2929
location: ${{ fromJSON(needs.parse_workspace.outputs.build_info) }}
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v6
32+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3333
with:
3434
ref: ${{ github.sha }}
3535

3636
- name: Configure AWS credentials
37-
uses: aws-actions/configure-aws-credentials@v1
37+
uses: aws-actions/configure-aws-credentials@67fbcbb121271f7775d2e7715933280b06314838 # v1
3838
with:
3939
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
4040
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
4141
aws-region: us-west-2
4242

4343
- name: Login to ECR
44-
uses: aws-actions/amazon-ecr-login@v1
44+
uses: aws-actions/amazon-ecr-login@5a88a04c91d5c6f97aae0d9be790e64d9b1d47b7 # v1
4545

4646
- name: Build and deploy to Dagster Cloud hybrid
4747
uses: ./actions/hybrid_branch_deploy

.github/workflows/hybrid_deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
outputs:
1414
build_info: ${{ steps.parse-workspace.outputs.build_info }}
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1717
- name: Parse cloud workspace
1818
id: parse-workspace
1919
uses: ./actions/utils/parse_workspace
@@ -30,19 +30,19 @@ jobs:
3030
location: ${{ fromJSON(needs.parse_workspace.outputs.build_info) }}
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v6
33+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3434
with:
3535
ref: ${{ github.head_ref }}
3636

3737
- name: Configure AWS credentials
38-
uses: aws-actions/configure-aws-credentials@v1
38+
uses: aws-actions/configure-aws-credentials@67fbcbb121271f7775d2e7715933280b06314838 # v1
3939
with:
4040
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
4141
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
4242
aws-region: us-west-2
4343

4444
- name: Login to ECR
45-
uses: aws-actions/amazon-ecr-login@v1
45+
uses: aws-actions/amazon-ecr-login@5a88a04c91d5c6f97aae0d9be790e64d9b1d47b7 # v1
4646

4747
- name: Build and deploy to Dagster Cloud hybrid
4848
uses: ./actions/hybrid_prod_deploy

.github/workflows/serverless_branch_custom_base_image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build_info: ${{ steps.parse-workspace.outputs.build_info }}
1313
secrets_set: ${{ steps.parse-workspace.outputs.secrets_set }}
1414
steps:
15-
- uses: actions/checkout@v6
15+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1616
- name: Parse cloud workspace
1717
id: parse-workspace
1818
uses: ./actions/utils/parse_workspace
@@ -29,7 +29,7 @@ jobs:
2929
location: ${{ fromJSON(needs.parse_workspace.outputs.build_info) }}
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v6
32+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3333
with:
3434
ref: ${{ github.sha }}
3535
- name: Build and deploy to Dagster Cloud serverless

.github/workflows/serverless_branch_deployments.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build_info: ${{ steps.parse-workspace.outputs.build_info }}
1313
secrets_set: ${{ steps.parse-workspace.outputs.secrets_set }}
1414
steps:
15-
- uses: actions/checkout@v6
15+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1616
- name: Parse cloud workspace
1717
id: parse-workspace
1818
uses: ./actions/utils/parse_workspace
@@ -29,7 +29,7 @@ jobs:
2929
location: ${{ fromJSON(needs.parse_workspace.outputs.build_info) }}
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v6
32+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3333
with:
3434
ref: ${{ github.sha }}
3535
- name: Build and deploy to Dagster Cloud serverless

.github/workflows/serverless_custom_image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
outputs:
1414
build_info: ${{ steps.parse-workspace.outputs.build_info }}
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1717
- name: Parse cloud workspace
1818
id: parse-workspace
1919
uses: ./actions/utils/parse_workspace
@@ -30,7 +30,7 @@ jobs:
3030
location: ${{ fromJSON(needs.parse_workspace.outputs.build_info) }}
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v6
33+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3434
with:
3535
ref: ${{ github.head_ref }}
3636
- name: Build and deploy to Dagster Cloud serverless

.github/workflows/serverless_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
outputs:
1414
build_info: ${{ steps.parse-workspace.outputs.build_info }}
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1717
- name: Parse cloud workspace
1818
id: parse-workspace
1919
uses: ./actions/utils/parse_workspace
@@ -30,7 +30,7 @@ jobs:
3030
location: ${{ fromJSON(needs.parse_workspace.outputs.build_info) }}
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v6
33+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3434
with:
3535
ref: ${{ github.head_ref }}
3636
- name: Build and deploy to Dagster Cloud serverless

.github/workflows/serverless_launch_job_definitions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Dagster Serverless Job Launch
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v6
14+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1515
with:
1616
ref: ${{ github.sha }}
1717
- name: Launch a job on Dagster Cloud serverless

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
runs-on: ubuntu-latest
88
name: PyTest
99
steps:
10-
- uses: actions/checkout@v6
10+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1111
- name: Set up Python
12-
uses: actions/setup-python@v6
12+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
1313
with:
1414
python-version: "3.11"
1515
- name: Install dependencies

actions/build_deploy_python_executable/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ runs:
4747

4848
- id: setup-python
4949
name: Set up Python ${{ inputs.python_version }} for target
50-
uses: actions/setup-python@v6
50+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
5151
with:
5252
python-version: ${{ inputs.python_version }}
5353

actions/hybrid_branch_deploy/action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ runs:
2525
steps:
2626
- name: Checkout target repo
2727
if: inputs.checkout_repo == 'true'
28-
uses: actions/checkout@v6
28+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2929
with:
3030
ref: ${{ github.sha }}
3131

3232
- name: Checkout action repo
33-
uses: actions/checkout@v6
33+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3434
with:
3535
repository: dagster-io/dagster-cloud-action
3636
ref: ${{ env.DAGSTER_ACTION_REF }}
@@ -55,12 +55,12 @@ runs:
5555

5656
- name: Set up Docker Buildx
5757
if: ${{ github.event.pull_request.state != 'closed' }}
58-
uses: docker/setup-buildx-action@v2
58+
uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2
5959

6060
# See https://github.com/docker/build-push-action/ for more info
6161
- name: Build and push Docker image
6262
if: ${{ github.event.pull_request.state != 'closed' }}
63-
uses: docker/build-push-action@v4
63+
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4
6464
with:
6565
ssh: ${{ env.DOCKER_BUILD_SSH }}
6666
context: ${{ fromJson(inputs.location).directory }}

0 commit comments

Comments
 (0)