Skip to content

Commit 5f7de3d

Browse files
committed
Use newer version of create-pull-request action
This commit is an attempt to fix the update-codeql.yml actions workflow by upgrading to a newer (@v8) version of the create-pull-request action, where the previously used version had a known compatibility issue with newer actions/checkout versions.
1 parent 003cfdb commit 5f7de3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
9696
- name: Create Pull Request
9797
if: steps.check-version.outputs.update_needed == 'true'
98-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
98+
uses: peter-evans/create-pull-request@v8
9999
with:
100100
title: "Upgrade CodeQL CLI dependency to ${{ steps.check-version.outputs.latest_version_tag }}"
101101
body: |

0 commit comments

Comments
 (0)