File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v4
18+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1919
2020 - name : Setup Node
2121 uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout
11- uses : actions/checkout@v4
11+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1212 - name : Setup Node
1313 uses : actions/setup-node@v4
1414 with :
2323 runs-on : ubuntu-latest
2424 steps :
2525 - name : Checkout
26- uses : actions/checkout@v4
26+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2727 - name : Setup Node
2828 uses : actions/setup-node@v4
2929 with :
3838 runs-on : ubuntu-latest
3939 steps :
4040 - name : Checkout
41- uses : actions/checkout@v4
41+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4242 - name : Setup Node
4343 uses : actions/setup-node@v4
4444 with :
5555 matrix : ${{ steps.gen-matrix.outputs.matrix }}
5656 steps :
5757 - name : Checkout
58- uses : actions/checkout@v4
58+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5959 - name : Generate Matrix
6060 uses : ./
6161 id : gen-matrix
8686 contents : write
8787 steps :
8888 - name : Checkout
89- uses : actions/checkout@v4
89+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
9090 with :
9191 fetch-depth : 0
9292 - name : Generate Changelog
You can’t perform that action at this time.
0 commit comments