From 1280229c8612518dae98e3a43ef619436eed57b0 Mon Sep 17 00:00:00 2001 From: Josh Jacobs Date: Mon, 29 Jan 2024 13:42:19 +0000 Subject: [PATCH] ci: update action versions --- .github/workflows/deploy_master.yml | 6 +++--- .github/workflows/deploy_staging.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy_master.yml b/.github/workflows/deploy_master.yml index 150fd895..4bd2ccdb 100644 --- a/.github/workflows/deploy_master.yml +++ b/.github/workflows/deploy_master.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: '16' check-latest: true @@ -21,7 +21,7 @@ jobs: run: npm install conventional-changelog-conventionalcommits - name: Changelog - uses: TriPSs/conventional-changelog-action@v4 + uses: TriPSs/conventional-changelog-action@v5 id: changelog with: github-token: ${{ secrets.GITHUB_TOKEN }} @@ -101,7 +101,7 @@ jobs: args: --severity-threshold=medium --file=Dockerfile.${{ matrix.component }} - name: Upload result to GitHub Code Scanning - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 continue-on-error: true with: sarif_file: snyk.sarif diff --git a/.github/workflows/deploy_staging.yml b/.github/workflows/deploy_staging.yml index 32f83551..da49ba50 100644 --- a/.github/workflows/deploy_staging.yml +++ b/.github/workflows/deploy_staging.yml @@ -52,7 +52,7 @@ jobs: - name: Upload result to GitHub Code Scanning id: snyk_results_upload - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 continue-on-error: true with: sarif_file: snyk.sarif