From 55713074f67dc4961fb0871bd36e815e6bc0e2a8 Mon Sep 17 00:00:00 2001 From: Jean-Roland Date: Wed, 8 Nov 2023 17:13:51 +0100 Subject: [PATCH] build: update actions deps --- .github/workflows/codacy-analysis.yml | 5 +++-- .github/workflows/emscripten.yaml | 4 ++-- .github/workflows/integration.yaml | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codacy-analysis.yml b/.github/workflows/codacy-analysis.yml index 056e81353..29ffb6378 100644 --- a/.github/workflows/codacy-analysis.yml +++ b/.github/workflows/codacy-analysis.yml @@ -25,7 +25,8 @@ jobs: # Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis - name: Run Codacy Analysis CLI - uses: codacy/codacy-analysis-cli-action@1.1.0 + uses: codacy/codacy-analysis-cli-action@v4.3.0 + with: # Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository # You can also omit the token and run the tools that support default configurations @@ -41,6 +42,6 @@ jobs: # Upload the SARIF file generated in the previous step - name: Upload SARIF results file - uses: github/codeql-action/upload-sarif@v1 + uses: github/codeql-action/upload-sarif@v2.22.5 with: sarif_file: results.sarif diff --git a/.github/workflows/emscripten.yaml b/.github/workflows/emscripten.yaml index fc9b864ff..a240c7188 100644 --- a/.github/workflows/emscripten.yaml +++ b/.github/workflows/emscripten.yaml @@ -29,8 +29,8 @@ jobs: os: [ubuntu-latest] steps: - uses: actions/checkout@v4 - - uses: jwlawson/actions-setup-cmake@v1.13 - - uses: mymindstorm/setup-emsdk@v11 + - uses: jwlawson/actions-setup-cmake@v1.14 + - uses: mymindstorm/setup-emsdk@v12 - name: Compile debug run: | mkdir build diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 71f93782a..d6b3a0205 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -35,7 +35,7 @@ jobs: - uses: actions/checkout@v4 - name: Install latest stable - uses: actions-rs/toolchain@v1 + uses: actions-rs/toolchain@v1.0.7 with: toolchain: stable override: true