File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 steps :
3030 # Need to check out as part of the test, as its a local action
3131 - name : Checkout repo
32- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
32+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
3333 with :
3434 persist-credentials : false
3535
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ jobs:
1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Checkout repo
22- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
22+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2323 with :
2424 fetch-depth : 0
2525 persist-credentials : false
2626
2727 - name : Lint code base
28- uses : super-linter/super-linter@9e863354e3ff62e0727d37183162c4a88873df41 # v8.6 .0
28+ uses : super-linter/super-linter@4ce20838b8ab83717e78138c5b3a1407148e0918 # v8.7 .0
2929 env :
3030 GITHUB_TOKEN : ${{ github.token }}
3131 VALIDATE_BIOME_FORMAT : false
Original file line number Diff line number Diff line change 2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Checkout repo
32- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
32+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
3333 with :
3434 persist-credentials : false
3535
You can’t perform that action at this time.
0 commit comments