From bd867b429a434c03021607d979600e01a468f7cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 16:11:10 +0000 Subject: [PATCH 1/3] Bump github/codeql-action from 3.24.10 to 3.25.7 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.10 to 3.25.7. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/4355270be187e1b672a7a1c7c7bae5afdc1ab94a...f079b8493333aace61c81488f8bd40919487bd9f) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 0fd2b6f..e0854e2 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -39,7 +39,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10 + uses: github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7 with: languages: javascript @@ -49,7 +49,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10 + uses: github/codeql-action/autobuild@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7 # â„šī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -63,4 +63,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10 + uses: github/codeql-action/analyze@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7 From d5b858d518b231a68ea8f8c2bd99807bae35b493 Mon Sep 17 00:00:00 2001 From: Fabiana Campanari Date: Sat, 8 Jun 2024 01:07:04 -0300 Subject: [PATCH 2/3] Update README.md Signed-off-by: Fabiana Campanari --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1b28d91..1a3bd6a 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ ## 1. Find the limits: +
+ ### 1a) $$\(\lim_{x \to 3}\frac{x^{2}-9}{x-3}\)$$

To solve this limit, we can use factorization: From 5266db98f5b11b117b0e4b6df66d88121b9cf9bb Mon Sep 17 00:00:00 2001 From: Fabiana Campanari Date: Sat, 8 Jun 2024 01:24:17 -0300 Subject: [PATCH 3/3] Update README.md Signed-off-by: Fabiana Campanari --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1a3bd6a..b9c0a14 100644 --- a/README.md +++ b/README.md @@ -15,20 +15,22 @@
-### 1a) $$\(\lim_{x \to 3}\frac{x^{2}-9}{x-3}\)$$ +### 1a) Limit Expression:
$\lim_{{x \to 3}} \frac{{x^2 - 9}}{{x - 3}}$ -

To solve this limit, we can use factorization: -
+ +
Result: The limit of the expression is 6.