File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2323 language : ["python"]
2424 steps :
2525 - name : Checkout repository
26- uses : actions/checkout@v5
26+ uses : actions/checkout@v6
2727 - name : Initialize CodeQL
2828 uses : github/codeql-action/init@v4
2929 with :
Original file line number Diff line number Diff line change 1414 steps :
1515 - id : git-checkout
1616 name : Checkout
17- uses : actions/checkout@v5
17+ uses : actions/checkout@v6
1818 - id : code-update
1919 name : Change test target to feature branch of Netbox
2020 run : |
Original file line number Diff line number Diff line change 1111 steps :
1212 - id : git-checkout
1313 name : Checkout
14- uses : actions/checkout@v5
14+ uses : actions/checkout@v6
1515 with :
1616 # Full git history is needed to get a proper
1717 # list of changed files within `super-linter`
Original file line number Diff line number Diff line change 1919 steps :
2020 - id : git-checkout
2121 name : Checkout
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323 - uses : actions/setup-python@v6
2424 with :
2525 python-version : " 3.12"
Original file line number Diff line number Diff line change 1111 steps :
1212 - id : git-checkout
1313 name : Checkout
14- uses : actions/checkout@v5
14+ uses : actions/checkout@v6
1515 - id : test-script-1
1616 name : Test the initializers (First run)
1717 env :
You can’t perform that action at this time.
0 commit comments