File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 format-check :
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v6
25+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2626 with :
2727 submodules : true
2828 fetch-depth : 0
3636 lint :
3737 runs-on : ubuntu-latest
3838 steps :
39- - uses : actions/checkout@v6
39+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
4040 with :
4141 submodules : true
4242 fetch-depth : 0
5050 type-check :
5151 runs-on : ubuntu-latest
5252 steps :
53- - uses : actions/checkout@v6
53+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
5454 with :
5555 submodules : true
5656 fetch-depth : 0
6767 matrix :
6868 node-version : ['lts/*']
6969 steps :
70- - uses : actions/checkout@v6
70+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
7171 with :
7272 submodules : true
7373 fetch-depth : 0
8585 matrix :
8686 node-version : ['lts/*']
8787 steps :
88- - uses : actions/checkout@v6
88+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
8989 with :
9090 submodules : true
9191 fetch-depth : 0
@@ -107,7 +107,7 @@ jobs:
107107 runs-on : ${{ matrix.arch == 'amd64' && 'ubuntu-24.04' || 'ubuntu-24.04-arm' }}
108108 if : ${{ github.repository_owner == 'cryostatio' }}
109109 steps :
110- - uses : actions/checkout@v6
110+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
111111 with :
112112 submodules : true
113113 fetch-depth : 0
Original file line number Diff line number Diff line change 1515 outputs :
1616 tag : ${{ steps.tag.outputs.tag }}
1717 steps :
18- - uses : actions/checkout@v6
18+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1919 - id : tag
2020 name : Get package.json version
2121 run : echo "tag=$(jq -r '.version' < package.json)" >> $GITHUB_OUTPUT
You can’t perform that action at this time.
0 commit comments