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 1818
1919 steps :
2020 - name : Checkout repository
21- uses : actions/checkout@v5
21+ uses : actions/checkout@v6
2222 with :
2323 # We must fetch at least the immediate parents so that if this is
2424 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 4848 # gds-token: # optional
4949
5050 - name : Checkout repository
51- uses : actions/checkout@v5
51+ uses : actions/checkout@v6
5252 with :
5353 # We must fetch at least the immediate parents so that if this is
5454 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 2222 # Steps represent a sequence of tasks that will be executed as part of the job
2323 steps :
2424 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
25- - uses : actions/checkout@v5
25+ - uses : actions/checkout@v6
2626
2727 # Runs a single command using the runners shell
2828 - name : Run a one-line script
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout sources
20- uses : actions/checkout@v5
20+ uses : actions/checkout@v6
2121
2222 - name : Set up JDK 11
2323 uses : actions/setup-java@v5
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v5
17+ uses : actions/checkout@v6
1818 - name : Scan project with the Meterian client
1919 uses : MeterianHQ/meterian-github-action@v1.0.17
2020 env :
You can’t perform that action at this time.
0 commit comments