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
-5
View File
@@ -18,11 +18,6 @@ inputs:
runs:
using: 'composite'
steps:
- name: '📝 Print Inputs'
shell: 'bash'
env:
JSON_INPUTS: '${{ toJSON(inputs) }}'
run: 'echo "$JSON_INPUTS"'
- name: 'Checkout'
uses: 'actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955' # ratchet:actions/checkout@v4
with: