@@ -34,10 +34,10 @@ jobs:
3434 nodejs-paths : ${{ steps.nodejs.outputs.paths }}
3535 nodejs-setups : ${{ steps.nodejs.outputs.setups }}
3636 steps :
37- - uses : actions/checkout@v4
37+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3838 with :
3939 fetch-depth : 0
40- - uses : actions/setup-go@v5
40+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
4141 with :
4242 go-version : ${{ env.GO_VERSION }}
4343 - run : go build -o ${{ github.workspace }}/tools ./cmd/...
5656 runs-on : ubuntu-latest
5757 timeout-minutes : 5
5858 steps :
59- - uses : actions/checkout@v4
60- - uses : actions/setup-node@v4
59+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
60+ - uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
6161 with :
6262 node-version : 20
6363 - run : make lint
@@ -79,20 +79,20 @@ jobs:
7979 steps :
8080 - name : CI Setup
8181 run : echo "${{ env.CI_SETUP }}"
82- - uses : actions/checkout@v4
82+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
8383 with :
8484 ref : ${{ github.event.pull_request.head.sha }}
85- - uses : actions/setup-node@v4
85+ - uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
8686 with :
8787 node-version : ${{ fromJson(env.CI_SETUP).node-version }}
88- - uses : google-github-actions/auth@v2
88+ - uses : google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2
8989 with :
9090 project_id : ${{ fromJson(env.CI_SETUP).project-id }}
9191 workload_identity_provider : ${{ fromJson(env.CI_SETUP).workload-identity-provider }}
9292 service_account : ${{ fromJson(env.CI_SETUP).service-account }}
9393 access_token_lifetime : ${{ fromJson(env.CI_SETUP).access-token-lifetime }}
9494 - name : Export environment variables
95- uses : actions/github-script@v7
95+ uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
9696 id : vars
9797 with :
9898 script : |
@@ -111,7 +111,7 @@ jobs:
111111 .map(key => `${key}:${setup.secrets[key]}`)
112112 .join('\n'),
113113 }
114- - uses : google-github-actions/get-secretmanager-secrets@v2
114+ - uses : google-github-actions/get-secretmanager-secrets@e5bb06c2ca53b244f978d33348d18317a7f263ce # v2
115115 if : ${{ fromJson(steps.vars.outputs.result).secrets }}
116116 with :
117117 secrets : ${{ fromJson(steps.vars.outputs.result).secrets }}
0 commit comments