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 test-core :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
12+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1313 with :
1414 ref : ${{ github.event.pull_request.head.sha || github.sha }}
1515 - name : Setup Keyring
3030 matrix :
3131 shard : [a, b, c]
3232 steps :
33- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
33+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3434 with :
3535 ref : ${{ github.event.pull_request.head.sha || github.sha }}
3636 - name : Setup Keyring
5353 matrix :
5454 checkpoint_store : [git-branch, git-refs]
5555 steps :
56- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
56+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5757 with :
5858 ref : ${{ github.event.pull_request.head.sha || github.sha }}
5959 - name : Setup Keyring
Original file line number Diff line number Diff line change 1919 security-events : write
2020
2121 steps :
22- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
22+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2323 with :
2424 ref : ${{ github.event.pull_request.head.sha }}
2525
Original file line number Diff line number Diff line change 7070
7171 steps :
7272 - name : Checkout repository
73- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
73+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
7474 with :
7575 ref : ${{ github.event.pull_request.head.sha || github.sha }}
7676 # Don't persist the (copilot-scoped) GITHUB_TOKEN in .git/config, where
Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
41+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4242 with :
4343 ref : ${{ github.event.pull_request.head.sha || github.sha }}
4444
@@ -125,7 +125,7 @@ jobs:
125125
126126 steps :
127127 - name : Checkout repository
128- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
128+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
129129 with :
130130 ref : ${{ github.event.pull_request.head.sha || github.sha }}
131131
Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : Checkout repository
24- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
24+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2525
2626 - name : Setup mise
2727 uses : jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4
Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Checkout repository
23- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
23+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2424
2525 - name : Setup mise
2626 uses : jdx/mise-action@dad1bfd3df957f44999b559dd69dc1671cb4e9ea # v4
Original file line number Diff line number Diff line change 6363
6464 steps :
6565 - name : Checkout repository
66- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
66+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
6767 with :
6868 # Don't persist the (copilot-scoped) GITHUB_TOKEN in .git/config, where
6969 # an agent process running in the checkout could read it.
Original file line number Diff line number Diff line change 1313 lint :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
16+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1717 with :
1818 ref : ${{ github.event.pull_request.head.sha }}
1919
Original file line number Diff line number Diff line change 2424 owner : ${{ github.repository_owner }}
2525 repositories : cli
2626
27- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
27+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2828 with :
2929 fetch-depth : 0
3030 token : ${{ steps.app-token.outputs.token }}
Original file line number Diff line number Diff line change 1010 binary-size :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
13+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1414 with :
1515 fetch-depth : 0
1616
You can’t perform that action at this time.
0 commit comments