File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 shell : pwsh
3333
3434 steps :
35- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
35+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3636 with :
3737 # Need at least 2 commits so the version-bump detection can diff Header.ps1
3838 # against the previous commit. Default fetch-depth is 1 which makes git show HEAD~1 fail.
Original file line number Diff line number Diff line change 4141
4242 steps :
4343 - name : Checkout repository
44- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
44+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
4545
4646 - name : Initialize CodeQL
4747 uses : github/codeql-action/init@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0
Original file line number Diff line number Diff line change 3131 permissions :
3232 contents : read # checkout only
3333 steps :
34- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
34+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
3535
3636 - name : Install PlatyPS
3737 shell : pwsh
Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 steps :
2828 - name : Checkout
29- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
29+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
3030 with :
3131 # Scan full git history on schedule + push, not just the PR diff.
3232 fetch-depth : 0
Original file line number Diff line number Diff line change 3131
3232 steps :
3333 - name : Checkout repository
34- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
34+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3535
3636 - name : Install PSScriptAnalyzer
3737 shell : powershell
Original file line number Diff line number Diff line change 3131
3232 steps :
3333 - name : Checkout code
34- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
34+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
3535 with :
3636 persist-credentials : false
3737
You can’t perform that action at this time.
0 commit comments