File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636
3737 steps :
3838 - name : Checkout repository
39- uses : actions/checkout@v6
39+ uses : actions/checkout@v7
4040 with :
4141 fetch-depth : 0
4242
Original file line number Diff line number Diff line change 1212 dependency-submission :
1313 runs-on : ubuntu-slim
1414 steps :
15- - uses : actions/checkout@v6
15+ - uses : actions/checkout@v7
1616 - name : Component detection
1717 uses : advanced-security/component-detection-dependency-submission-action@v0.1.1
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-slim
1010 steps :
1111 - name : " Checkout Repository"
12- uses : actions/checkout@v6
12+ uses : actions/checkout@v7
1313 - name : " Dependency Review"
1414 uses : actions/dependency-review-action@v5.0.0
Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222
2323 steps :
24- - uses : actions/checkout@v6
24+ - uses : actions/checkout@v7
2525 - name : Setup .NET
2626 uses : actions/setup-dotnet@v5
2727 with :
Original file line number Diff line number Diff line change 4747 # Checkout the code base #
4848 # #########################
4949 - name : Checkout Code
50- uses : actions/checkout@v6
50+ uses : actions/checkout@v7
5151 with :
5252 # Full git history is needed to get a proper
5353 # list of changed files within `super-linter`
Original file line number Diff line number Diff line change 2323 packages : write # to be able to publish to GitHub Packages
2424 steps :
2525 - name : Checkout
26- uses : actions/checkout@v6
26+ uses : actions/checkout@v7
2727 with :
2828 fetch-depth : 0
2929 - name : Setup .NET
You can’t perform that action at this time.
0 commit comments