Skip to content

Commit faa4f7c

Browse files
authored
Merge pull request #285 from advanced-security/update-codeql-workflow-fix
Upgrade `create-pull-request` action to fix compatibility issues
2 parents c56b9d4 + 0487b67 commit faa4f7c

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)