3232 clickhouse : ${{ fromJson(steps.set-result.outputs.result).clickhouse }}
3333 steps :
3434 - name : Checkout
35- uses : actions/checkout@v6
36- - uses : actions/github-script@v8
35+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
36+ - uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
3737 id : set-result
3838 env :
3939 TRANSFORMATION_TAG : ${{ github.ref_name }}
@@ -83,21 +83,21 @@ jobs:
8383 --health-retries 5
8484 steps :
8585 - name : Checkout
86- uses : actions/checkout@v6
86+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
8787 # Required for BigQuery targets
8888 - name : Authenticate to Google Cloud
89- uses : " google-github-actions/auth@v3 "
89+ uses : " google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 " # v3
9090 with :
9191 workload_identity_provider : " projects/151868820337/locations/global/workloadIdentityPools/integration-test-pool/providers/integration-test-provider"
9292 service_account : " integration-service-account@cq-integration-tests.iam.gserviceaccount.com"
9393 # Required for athena targets
9494 - name : Configure AWS credentials
95- uses : aws-actions/configure-aws-credentials@v5
95+ uses : aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5
9696 with :
9797 role-to-assume : arn:aws:iam::590184131402:role/cq-integration-tests-aws-github-action
9898 aws-region : us-east-1
9999 - name : Update Release Notes
100- uses : actions/github-script@v8
100+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
101101 env :
102102 TRANSFORMATION_DIR : ${{ needs.prepare.outputs.transformation_dir }}
103103 with :
@@ -113,7 +113,7 @@ jobs:
113113 const linksRemoved = releaseNotes.replace(/\[([^\]]+)\]\([^)]+\)/g, '$1');
114114 const changelogPath = `${TRANSFORMATION_DIR}/changelog.md`;
115115 await fs.writeFile(changelogPath, linksRemoved);
116- - uses : actions/setup-python@v6
116+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
117117 with :
118118 python-version : " 3.14"
119119 cache : " pip"
@@ -122,7 +122,7 @@ jobs:
122122 working-directory : ${{ needs.prepare.outputs.transformation_dir }}
123123 run : pip install -r requirements.txt
124124 - name : Setup CloudQuery
125- uses : cloudquery/setup-cloudquery@v4
125+ uses : cloudquery/setup-cloudquery@4a3af61f7d8c362d8d152a4a17053ed2aaa7180d # v4
126126 with :
127127 version : v6.35.2
128128 - name : Migrate DB Postgres
@@ -164,7 +164,7 @@ jobs:
164164 CLICKHOUSE_CONNECTION_STRING : " clickhouse://cq:test@localhost:9000/cloudquery"
165165 run : cloudquery migrate tests/clickhouse.yml
166166 - name : Setup Node.js
167- uses : actions/setup-node@v6
167+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
168168 with :
169169 node-version : " lts/*"
170170 cache : " npm"
@@ -176,7 +176,7 @@ jobs:
176176 working-directory : ./scripts/dbt-pack
177177 run : node index.js dbt-pack --project-dir=../../${{ needs.prepare.outputs.transformation_dir }}
178178 - name : Setup CloudQuery
179- uses : cloudquery/setup-cloudquery@v4
179+ uses : cloudquery/setup-cloudquery@4a3af61f7d8c362d8d152a4a17053ed2aaa7180d # v4
180180 with :
181181 version : v6.35.2
182182 - name : Publish tranformation
0 commit comments