Skip to content
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

chore(deps): bump github/codeql-action from 1.0.9 to 1.0.12 #1

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 24, 2021

Bumps github/codeql-action from 1.0.9 to 1.0.12.

Changelog

Sourced from github/codeql-action's changelog.

CodeQL Action and CodeQL Runner Changelog

[UNRELEASED]

No user facing changes.

1.0.12 - 16 Aug 2021

  • Update README to include a sample permissions block. #689

1.0.11 - 09 Aug 2021

  • Update default CodeQL bundle version to 2.5.9. #687

1.0.10 - 03 Aug 2021

  • Fix an issue where a summary of diagnostics information from CodeQL was not output to the logs of the analyze step of the Action. #672

1.0.9 - 02 Aug 2021

No user facing changes.

1.0.8 - 26 Jul 2021

  • Update default CodeQL bundle version to 2.5.8. #631

1.0.7 - 21 Jul 2021

No user facing changes.

1.0.6 - 19 Jul 2021

  • The init step of the Action now supports a source-root input as a path to the root source-code directory. By default, the path is relative to $GITHUB_WORKSPACE. #607
  • The init step will now try to install a few Python tools needed by this Action when running on a self-hosted runner. #616

1.0.5 - 12 Jul 2021

  • The analyze step of the Action now supports a skip-queries option to merely build the CodeQL database without analyzing. This functionality is not present in the runner. Additionally, the step will no longer fail if it encounters a finalized database, and will instead continue with query execution. #602
  • Update the warning message when the baseline lines of code count is unavailable. #608

1.0.4 - 28 Jun 2021

  • Fix RUNNER_TEMP environment variable must be set when using runner. #594
  • Fix couting of lines of code for C# projects. #586

1.0.3 - 23 Jun 2021

No user facing changes.

1.0.2 - 17 Jun 2021

... (truncated)

Commits
  • b0e7041 Merge pull request #704 from github/update-v1.0.12-01d17eaf
  • 3254fa5 1.0.12
  • 01d17ea Merge pull request #702 from github/pass-ram-flag
  • 0c4306b Pass --ram flag to database finalize
  • acd9964 Merge pull request #701 from github/henrymercer/brief-releasing-instructions
  • bc33041 Always run codeql (latest) job on PRs so we can make it required
  • c7203c9 Fix conditional in PR checks
  • 7f1659f Merge branch 'main' into henrymercer/brief-releasing-instructions
  • 962925a Merge pull request #700 from github/henrymercer/reduce-num-pr-check-jobs-on-push
  • 4e477f1 Add more details on the workflows involved in the release process
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1.0.9 to 1.0.12.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@33f3438...b0e7041)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Aug 24, 2021
@dependabot dependabot bot changed the base branch from master to dev August 24, 2021 18:43
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 6, 2021

Superseded by #20.

@dependabot dependabot bot closed this Sep 6, 2021
@dependabot dependabot bot deleted the dependabot/github_actions/github/codeql-action-1.0.12 branch September 6, 2021 15:15
jcmonte pushed a commit that referenced this pull request Mar 17, 2022
Delete .vscode directory
platschi pushed a commit that referenced this pull request Nov 9, 2022
* Set up redux

* Some SDK setup stuff

* Start working on SDK connecting with provider

* Complete synths config

* Final?

* Start modelling state -> SDK link

* Reformat ExchanageService

* Add other functions

* Reorder ExchangeService methods

* Actually call contract functions

* Set up handleSettle

* First implementation for handleApprove

* Exchange transactionFee

* Gas computations

* Try to get dynamic SDK args working

* This might work

* Contract addresses

* Drop support for kovan and kovan-ovm from SDK contracts

* Switch to this.walletAddress

To be refactored

* Remove SDKContext

* Remove old exchange relics

* Start testing

* Pass SDK class to services

* Split useEffects

* Start removing non-serializable values from state

* Bad EventEmitter code

* It works

Well kinda

* Weird wei conversion

* Correct rate

* Make submitExchange work

* Exchange performance work

* Fix package-lock.json

* Exchanges working

* Lockfile shenanigans

* Transactions work

* Lockfile keeps reverting

* Get one inch quotes working

* Remove stale code and redundant setOpenModal

* Add slippage percent

* Reset lockfile (again)

* Delete most of exchange recoil state

* Fix circular dependencies

* Switch lockfile back to legacy-peer-deps

* Maybe better lockfile?

* Remove named synth and contract collections

* Remove unused files

* Put callbacks in useCallback

* Add useCallback to RatioSelect

* Add provider to contracts on network/provider change

* Add first batch of requested changes

* Remove Recoil txErrorState for exchange

* Remove redundant exchange hooks

* Switch naming case convention

* Start setting up support for other contracts

* Refactor contracts map

* Performance

* Start reorganizing SDK

* Remove getOneInchSlippage method

* Remove defunct queries

* Batch dispatches and add more types

* Merge reducers

* Consolidate setQuoteAmount and fetchOneInchQuote

* Fix debounce issue

* Fix slippagePercent

* Merge functions

* Fix race condition

* Fix balance issue

* Fix issue with first load

* 1inch issue

* Remove `monitorTransaction` dep in deposit modal

* Clean up small issues

* More requested changes

* More fixes, especially with routing

* Fix allowance issue

* Add fetch status

* Replace transaction errors with constants

* Remove redundant conditionals

* Remove useGetL1SecurityFee hook

* Add handleNetworkChange for network.id

* Maybe fix

* Clear state when pair changes

* Fix currency swap

* Replace setBalances with selector

* Clear balances on disconnect

* Complete move from reducer value to selector

* Remove unused import

* Fix 1inch balances

* Fix wild gas fee

* Fix issue with L1 trades

* Remove reducer field for estimatedBaseTradePrice

* Move exchangeRates to the frontend

* Move exchangeRates calls to the SDK

* Fix code analysis issues

* Remove more unused imports

* Fix issues with submitting transactions

* Add AppData component

* Add flag for toggling redux logger
@Marko-roy Marko-roy mentioned this pull request Sep 29, 2023
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants