File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5050 echo "✅ Valid tag: $TAG"
5151
5252 - name : Checkout
53- uses : actions/checkout@v5
53+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5454 with :
5555 ref : ${{ inputs.ref || github.event.repository.default_branch }}
5656 persist-credentials : false
6060
6161 - name : GCP auth
6262 id : gcp-auth
63- uses : google-github-actions/auth@v3
63+ uses : google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
6464 with :
6565 token_format : access_token
6666 service_account : artifact-writer@${{ secrets.GCP_PROJECT_NAME }}.iam.gserviceaccount.com
Original file line number Diff line number Diff line change 1616 steps :
1717 - name : Dependabot metadata
1818 id : dependabot-metadata
19- uses : dependabot/fetch-metadata@v2
19+ uses : dependabot/fetch-metadata@08eff52bf64351f401fb50d4972fa95b9f2c2d1b # v2.4.0
2020 with :
2121 github-token : ${{ secrets.AUTOMERGE_TOKEN }}
2222
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ jobs:
2626 options : --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
2727
2828 steps :
29- - uses : actions/checkout@v5
29+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3030 with :
3131 persist-credentials : false
3232
3333 - name : Install Node
34- uses : actions/setup-node@v6
34+ uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
3535 with :
3636 node-version-file : " .nvmrc"
3737 package-manager-cache : false
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Release
18- uses : GoogleCloudPlatform/release-please-action@v4
18+ uses : GoogleCloudPlatform/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4.4.0
1919 id : release
You can’t perform that action at this time.
0 commit comments