-
-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update github/codeql-action action to v3.27.0 #1326
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/github-codeql-action-3.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1326 +/- ##
=======================================
Coverage 97.56% 97.56%
=======================================
Files 79 79
Lines 4921 4921
=======================================
Hits 4801 4801
Misses 120 120 ☔ View full report in Codecov by Sentry. |
Demo app9525ce7 APKs:
Web build has been deployed to https://demo-n7myikqgn-fwfh.vercel.app. Quick links: |
renovate
bot
force-pushed
the
renovate/github-codeql-action-3.x
branch
from
August 29, 2024 11:07
6266db3
to
05ed005
Compare
renovate
bot
changed the title
Update github/codeql-action action to v3.26.5
Update github/codeql-action action to v3.26.6
Aug 29, 2024
renovate
bot
changed the title
Update github/codeql-action action to v3.26.6
Update github/codeql-action action to v3.26.7
Sep 13, 2024
renovate
bot
force-pushed
the
renovate/github-codeql-action-3.x
branch
from
September 13, 2024 17:13
05ed005
to
1002867
Compare
renovate
bot
changed the title
Update github/codeql-action action to v3.26.7
Update github/codeql-action action to v3.26.8
Sep 19, 2024
renovate
bot
force-pushed
the
renovate/github-codeql-action-3.x
branch
from
September 19, 2024 12:35
1002867
to
049723c
Compare
renovate
bot
changed the title
Update github/codeql-action action to v3.26.8
Update github/codeql-action action to v3.26.9
Sep 24, 2024
renovate
bot
force-pushed
the
renovate/github-codeql-action-3.x
branch
from
September 24, 2024 18:19
049723c
to
cfd0a28
Compare
renovate
bot
changed the title
Update github/codeql-action action to v3.26.9
Update github/codeql-action action to v3.26.10
Sep 30, 2024
renovate
bot
force-pushed
the
renovate/github-codeql-action-3.x
branch
from
September 30, 2024 13:52
cfd0a28
to
8d18f50
Compare
renovate
bot
changed the title
Update github/codeql-action action to v3.26.10
Update github/codeql-action action to v3.26.11
Oct 3, 2024
renovate
bot
force-pushed
the
renovate/github-codeql-action-3.x
branch
from
October 3, 2024 22:46
8d18f50
to
9edd734
Compare
renovate
bot
force-pushed
the
renovate/github-codeql-action-3.x
branch
from
October 7, 2024 19:31
9edd734
to
e367b10
Compare
renovate
bot
changed the title
Update github/codeql-action action to v3.26.11
Update github/codeql-action action to v3.26.12
Oct 7, 2024
renovate
bot
force-pushed
the
renovate/github-codeql-action-3.x
branch
from
October 14, 2024 20:20
e367b10
to
72d47a6
Compare
renovate
bot
changed the title
Update github/codeql-action action to v3.26.12
Update github/codeql-action action to v3.26.13
Oct 14, 2024
renovate
bot
changed the title
Update github/codeql-action action to v3.26.13
Update github/codeql-action action to v3.27.0
Oct 22, 2024
renovate
bot
force-pushed
the
renovate/github-codeql-action-3.x
branch
from
October 22, 2024 18:33
72d47a6
to
9525ce7
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v3.26.4
->v3.27.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
github/codeql-action (github/codeql-action)
v3.27.0
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2
andv3
of the CodeQL Action is the node version they support, withv3
running on node 20 while we continue to releasev2
to support running on node 16. For example3.22.11
was the firstv3
release and is functionally identical to2.22.11
. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.3.27.0 - 22 Oct 2024
upload-sarif
Action would fail with "upload-sarif post-action step failed: Input required and not supplied: token" when called in a composite Action that had a different set of inputs to the ones expected by theupload-sarif
Action. #2557See the full CHANGELOG.md for more information.
v3.26.13
Compare Source
v3.26.12
Compare Source
v3.26.11
Compare Source
v3.26.10
Compare Source
v3.26.9
Compare Source
v3.26.8
Compare Source
v3.26.7
Compare Source
v3.26.6
Compare Source
v3.26.5
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.