File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111 npx playwright merge-reports --reporter json ./all-blob-reports
112112 npx playwright merge-reports --reporter html ./all-blob-reports
113113
114- - uses : actions/upload-artifact@v4
114+ - uses : actions/upload-artifact@v6
115115 if : always()
116116 name : Upload Playwright artifacts
117117 with :
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121121 severity : " CRITICAL,HIGH"
122122
123123 - name : Upload Trivy scan results to GitHub Security tab
124- uses : github/codeql-action/upload-sarif@v3
124+ uses : github/codeql-action/upload-sarif@v4
125125 with :
126126 sarif_file : " trivy-results.sarif"
127127 results :
Original file line number Diff line number Diff line change 6060
6161 # Initializes the CodeQL tools for scanning.
6262 - name : Initialize CodeQL
63- uses : github/codeql-action/init@v3
63+ uses : github/codeql-action/init@v4
6464 with :
6565 languages : ${{ matrix.language }}
6666 build-mode : ${{ matrix.build-mode }}
8686 echo ' make release'
8787 exit 1
8888 - name : Perform CodeQL Analysis
89- uses : github/codeql-action/analyze@v3
89+ uses : github/codeql-action/analyze@v4
9090 with :
9191 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change @@ -50,17 +50,17 @@ jobs:
5050 - uses : actions/checkout@v6
5151
5252 - name : Initialize
53- uses : github/codeql-action/init@v3
53+ uses : github/codeql-action/init@v4
5454 with :
5555 languages : javascript
5656
5757 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5858 # If this step fails, then you should remove it and run the build manually (see below)
5959 - name : Autobuild
60- uses : github/codeql-action/autobuild@v3
60+ uses : github/codeql-action/autobuild@v4
6161
6262 - name : Perform CodeQL Analysis
63- uses : github/codeql-action/analyze@v3
63+ uses : github/codeql-action/analyze@v4
6464
6565 semantic-version : # Create a semantic version based on the commit messages and tag the commit.
6666 outputs :
You can’t perform that action at this time.
0 commit comments