File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113
113
run : echo "VERSION=${GITHUB_REF##refs/tags/}" >> $GITHUB_ENV
114
114
115
115
- name : Hook into package registry
116
- uses : swift-nav/swift-cli-publisher@v2
116
+ uses : swift-nav/swift-cli-publisher@v3
117
117
env :
118
118
DL_LINUX : " sbp_tools-${{ env.VERSION }}-x86_64-unknown-linux-musl.zip"
119
119
DL_MAC : " sbp_tools-${{ env.VERSION }}-x86_64-apple-darwin.zip"
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ name: SonarCloud
9
9
jobs :
10
10
sonarcloud :
11
11
runs-on : ubuntu-latest
12
- if : github.actor != 'dependabot[bot]' # Dependabot can't read the Sonarcloud secret
13
12
steps :
14
13
- uses : actions/checkout@v4
15
14
with :
31
30
C :
32
31
name : C Code Coverage
33
32
runs-on : ubuntu-22.04
34
- if : github.actor != 'dependabot[bot]' # Dependabot can't read the Sonarcloud secret
35
33
steps :
36
34
- uses : actions/checkout@v4
37
35
with :
You can’t perform that action at this time.
0 commit comments