File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-24.04
1414
1515 steps :
16- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
16+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1717 - name : Enable corepack to fix https://github.com/actions/setup-node/pull/901
1818 run : corepack enable pnpm
1919
3737 node-version : [22.x]
3838
3939 steps :
40- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
40+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
4141 - name : Enable corepack to fix https://github.com/actions/setup-node/pull/901
4242 run : corepack enable pnpm
4343
Original file line number Diff line number Diff line change 2929
3030 steps :
3131 - name : Checkout repository
32- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
32+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
3333
3434 # Initializes the CodeQL tools for scanning.
3535 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Checkout PR
14- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
14+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1515 with :
1616 fetch-depth : ${{ github.event_name == 'pull_request' && 2 || 0 }}
1717
4848
4949 steps :
5050 - name : Checkout PR
51- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
51+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
5252 with :
5353 fetch-depth : ${{ github.event_name == 'pull_request' && 2 || 0 }}
5454
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-24.04
1111 steps :
1212 - name : ' Checkout code'
13- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
13+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1414
1515 - name : ' Verify formatting of all files'
1616 run : ./bin/check-formatting.sh
You can’t perform that action at this time.
0 commit comments