@@ -33,10 +33,10 @@ jobs:
33
33
outputs :
34
34
nodejs : ${{ steps.nodejs.outputs.packages }}
35
35
steps :
36
- - uses : actions/checkout@v4
36
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
37
37
with :
38
38
fetch-depth : 0
39
- - uses : actions/setup-go@v5
39
+ - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
40
40
with :
41
41
go-version : ${{ env.GO_VERSION }}
42
42
- run : go build -o ${{ github.workspace }}/tools ./cmd/...
52
52
runs-on : ubuntu-latest
53
53
timeout-minutes : 5
54
54
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
57
57
with :
58
58
node-version : 20
59
59
- run : make lint
@@ -70,13 +70,13 @@ jobs:
70
70
matrix :
71
71
package : ${{ fromJson(github.event_name == 'pull_request' && needs.affected.outputs.nodejs || '[]') }}
72
72
steps :
73
- - uses : actions/checkout@v4
73
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
74
74
with :
75
75
ref : ${{ github.event.pull_request.head.sha }}
76
- - uses : actions/setup-node@v4
76
+ - uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
77
77
with :
78
78
node-version : 20
79
- - uses : google-github-actions/auth@v2
79
+ - uses : google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f # v2
80
80
with :
81
81
project_id : long-door-651
82
82
workload_identity_provider : projects/1046198160504/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-provider
0 commit comments