Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1e97bade5c | |||
| 6e6fbc184b |
@@ -43,7 +43,7 @@ jobs:
|
|||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Setup Node.js ${{inputs.node-version}}
|
- name: Setup Node.js ${{inputs.node-version}}
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v6
|
||||||
with:
|
with:
|
||||||
node-version: ${{inputs.node-version}}
|
node-version: ${{inputs.node-version}}
|
||||||
cache: ${{inputs.node-caching}}
|
cache: ${{inputs.node-caching}}
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ jobs:
|
|||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Setup Node.js ${{inputs.node-version}}
|
- name: Setup Node.js ${{inputs.node-version}}
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v6
|
||||||
with:
|
with:
|
||||||
node-version: ${{inputs.node-version}}
|
node-version: ${{inputs.node-version}}
|
||||||
cache: ${{inputs.node-caching}}
|
cache: ${{inputs.node-caching}}
|
||||||
@@ -55,7 +55,7 @@ jobs:
|
|||||||
# If inners of the dist directory were different than expected, upload the expected version as an artifact
|
# If inners of the dist directory were different than expected, upload the expected version as an artifact
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
if: ${{failure() && steps.diff.conclusion == 'failure'}}
|
if: ${{failure() && steps.diff.conclusion == 'failure'}}
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: dist
|
name: dist
|
||||||
path: ${{inputs.dist-path}}
|
path: ${{inputs.dist-path}}
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ jobs:
|
|||||||
|
|
||||||
# Initializes the CodeQL tools for scanning.
|
# Initializes the CodeQL tools for scanning.
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@v4
|
uses: github/codeql-action/init@v3
|
||||||
with:
|
with:
|
||||||
languages: ${{matrix.language}}
|
languages: ${{matrix.language}}
|
||||||
config-file: ${{inputs.codeql-cfg-path}}
|
config-file: ${{inputs.codeql-cfg-path}}
|
||||||
@@ -50,7 +50,7 @@ jobs:
|
|||||||
# If this step fails, configure a build command manually using build-command input. This command will be executed in the corresponding step.
|
# If this step fails, configure a build command manually using build-command input. This command will be executed in the corresponding step.
|
||||||
- name: Autobuild
|
- name: Autobuild
|
||||||
if: ${{!inputs.build-command}}
|
if: ${{!inputs.build-command}}
|
||||||
uses: github/codeql-action/autobuild@v4
|
uses: github/codeql-action/autobuild@v3
|
||||||
|
|
||||||
- name: Manual build
|
- name: Manual build
|
||||||
if: ${{inputs.build-command}}
|
if: ${{inputs.build-command}}
|
||||||
@@ -58,4 +58,4 @@ jobs:
|
|||||||
${{inputs.build-command}}
|
${{inputs.build-command}}
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@v4
|
uses: github/codeql-action/analyze@v3
|
||||||
|
|||||||
@@ -84,7 +84,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Node.js
|
- name: Install Node.js
|
||||||
if: ${{ steps.successful-update.outputs.STATUS == 'true' }}
|
if: ${{ steps.successful-update.outputs.STATUS == 'true' }}
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v6
|
||||||
with:
|
with:
|
||||||
node-version: 24
|
node-version: 24
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user