File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323
2424 - name : Set up Ruby
2525 uses : ruby/setup-ruby@v1
@@ -100,7 +100,7 @@ jobs:
100100
101101 - name : Upload compiled assets
102102 if : always()
103- uses : actions/upload-artifact@v4
103+ uses : actions/upload-artifact@v5
104104 with :
105105 name : compiled-assets
106106 path : |
Original file line number Diff line number Diff line change @@ -32,25 +32,25 @@ jobs:
3232
3333 steps :
3434 - name : Checkout repository
35- uses : actions/checkout@v4
35+ uses : actions/checkout@v5
3636 with :
3737 fetch-depth : 0
3838
3939 - name : Initialize CodeQL
40- uses : github/codeql-action/init@v3
40+ uses : github/codeql-action/init@v4
4141 with :
4242 languages : ${{ matrix.language }}
4343
4444 - name : Autobuild
45- uses : github/codeql-action/autobuild@v3
45+ uses : github/codeql-action/autobuild@v4
4646
4747 - name : Perform CodeQL Analysis
48- uses : github/codeql-action/analyze@v3
48+ uses : github/codeql-action/analyze@v4
4949 with :
5050 category : " /language:${{matrix.language}}"
5151
5252 - name : Upload CodeQL results
53- uses : actions/upload-artifact@v4
53+ uses : actions/upload-artifact@v5
5454 with :
5555 name : codeql-results-${{ matrix.language }}
5656 path : |
Original file line number Diff line number Diff line change 4343
4444 steps :
4545 # Clone repo and checkout merge commit parent (PR target commit)
46- - uses : actions/checkout@v4
46+ - uses : actions/checkout@v5
4747 with :
4848 fetch-depth : 2
4949
@@ -112,7 +112,7 @@ jobs:
112112
113113 - name : Upload migration artifacts
114114 if : always()
115- uses : actions/upload-artifact@v4
115+ uses : actions/upload-artifact@v5
116116 with :
117117 name : migration-artifacts
118118 path : |
@@ -123,7 +123,7 @@ jobs:
123123
124124 - name : Notify on failure
125125 if : failure()
126- uses : actions/github-script@v7
126+ uses : actions/github-script@v8
127127 with :
128128 script : |
129129 github.rest.issues.createComment({
Original file line number Diff line number Diff line change 4040 POSTGRES_PASSWORD : ${{ env.OXA_DB_PASS }}
4141
4242 steps :
43- - uses : actions/checkout@v4
43+ - uses : actions/checkout@v5
4444
4545 - name : Set up Ruby ${{ matrix.ruby-version }}
4646 uses : ruby/setup-ruby@v1
7474
7575 - name : Upload test results
7676 if : always()
77- uses : actions/upload-artifact@v4
77+ uses : actions/upload-artifact@v5
7878 with :
7979 name : test-results-${{ matrix.ruby-version }}
8080 path : |
8484
8585 - name : Notify on failure
8686 if : failure()
87- uses : actions/github-script@v7
87+ uses : actions/github-script@v8
8888 with :
8989 script : |
9090 github.rest.issues.createComment({
You can’t perform that action at this time.
0 commit comments