@@ -33,10 +33,10 @@ jobs:
3333 outputs :
3434 nodejs : ${{ steps.nodejs.outputs.packages }}
3535 steps :
36- - uses : actions/checkout@v4
36+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3737 with :
3838 fetch-depth : 0
39- - uses : actions/setup-go@v5
39+ - uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
4040 with :
4141 go-version : ${{ env.GO_VERSION }}
4242 - run : go build -o ${{ github.workspace }}/tools ./cmd/...
5252 runs-on : ubuntu-latest
5353 timeout-minutes : 5
5454 steps :
55- - uses : actions/checkout@v4
56- - uses : actions/setup-node@v4
55+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
56+ - uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
5757 with :
5858 node-version : 20
5959 - run : make lint
@@ -70,13 +70,13 @@ jobs:
7070 matrix :
7171 package : ${{ fromJson(github.event_name == 'pull_request' && needs.affected.outputs.nodejs || '[]') }}
7272 steps :
73- - uses : actions/checkout@v4
73+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
7474 with :
7575 ref : ${{ github.event.pull_request.head.sha }}
76- - uses : actions/setup-node@v4
76+ - uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
7777 with :
7878 node-version : 20
79- - uses : google-github-actions/auth@v2
79+ - uses : google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2
8080 with :
8181 project_id : long-door-651
8282 workload_identity_provider : projects/1046198160504/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider
0 commit comments