Răsfoiți Sursa

change action version numbers to shas

Martin Melik Merkumians 1 lună în urmă
părinte
comite
64763212ba
1 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  1. 3 3
      .github/workflows/cmake.yml

+ 3 - 3
.github/workflows/cmake.yml

@@ -22,12 +22,12 @@ jobs:
       BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory # Directory where build-wrapper output will be placed
 
     steps:
-      - uses: actions/checkout@v6
+      - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
         with:
           fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
 
       - name: Set up Python 3.8 for gcovr
-        uses: actions/setup-python@v6
+        uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
         with: 
           python-version: 3.8
 
@@ -39,7 +39,7 @@ jobs:
         run: sudo apt-get install -y libcap-dev lcov cpputest
 
       - name: Install sonar-scanner and build-wrapper
-        uses: SonarSource/sonarcloud-github-c-cpp@v3
+        uses: SonarSource/sonarcloud-github-c-cpp@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
 
       - name: Configure CMake
         # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.