File tree Expand file tree Collapse file tree 5 files changed +17
-17
lines changed
Expand file tree Collapse file tree 5 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ jobs:
2121 id-token : write
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3 .1
24+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0 .1
2525 with :
2626 persist-credentials : false
2727
2828 - name : Set up Node.js
29- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
29+ uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1 .0
3030 with :
3131 node-version : 18.x
3232
@@ -72,19 +72,19 @@ jobs:
7272 id-token : write
7373 runs-on : ubuntu-latest
7474 steps :
75- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3 .1
75+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0 .1
7676 with :
7777 persist-credentials : false
7878
7979 - name : Set up JDK
80- uses : actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4.8 .0
80+ uses : actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1 .0
8181 with :
8282 distribution : ' temurin'
8383 java-version : 25
8484
8585 - name : Get all changed server files
8686 id : changed_server_files
87- uses : tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46 .0.5
87+ uses : tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47 .0.0
8888 with :
8989 files : server/**
9090
@@ -135,7 +135,7 @@ jobs:
135135 run : echo ${{ github.event.number }} > PR_NUMBER.txt
136136
137137 - name : Archive PR number
138- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
138+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
139139 with :
140140 name : PR_NUMBER
141141 path : PR_NUMBER.txt
Original file line number Diff line number Diff line change 1414 timeout-minutes : 60
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
18- - uses : actions/setup-node@v4
17+ - uses : actions/checkout@v6
18+ - uses : actions/setup-node@v6
1919 with :
2020 node-version : 18.x
2121 - name : Install dependencies
2727 - name : Run Playwright tests
2828 working-directory : ./webui
2929 run : yarn smoke-tests
30- - uses : actions/upload-artifact@v4
30+ - uses : actions/upload-artifact@v5
3131 if : always()
3232 with :
3333 name : playwright-report
Original file line number Diff line number Diff line change 1414 contents : none
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v6
1818 - name : Set Image Version
1919 run : echo "IMAGE_VERSION=${{ github.event.release.tag_name }}" >> $GITHUB_ENV
2020 - name : Build Web UI Image
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
2323
2424 steps :
2525 - name : " Checkout code"
26- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
26+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
2727 with :
2828 persist-credentials : false
2929
3030 - name : " Run analysis"
31- uses : ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
31+ uses : ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
3232 with :
3333 results_file : results.sarif
3434 results_format : sarif
Original file line number Diff line number Diff line change 1515 run : mkdir -p ${{ runner.temp }}/artifacts
1616 - name : Download PR number artifact
1717 if : github.event.workflow_run.event == 'pull_request'
18- uses : dawidd6/action-download-artifact@v6
18+ uses : dawidd6/action-download-artifact@v11
1919 with :
2020 workflow : CI
2121 run_id : ${{ github.event.workflow_run.id }}
3838 env :
3939 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4040 - name : Checkout head branch
41- uses : actions/checkout@v4
41+ uses : actions/checkout@v6
4242 with :
4343 repository : ${{ github.event.workflow_run.head_repository.full_name }}
4444 ref : ${{ github.event.workflow_run.head_branch }}
@@ -54,19 +54,19 @@ jobs:
5454 git checkout $HEAD_BRANCH
5555 git clean -ffdx && git reset --hard HEAD
5656 - name : Cache SonarCloud packages
57- uses : actions/cache@v3
57+ uses : actions/cache@v4
5858 with :
5959 path : ~/.sonar/cache
6060 key : ${{ runner.os }}-sonar
6161 restore-keys : ${{ runner.os }}-sonar
6262 - name : Cache Gradle packages
63- uses : actions/cache@v3
63+ uses : actions/cache@v4
6464 with :
6565 path : ~/.gradle/caches
6666 key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
6767 restore-keys : ${{ runner.os }}-gradle
6868 - name : Set up JDK
69- uses : actions/setup-java@v4
69+ uses : actions/setup-java@v5
7070 with :
7171 distribution : ' temurin'
7272 java-version : 25
You can’t perform that action at this time.
0 commit comments