diff --git a/.github/workflows/build-game.yml b/.github/workflows/build-game.yml index 9c25101ed3..52d18ea676 100644 --- a/.github/workflows/build-game.yml +++ b/.github/workflows/build-game.yml @@ -63,7 +63,7 @@ jobs: BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }} if: env.BUTLER_API_KEY != null && github.ref == 'refs/heads/master' run: | - curl "https://raw.githubusercontent.com/AnotherFoxGuy/ci-scripts/main/install-butler.sh" | sudo bash + curl "https://git.anotherfoxguy.com/AnotherFoxGuy/install-scripts/raw/branch/main/install-butler.sh" | sudo bash butler push redist rigs-of-rods/rigs-of-rods-dev:linux-ci --userversion CIBuild-${GITHUB_RUN_NUMBER}-commit-${GITHUB_SHA} shell: bash diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 1eb1611008..52cc418a2d 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -11,12 +11,12 @@ jobs: name: sonarcloud scan runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Install sonar-scanner and build-wrapper - uses: sonarsource/sonarcloud-github-c-cpp@v1 + uses: sonarsource/sonarcloud-github-c-cpp@v2 id: sonarscan - name: Cache conan