File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed
Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3030 strategy :
3131 matrix : ${{ fromJson(needs.filter.outputs.matrix) }}
3232 steps :
33- - uses : actions/checkout@v5
33+ - uses : actions/checkout@v6
3434 with :
3535 ref : ${{ matrix.branch }}
3636 - uses : elastic/oblt-actions/updatecli/run@v1
Original file line number Diff line number Diff line change 2222 pull-requests : write
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v5
25+ - uses : actions/checkout@v6
2626
2727 - uses : elastic/oblt-actions/updatecli/run@v1
2828 with :
Original file line number Diff line number Diff line change 1818 contents : read
1919 packages : read
2020 steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222
2323 - uses : elastic/oblt-actions/elastic/validate-catalog@v1
2424
Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : checkout repo content
13- uses : actions/checkout@v5
13+ uses : actions/checkout@v6
1414 - name : build tar distribution
1515 run : ./gradlew clean assembleTarDistribution
1616 - run : mkdir scan
1717 - run : tar -zxf ../build/logstash-*.tar.gz
1818 working-directory : ./scan
1919 - name : scan image
20- uses : anchore/scan-action@568b89d27fc18c60e56937bff480c91c772cd993 # v7.1 .0
20+ uses : anchore/scan-action@3aaf50d765cfcceafa51d322ccb790e40f6cd8c5 # v7.2 .0
2121 with :
2222 path : " ./scan"
2323 fail-build : true
Original file line number Diff line number Diff line change 2222 main :
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v5
25+ - uses : actions/checkout@v6
2626 with :
2727 fetch-depth : 0
2828 - name : Set up Ruby
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v5
15+ uses : actions/checkout@v6
1616
1717 - name : Set up Node.js
1818 uses : actions/setup-node@v6
Original file line number Diff line number Diff line change 1717 pull-requests : write
1818 packages : read
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121
2222 - uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
2323 with :
Original file line number Diff line number Diff line change 4141 if : ${{ steps.checkUserMember.outputs.isTeamMember == 'false' }}
4242 run : exit 1
4343 - name : checkout repo content
44- uses : actions/checkout@v5
44+ uses : actions/checkout@v6
4545 with :
4646 fetch-depth : 0
4747 ref : ${{ env.INPUTS_BRANCH }}
You can’t perform that action at this time.
0 commit comments