We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 412ebdd commit f9487c3Copy full SHA for f9487c3
1 file changed
.github/workflows/if-nodejs-pr-testing.yml
@@ -45,7 +45,7 @@ jobs:
45
shell: bash
46
- if: steps.should_run.outputs.shouldrun == 'true'
47
name: Checkout repository
48
- uses: actions/checkout@v4
+ uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
49
with:
50
persist-credentials: false
51
@@ -62,7 +62,7 @@ jobs:
62
id: lockversion
63
- if: steps.packagejson.outputs.exists == 'true'
64
name: Setup Node.js
65
- uses: actions/setup-node@v4
+ uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
66
67
node-version: "${{ steps.lockversion.outputs.version }}"
68
- if: steps.lockversion.outputs.version == '18' && matrix.os == 'windows-latest'
0 commit comments