1818 packages : write
1919 steps :
2020 - name : Checkout repository
21- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
21+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
2222
2323 - name : Set up Docker Buildx
2424 uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
4040 type=raw,value=main,enable={{is_default_branch}}
4141
4242 - name : Build and push Docker image
43- uses : docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5
43+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v5
4444 with :
4545 context : .
4646 file : ./Dockerfile
@@ -61,10 +61,10 @@ jobs:
6161 cancel-in-progress : false
6262 steps :
6363 - name : Checkout code
64- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
64+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
6565
6666 - name : Setup Go
67- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
67+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v5
6868 with :
6969 go-version : ${{ env.GO_VERSION }}
7070
@@ -74,12 +74,12 @@ jobs:
7474 pulumi-version : ${{ env.PULUMI_VERSION }}
7575
7676 - name : Authenticate to Google Cloud
77- uses : google-github-actions/auth@c200f3691d83b41bf9bbd8638997a462592937ed # v2
77+ uses : google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v2
7878 with :
7979 credentials_json : ${{ secrets.GCP_STAGING_SERVICE_ACCOUNT_KEY }}
8080
8181 - name : Setup Google Cloud SDK
82- uses : google-github-actions/setup-gcloud@e427ad8a34f8676edf47cf7d7925499adf3eb74f # v2
82+ uses : google-github-actions/setup-gcloud@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db # v2
8383 with :
8484 project_id : mcp-registry-staging
8585 install_components : gke-gcloud-auth-plugin
@@ -100,10 +100,10 @@ jobs:
100100 cancel-in-progress : false
101101 steps :
102102 - name : Checkout code
103- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
103+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
104104
105105 - name : Setup Go
106- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
106+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v5
107107 with :
108108 go-version : ${{ env.GO_VERSION }}
109109
@@ -113,12 +113,12 @@ jobs:
113113 pulumi-version : ${{ env.PULUMI_VERSION }}
114114
115115 - name : Authenticate to Google Cloud
116- uses : google-github-actions/auth@c200f3691d83b41bf9bbd8638997a462592937ed # v2
116+ uses : google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v2
117117 with :
118118 credentials_json : ${{ secrets.GCP_PROD_SERVICE_ACCOUNT_KEY }}
119119
120120 - name : Setup Google Cloud SDK
121- uses : google-github-actions/setup-gcloud@e427ad8a34f8676edf47cf7d7925499adf3eb74f # v2
121+ uses : google-github-actions/setup-gcloud@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db # v2
122122 with :
123123 project_id : mcp-registry-prod
124124 install_components : gke-gcloud-auth-plugin
0 commit comments