Skip to content

Commit e1098c6

Browse files
committed
analysis
Signed-off-by: Anton Dukhovnikov <[email protected]>
1 parent 7d25a29 commit e1098c6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/analysis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ jobs:
4141
# Exclude runs on forks, since only the main org has the SonarCloud
4242
# account credentials.
4343
if: github.repository == 'AcademySoftwareFoundation/rawtoaces'
44-
secrets:
45-
PASSED_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46-
PASSED_SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
44+
# secrets:
45+
# PASSED_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46+
# PASSED_SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
47+
runs-on: ubuntu-latest
48+
container:
49+
image: aswf/ci-osl:2024-clang17.2
4750
strategy:
4851
fail-fast: false
4952
matrix:
5053
compiler: [ [gcc, g++], [clang, clang] ]
51-
runs-on: ubuntu-latest
52-
container:
53-
image: aswf/ci-osl:2024-clang17.2
5454
env:
5555
CC: ${{ matrix.compiler[0] }}
5656
CXX: ${{ matrix.compiler[1] }}

0 commit comments

Comments
 (0)