ci: update workflow logging and policy configurations (#27853)

This commit is contained in:
Gal Zahavi
2026-06-11 14:38:56 -07:00
committed by GitHub
parent 1eb8bd418c
commit 4e10a34be8
19 changed files with 47 additions and 52 deletions
@@ -29,12 +29,6 @@ inputs:
runs:
using: 'composite'
steps:
- name: '📝 Print Inputs'
shell: 'bash'
env:
JSON_INPUTS: '${{ toJSON(inputs) }}'
run: 'echo "$JSON_INPUTS"'
- name: 'setup node'
uses: 'actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020' # ratchet:actions/setup-node@v4
with: