2727
2828 steps :
2929 - name : 📥 Checkout workspace-images
30- uses : actions/checkout@v5
30+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # pin@ v5
3131 with :
3232 repository : gitpod-io/workspace-images
3333
@@ -61,13 +61,13 @@ jobs:
6161 echo "{}" > $SKOPEO_AUTH_DIR/auth
6262
6363 - name : ☁️ Set up Cloud SDK
64- uses : google-github-actions/setup-gcloud@v3.0.1
64+ uses : google-github-actions/setup-gcloud@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db # pin@ v3.0.1
6565 with :
6666 version : 393.0.0
6767
6868 - name : 🔐 Authenticate to Google Cloud
6969 id : " auth"
70- uses : google-github-actions/auth@v3.0.0
70+ uses : google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # pin@ v3.0.0
7171 with :
7272 token_format : " access_token"
7373 workload_identity_provider : ${{env.WORKLOAD_IDENTITY_POOL_ID}}
@@ -106,7 +106,7 @@ jobs:
106106 - name : The release was successful
107107 id : slack-success
108108 if : needs.promote-latest.result == 'success'
109- uses : slackapi/slack-github-action@v2.1.1
109+ uses : slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # pin@ v2.1.1
110110 with :
111111 webhook-type : incoming-webhook
112112 webhook : ${{ secrets.RELEASE_NOTIFY_WEBHOOK }}
@@ -116,7 +116,7 @@ jobs:
116116 - name : The release was not successful
117117 id : slack-failure
118118 if : needs.promote-latest.result != 'success'
119- uses : slackapi/slack-github-action@v2.1.1
119+ uses : slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # pin@ v2.1.1
120120 with :
121121 webhook-type : incoming-webhook
122122 webhook : ${{ secrets.RELEASE_NOTIFY_WEBHOOK }}
0 commit comments