File tree 4 files changed +10
-10
lines changed
4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -25,17 +25,17 @@ jobs:
25
25
26
26
steps :
27
27
- name : Checkout repository
28
- uses : actions/checkout@v4
28
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
29
29
with :
30
30
# We must fetch at least the immediate parents so that if this is
31
31
# a pull request then we can checkout the head.
32
32
fetch-depth : 0
33
33
34
34
# Initializes the CodeQL tools for scanning.
35
35
- name : Initialize CodeQL
36
- uses : github/codeql-action/init@v3
36
+ uses : github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3
37
37
with :
38
38
languages : ${{ matrix.language }}
39
39
40
40
- name : Perform CodeQL Analysis
41
- uses : github/codeql-action/analyze@v3
41
+ uses : github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
build :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17
17
with :
18
18
fetch-depth : 0
19
- - uses : micnncim/action-label-syncer@v1
19
+ - uses : micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1
20
20
env :
21
21
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
22
22
with :
Original file line number Diff line number Diff line change 28
28
- 16
29
29
steps :
30
30
- name : Checkout Master
31
- uses : actions/checkout@v4
31
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
32
32
- name : Setup env
33
33
uses : the-guild-org/shared-config/setup@main
34
34
with :
@@ -49,15 +49,15 @@ jobs:
49
49
- 16
50
50
steps :
51
51
- name : Checkout Master
52
- uses : actions/checkout@v4
52
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
53
53
- name : Setup env
54
54
uses : the-guild-org/shared-config/setup@main
55
55
with :
56
56
nodeVersion : 23
57
57
- name : Use GraphQL v${{matrix.graphql_version}}
58
58
run : node ./scripts/match-graphql.js ${{matrix.graphql_version}} && yarn install --no-frozen-lockfile
59
59
- name : Cache Jest
60
- uses : actions/cache@v4
60
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
61
61
with :
62
62
path : .cache/jest
63
63
key : ${{ runner.os }}-${{matrix.node-version}}-${{matrix.graphql_version}}-jest-${{ hashFiles('yarn.lock') }}
72
72
runs-on : ubuntu-latest
73
73
steps :
74
74
- name : Checkout Master
75
- uses : actions/checkout@v4
75
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
76
76
- name : Setup env
77
77
uses : the-guild-org/shared-config/setup@main
78
78
with :
Original file line number Diff line number Diff line change 18
18
if : github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'push'
19
19
steps :
20
20
- name : checkout
21
- uses : actions/checkout@v4
21
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
22
22
with :
23
23
fetch-depth : 0
24
24
You can’t perform that action at this time.
0 commit comments