@@ -36,12 +36,12 @@ jobs:
36
36
37
37
steps :
38
38
- name : Checkout repository
39
- uses : actions/checkout@v4
39
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
40
40
with :
41
41
ref : ${{ github.event.pull_request.head.sha }}
42
42
43
43
- name : Initialize CodeQL
44
- uses : github/codeql-action/init@v3
44
+ uses : github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3
45
45
with :
46
46
languages : ${{ matrix.language }}
47
47
@@ -65,12 +65,12 @@ jobs:
65
65
66
66
steps :
67
67
- name : Checkout repository
68
- uses : actions/checkout@v3
68
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
69
69
with :
70
70
ref : ${{ github.event.pull_request.head.sha }}
71
71
72
72
- name : Initialize CodeQL
73
- uses : github/codeql-action/init@v3
73
+ uses : github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3
74
74
with :
75
75
languages : ${{ matrix.language }}
76
76
@@ -89,12 +89,12 @@ jobs:
89
89
90
90
steps :
91
91
- name : Checkout repository
92
- uses : actions/checkout@v4
92
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
93
93
with :
94
94
ref : ${{ github.event.pull_request.head.sha }}
95
95
96
96
- name : Setup node
97
- uses : actions/setup-node@v4
97
+ uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
98
98
with :
99
99
node-version : " 20"
100
100
cache : " yarn"
0 commit comments