til

Today I Learned: collection of notes, tips and tricks and stuff I learn from day to day working with computers and technology as an open source contributor and product manager

View project on GitHub

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