Skip to content

Commit 129131b

Browse files
committed
- update all actions to v6
1 parent 94f6e65 commit 129131b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ jobs:
1313
env:
1414
BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory # Directory where build-wrapper output will be placed
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
1919
- name: Install Build Wrapper
20-
uses: SonarSource/sonarqube-scan-action/install-build-wrapper@v5
20+
uses: SonarSource/sonarqube-scan-action/install-build-wrapper@v6
2121
- name: Run Build Wrapper
2222
run: |
2323
mkdir build
2424
cmake -S lib60870-C -B build
2525
build-wrapper-linux-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} cmake --build build/
2626
- name: SonarQube Scan
27-
uses: SonarSource/sonarqube-scan-action@v5
27+
uses: SonarSource/sonarqube-scan-action@v6
2828
env:
2929
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3030
with:

0 commit comments

Comments
 (0)