Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Tudela <ajtudela@gmail.com>
  • Loading branch information
ajtudela committed May 30, 2024
1 parent 31aac20 commit 2ba4c6b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: tj-actions/branch-names@v4.9
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -57,7 +57,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
# - name: Autobuild
# uses: github/codeql-action/autobuild@v1
# uses: github/codeql-action/autobuild@v2

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand Down Expand Up @@ -91,4 +91,4 @@ jobs:
run: cmake --build . -- -j4

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2
2 changes: 1 addition & 1 deletion .github/workflows/components_compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
make-compilation-test:
runs-on: ubuntu-latest
container:
image: "grupo-avispa/robocomp:development__dsr__latest"
image: "grupoavispa/robocomp:development__dsr__latest"
options: --user demo

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/components_execution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
make-execution-test:
runs-on: ubuntu-latest
container:
image: "grupo-avispa/robocomp:development__dsr__latest"
image: "grupoavispa/robocomp:development__dsr__latest"
options: --user demo

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/components_generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
make-generation-test:
runs-on: ubuntu-latest
container:
image: "grupo-avispa/robocomp:development__dsr__latest"
image: "grupoavispa/robocomp:development__dsr__latest"
options: --user demo

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/robocompdsl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
robocomp-dsl-test:
runs-on: ubuntu-latest
container:
image: "grupo-avispa/robocomp:development__dsr__latest"
image: "grupoavispa/robocomp:development__dsr__latest"
options: --user demo

steps:
Expand Down

0 comments on commit 2ba4c6b

Please sign in to comment.