Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #403 from IQTLabs/renovate/actions-github-script-7.x
Browse files Browse the repository at this point in the history
Update actions/github-script action to v7
  • Loading branch information
rashley-iqt authored Nov 15, 2023
2 parents e070b33 + da76cbc commit 39f49c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/secrets-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
echo "::set-output name=found-count::$(wc -l /home/runner/reports/whispers.json | cut -d' ' -f1)"
- name: Fail if found
if: steps.scan.outputs.found-count != 0
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
echo {{steps.scan.outputs.found-count}} && \
Expand Down

0 comments on commit 39f49c1

Please sign in to comment.