Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/generate-container-image-sboms/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ runs:

- name: Upload container image SBOM artifact
if: inputs.artifact-name != ''
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: ${{ inputs.artifact-name }}
path: dist/sboms/container-*.cdx.json
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs:
using: 'composite'
steps:
- name: Setup Node from .nvmrc
uses: actions/setup-node@v4
uses: actions/setup-node@v6
with:
node-version-file: .nvmrc

Expand Down Expand Up @@ -43,7 +43,7 @@ runs:
echo "CYPRESS_CACHE_FOLDER=$CYPRESS_CACHE" >> $GITHUB_ENV

- name: Restore Cypress cache
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
${{ steps.cypress-cache.outputs.folder }}
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/trivy-scan-local-images/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ runs:

- name: Upload SARIF artifact (fallback)
if: inputs.upload-github-security == 'true' && steps.scan.outputs.sarif_exists == 'true' && steps.upload-sarif.outcome == 'failure'
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: trivy-sarif-${{ inputs.sarif-category }}
path: trivy-results-${{ inputs.sarif-category }}.sarif
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/trivy-scan/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ runs:

- name: Upload SARIF artifact (fallback)
if: inputs.upload-github-security == 'true' && steps.upload-sarif.outcome == 'failure'
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: trivy-sarif-${{ inputs.sarif-category }}
path: ${{ steps.sarif-path.outputs.file }}
Expand Down
72 changes: 36 additions & 36 deletions .github/workflows/pull-request-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
fetch-depth: 0

- name: Set Nx SHA
uses: nrwl/nx-set-shas@v4
uses: nrwl/nx-set-shas@v5

- name: Setup environment
uses: ./.github/actions/setup-env
Expand All @@ -59,7 +59,7 @@ jobs:
fetch-depth: 0

- name: Set Nx SHA
uses: nrwl/nx-set-shas@v4
uses: nrwl/nx-set-shas@v5

- name: Setup environment
uses: ./.github/actions/setup-env
Expand All @@ -86,7 +86,7 @@ jobs:
fetch-depth: 0

- name: Set Nx SHA
uses: nrwl/nx-set-shas@v4
uses: nrwl/nx-set-shas@v5

- name: Setup environment
uses: ./.github/actions/setup-env
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
fetch-depth: 0

- name: Set nx shas
uses: nrwl/nx-set-shas@v4
uses: nrwl/nx-set-shas@v5

- name: Setup environment
uses: ./.github/actions/setup-env
Expand All @@ -201,7 +201,7 @@ jobs:
run: npx nx affected --target=sbom --parallel=1 || echo "No affected projects for sbom generation"

- name: Upload build artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
if: always()
with:
name: build-artifacts
Expand All @@ -227,10 +227,10 @@ jobs:
fetch-depth: 0

- name: Set nx shas
uses: nrwl/nx-set-shas@v4
uses: nrwl/nx-set-shas@v5

- name: Download build artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v8
with:
name: build-artifacts
path: .
Expand Down Expand Up @@ -269,10 +269,10 @@ jobs:
fetch-depth: 0

- name: Set nx shas
uses: nrwl/nx-set-shas@v4
uses: nrwl/nx-set-shas@v5

- name: Download build artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v8
with:
name: build-artifacts
path: .
Expand Down Expand Up @@ -311,10 +311,10 @@ jobs:
fetch-depth: 0

- name: Set nx shas
uses: nrwl/nx-set-shas@v4
uses: nrwl/nx-set-shas@v5

- name: Download build artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v8
with:
name: build-artifacts
path: .
Expand Down Expand Up @@ -353,10 +353,10 @@ jobs:
fetch-depth: 0

- name: Set nx shas
uses: nrwl/nx-set-shas@v4
uses: nrwl/nx-set-shas@v5

- name: Download build artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v8
with:
name: build-artifacts
path: .
Expand Down Expand Up @@ -395,10 +395,10 @@ jobs:
fetch-depth: 0

- name: Set nx shas
uses: nrwl/nx-set-shas@v4
uses: nrwl/nx-set-shas@v5

- name: Download build artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v8
with:
name: build-artifacts
path: .
Expand Down Expand Up @@ -437,10 +437,10 @@ jobs:
fetch-depth: 0

- name: Set nx shas
uses: nrwl/nx-set-shas@v4
uses: nrwl/nx-set-shas@v5

- name: Download build artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v8
with:
name: build-artifacts
path: .
Expand Down Expand Up @@ -477,14 +477,14 @@ jobs:
if: always()
steps:
- name: Download service SBOMs from build
uses: actions/download-artifact@v4
uses: actions/download-artifact@v8
continue-on-error: true
with:
name: build-artifacts
path: .

- name: Download container image SBOM artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v8
continue-on-error: true
with:
pattern: sbom-container-images-*
Expand All @@ -500,7 +500,7 @@ jobs:
ls -la dist/sboms/ 2>/dev/null || true

- name: Upload SBOM artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: sbom-artifacts
path: dist/sboms/
Expand All @@ -519,10 +519,10 @@ jobs:
fetch-depth: 0

- name: Set nx shas
uses: nrwl/nx-set-shas@v4
uses: nrwl/nx-set-shas@v5

- name: Download build artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v8
with:
name: build-artifacts
path: .
Expand All @@ -544,10 +544,10 @@ jobs:
fetch-depth: 0

- name: Set nx shas
uses: nrwl/nx-set-shas@v4
uses: nrwl/nx-set-shas@v5

- name: Download build artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v8
with:
name: build-artifacts
path: .
Expand Down Expand Up @@ -575,10 +575,10 @@ jobs:
fetch-depth: 0

- name: Set nx shas
uses: nrwl/nx-set-shas@v4
uses: nrwl/nx-set-shas@v5

- name: Download build artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v8
with:
name: build-artifacts
path: .
Expand All @@ -593,7 +593,7 @@ jobs:
xvfb-run -a npx nx affected --target=package --configuration=development-linux --parallel=3 || echo "No projects for native applications build"

- name: Upload build artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: binary-artifacts-linux
path: |
Expand All @@ -614,10 +614,10 @@ jobs:
fetch-depth: 0

- name: Set nx shas
uses: nrwl/nx-set-shas@v4
uses: nrwl/nx-set-shas@v5

- name: Download build artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v8
with:
name: build-artifacts
path: .
Expand All @@ -635,15 +635,15 @@ jobs:
xvfb-run -a npx nx affected --target=package --configuration=development-windows --parallel=3 || echo "No projects for native applications build"

- name: Upload Windows Electron bundle
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: windows-electron-bundle
path: dist/apps/native-agent-console/out/native-agent-console-win32-x64
if-no-files-found: ignore
retention-days: 1

- name: Upload Windows zip artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: binary-artifacts-windows
path: dist/**/out/make/**/win32/**/*.zip
Expand All @@ -666,7 +666,7 @@ jobs:
uses: ./.github/actions/setup-env

- name: Download Windows Electron bundle
uses: actions/download-artifact@v4
uses: actions/download-artifact@v8
continue-on-error: true
with:
name: windows-electron-bundle
Expand All @@ -677,7 +677,7 @@ jobs:
run: ./tools/ci/build-windows-installer.ps1

- name: Upload Windows installer artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: binary-artifacts-windows-installer
path: apps/native-agent-console/installer-out/*.exe
Expand All @@ -699,13 +699,13 @@ jobs:
fetch-depth: 0

- name: Set nx shas
uses: nrwl/nx-set-shas@v4
uses: nrwl/nx-set-shas@v5

- name: Setup environment
uses: ./.github/actions/setup-env

- name: Download binaries
uses: actions/download-artifact@v4
uses: actions/download-artifact@v8
continue-on-error: true
with:
path: artifacts
Expand Down Expand Up @@ -736,7 +736,7 @@ jobs:
node tools/release-integrity/dist/src/cli.js verify --input release

- name: Upload binaries to GitHub Actions artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: binary-bundle
path: |
Expand Down
Loading
Loading