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 34d9a6a commit e48673eCopy full SHA for e48673e
action.yml
@@ -26,7 +26,7 @@ runs:
26
using: "composite"
27
steps:
28
- name: Checkout PR Head
29
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
30
with:
31
token: ${{ inputs.github_token }}
32
ref: refs/pull/${{ inputs.pull_number }}/head
0 commit comments