From c8e994354c0b6442ec92229e4913f55b2fea5192 Mon Sep 17 00:00:00 2001 From: Aaron Coburn Date: Wed, 2 Apr 2025 14:53:43 -0500 Subject: [PATCH] Pin 3rd party GH Actions to commit hash --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1b4cfdc19..6b2408090f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: with: name: code-coverage-ubuntu-latest-22.x path: coverage/ - - uses: SonarSource/sonarcloud-github-action@v5 + - uses: SonarSource/sonarcloud-github-action@ffc3010689be73b8e5ae0c57ce35968afd7909e8 # v5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}