Skip to content

Commit 7158bf2

Browse files
chore(deps): update github actions all dependencies
1 parent 3e5da88 commit 7158bf2

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/.e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

.github/workflows/analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
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 }}
@@ -86,6 +86,6 @@ jobs:
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}}"

.github/workflows/merge.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)