File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 # Checkout the code base #
3838 # #########################
3939 - name : Checkout Code
40- uses : actions/checkout@f25a3a9f25bd5f4c5d77189cab02ff357b5aedeb # tag=v2
40+ uses : actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # tag=v2
4141
4242 # #########################
4343 # Github Super Linter needs
Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ jobs:
1212 validator :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@f25a3a9f25bd5f4c5d77189cab02ff357b5aedeb # tag=v2
15+ - uses : actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # tag=v2
1616 - uses : RoadieHQ/backstage-entity-validator@70da3dfb77cb4d0e150b9f6de953b806837d16df # tag=v0.3.2
1717 with :
1818 path : ' catalog-info.yaml'
1919
2020 build :
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@f25a3a9f25bd5f4c5d77189cab02ff357b5aedeb # tag=v2
23+ - uses : actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # tag=v2
2424 - uses : actions/setup-node@270253e841af726300e85d718a5f606959b2903c # tag=v2.4.1
2525 with :
2626 node-version : ' 16.x'
You can’t perform that action at this time.
0 commit comments