diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 4d6400100..8c420586e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -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. @@ -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 @@ -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 diff --git a/.github/workflows/components_compilation.yml b/.github/workflows/components_compilation.yml index b7234d9e6..2fc16678a 100644 --- a/.github/workflows/components_compilation.yml +++ b/.github/workflows/components_compilation.yml @@ -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: diff --git a/.github/workflows/components_execution.yml b/.github/workflows/components_execution.yml index a7fb9cfae..1fc4ab496 100644 --- a/.github/workflows/components_execution.yml +++ b/.github/workflows/components_execution.yml @@ -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: diff --git a/.github/workflows/components_generation.yml b/.github/workflows/components_generation.yml index c10aaef94..e2906dd7b 100644 --- a/.github/workflows/components_generation.yml +++ b/.github/workflows/components_generation.yml @@ -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: diff --git a/.github/workflows/robocompdsl.yml b/.github/workflows/robocompdsl.yml index 1db7151b6..e5eef382e 100644 --- a/.github/workflows/robocompdsl.yml +++ b/.github/workflows/robocompdsl.yml @@ -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: