@@ -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@3041bf56c941b39c61721a86cd11f3bb1338122a # 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
@@ -72,13 +72,13 @@ jobs:
7272 env :
7373 MOCHA_REPORTER_OUTPUT : ${{github.run_id}}_spong_log.xml
7474 steps :
75- - uses : actions/checkout@v4
75+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
7676 with :
7777 ref : ${{ github.event.pull_request.head.sha }}
78- - uses : actions/setup-node@v4
78+ - uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
7979 with :
8080 node-version : 20
81- - uses : google-github-actions/auth@v2
81+ - uses : google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2
8282 with :
8383 project_id : long-door-651
8484 workload_identity_provider : projects/1046198160504/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider
0 commit comments