Skip to content

Commit

Permalink
build: update actions deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-roland committed Nov 8, 2023
1 parent 64bc698 commit 5571307
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/codacy-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
uses: codacy/[email protected]

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
Expand All @@ -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
4 changes: 2 additions & 2 deletions .github/workflows/emscripten.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5571307

Please sign in to comment.