Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 869 Bytes

File metadata and controls

25 lines (13 loc) · 869 Bytes

CodeQL Action

The CodeQL action is awesome, but getting PRs from @Dependabot on updating requires some hoops in order to consume and find what was changed.

You get a PR saying the the github/codeql action can be updated, the changelog indicates a version number bump.

Screenshot of PR

You click the change log link and the releases mentioned in the repository are not matching the numbers presented to you in the PR.

Screenshot of change log

The release description does not mention the version number you are looking for

Screenshot of release description

What you have to do is open the CHANGELOG.md file

Screenshot of change log file

Resources and References