File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 build :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
13- - uses : micnncim/action-label-syncer@v1
12+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
13+ - uses : micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1
1414 env :
1515 GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
1616 with :
Original file line number Diff line number Diff line change 1717 os : [ubuntu-latest, windows-latest]
1818 node_version : [18, 20, 22, 23]
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2121
2222 - name : Setup env
2323 uses : the-guild-org/shared-config/setup@main
4747 name : Lint source files
4848 runs-on : ubuntu-latest
4949 steps :
50- - uses : actions/checkout@v4
50+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5151 - name : Setup env
5252 uses : the-guild-org/shared-config/setup@main
5353 with :
Original file line number Diff line number Diff line change 1414 if : github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'push'
1515 steps :
1616 - name : checkout
17- uses : actions/checkout@v4
17+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1818 with :
1919 fetch-depth : 0
2020
You can’t perform that action at this time.
0 commit comments