From 5fed836b559f1a3eefc19e3bd51145d6cbed0826 Mon Sep 17 00:00:00 2001 From: "tobias.saunders" Date: Thu, 21 Nov 2024 11:27:44 +0000 Subject: [PATCH] Set latest revision for github-actions workflows --- .github/workflows/scan-repo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scan-repo.yml b/.github/workflows/scan-repo.yml index 501f3a5..64edfe7 100644 --- a/.github/workflows/scan-repo.yml +++ b/.github/workflows/scan-repo.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Run SonarCloud scan - uses: govuk-one-login/github-actions/code-quality/sonarcloud@0739d7e7a19bae3177cf851ae51944bb4dd53565 #30th Jan 2024 + uses: govuk-one-login/github-actions/code-quality/sonarcloud@d201191485b645ec856a34e5ca48636cf97b2574 with: coverage-artifact: ${{ needs.unit-tests.outputs.coverage-artifact }} github-token: ${{ secrets.GITHUB_TOKEN }} @@ -40,6 +40,6 @@ jobs: security-events: write steps: - name: Run CodeQL scan - uses: govuk-one-login/github-actions/code-quality/codeql@d4ec36f4ed5ebfb93d4866b3322a70b27bb8f92f #31st Jan 2024 + uses: govuk-one-login/github-actions/code-quality/codeql@d201191485b645ec856a34e5ca48636cf97b2574 with: languages: javascript-typescript