File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010
1111 steps :
1212 # Important: This sets up your GITHUB_WORKSPACE environment variable
13- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
13+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1414 with :
1515 persist-credentials : false
1616
Original file line number Diff line number Diff line change 3131 # Checkout the code base #
3232 # #########################
3333 - name : Checkout Code
34- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
34+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3535 with :
3636 persist-credentials : false
3737 # Full git history is needed to get a proper list of changed files within `super-linter`
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout Code
17- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
17+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1818 with :
1919 persist-credentials : false
2020 # Full git history is needed to get a proper list of changed files within `super-linter`
You can’t perform that action at this time.
0 commit comments