diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index 9bdcf3648..05af48c92 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -113,7 +113,7 @@ jobs: run: echo "VERSION=${GITHUB_REF##refs/tags/}" >> $GITHUB_ENV - name: Hook into package registry - uses: swift-nav/swift-cli-publisher@v2 + uses: swift-nav/swift-cli-publisher@v3 env: DL_LINUX: "sbp_tools-${{ env.VERSION }}-x86_64-unknown-linux-musl.zip" DL_MAC: "sbp_tools-${{ env.VERSION }}-x86_64-apple-darwin.zip" diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 0ec8fb915..03c74f0bf 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -9,7 +9,6 @@ name: SonarCloud jobs: sonarcloud: runs-on: ubuntu-latest - if: github.actor != 'dependabot[bot]' # Dependabot can't read the Sonarcloud secret steps: - uses: actions/checkout@v4 with: @@ -31,7 +30,6 @@ jobs: C: name: C Code Coverage runs-on: ubuntu-22.04 - if: github.actor != 'dependabot[bot]' # Dependabot can't read the Sonarcloud secret steps: - uses: actions/checkout@v4 with: