Skip to content

Commit

Permalink
Pin actions/github-script action to d7906e4 (#167)
Browse files Browse the repository at this point in the history
* Pin actions/github-script action to d7906e4

* Update .github/workflows/reusable--e2e-test.yaml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Hidetake Iwata <[email protected]>
  • Loading branch information
renovate[bot] and int128 authored Oct 30, 2023
1 parent 7f9346f commit a57f4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable--e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- run: |
export PATH="$PATH:/home/runner/externals/node20/bin"
npm install @actions/tool-cache
- uses: actions/github-script@v6
- uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
with:
script: |
const assert = require('assert')
Expand Down

0 comments on commit a57f4aa

Please sign in to comment.