diff --git a/.github/workflows/scan-for-secrets.yml b/.github/workflows/scan-for-secrets.yml index 2e5eacd..5f4be82 100644 --- a/.github/workflows/scan-for-secrets.yml +++ b/.github/workflows/scan-for-secrets.yml @@ -69,7 +69,7 @@ jobs: CFG: ${{ inputs.config-file }} DFLT: .uomrit-actions/.github/secret-scanner/baseline.json - name: Scan - uses: UoMResearchIT/actions/secret-scanner@88866a7934412523ee31db7692ef86ebbdfce1ed # main + uses: UoMResearchIT/actions/secret-scanner@20365fa75ab643043ec188ef0b67fd5e537d326c # main with: baseline-file: ${{ steps.cfg.outputs.file }} exclude-path: ${{ inputs.exclude-path }}