We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c118ae commit f3124bcCopy full SHA for f3124bc
.github/workflows/coana-guardrail.yml
@@ -22,7 +22,7 @@ jobs:
22
echo "all_changed_files=$(git diff --name-only ${{ github.base_ref }} ${{ github.head_ref }} | tr '\n' ' ')" >> $GITHUB_OUTPUT
23
24
- name: Use Node.js 24.x
25
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
+ uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
26
with:
27
node-version: 24.x
28
0 commit comments