File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4545 env :
4646 plugin_name : wazuh-indexer-reports-scheduler
4747 steps :
48- - uses : actions/checkout@v4
49- - uses : actions/setup-java@v4
48+ - uses : actions/checkout@v5
49+ - uses : actions/setup-java@v5
5050 with :
5151 distribution : temurin
5252 java-version : 21
Original file line number Diff line number Diff line change 99 if : github.repository == 'wazuh/wazuh-indexer-reporting'
1010 runs-on : ubuntu-24.04
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313 with :
1414 token : ${{ secrets.GITHUB_TOKEN }}
1515 ref : ${{ github.event.pull_request.head.sha }}
Original file line number Diff line number Diff line change 1010 call-test-workflow :
1111 runs-on : ubuntu-24.04
1212 steps :
13- - uses : actions/checkout@v4
14- - uses : actions/setup-java@v4
13+ - uses : actions/checkout@v5
14+ - uses : actions/setup-java@v5
1515 with :
1616 distribution : temurin
1717 java-version : 21
Original file line number Diff line number Diff line change 6565 export GPG_TTY=$(tty)
6666
6767 - name : Checkout repository
68- uses : actions/checkout@v4
68+ uses : actions/checkout@v5
6969 with :
7070 # Using workflow-specific GITHUB_TOKEN because currently CI_WAZUHCI_BUMPER_TOKEN
7171 # doesn't have all the necessary permissions
Original file line number Diff line number Diff line change 4242
4343 steps :
4444 - name : Checkout repository
45- uses : actions/checkout@v4
45+ uses : actions/checkout@v5
4646
4747 # Initializes the CodeQL tools for scanning.
4848 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-24.04
99
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v5
1212 - name : lychee Link Checker
1313 id : lychee
1414 uses : lycheeverse/lychee-action@v2
You can’t perform that action at this time.
0 commit comments