File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 runs-on : ${{ matrix.os }}
1313 name : Test gittuf installer with default version
1414 steps :
15- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
15+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
1616 - name : Install gittuf
1717 uses : ./
1818 - name : Verify install
2424 runs-on : ${{ matrix.os }}
2525 name : Test gittuf installer with specific version
2626 steps :
27- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
27+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
2828 - name : Install gittuf
2929 uses : ./
3030 with :
3838 runs-on : ${{ matrix.os }}
3939 name : Test gittuf installer from main branch
4040 steps :
41- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
41+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
4242 - uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
4343 with :
4444 go-version : ' 1.21'
You can’t perform that action at this time.
0 commit comments