From eebf427e92b44b767afa1187ff4d471bb7623634 Mon Sep 17 00:00:00 2001 From: ganesh Date: Wed, 27 Mar 2024 13:55:02 +0530 Subject: [PATCH 01/23] changes done --- .github/workflows/youtube.yaml | 2 +- package.json | 2 +- src/App.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/youtube.yaml b/.github/workflows/youtube.yaml index 884b9ff..63e02a6 100644 --- a/.github/workflows/youtube.yaml +++ b/.github/workflows/youtube.yaml @@ -17,4 +17,4 @@ jobs: - uses: gautamkrishnar/blog-post-workflow@master with: comment_tag_name: "YOUTUBE" - feed_list: https://www.youtube.com/feeds/videos.xml?channel_id=UC8NDpwTbsFSeP7dkbl4hKeQ + feed_list: https://www.youtube.com/feeds/videos.xml?channel_id=UCX-YG3i-PgGHHToD7b2kCvg diff --git a/package.json b/package.json index da728a6..208441c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "github-actions-crash-course", "version": "0.1.0", "private": true, - "homepage": "https://devopspro.github.io/github-actions-crash-course", + "homepage": "https://github.com/ganeshsnp987/github-actions-crash-course.git", "dependencies": { "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", diff --git a/src/App.js b/src/App.js index a39f77c..8f7da86 100644 --- a/src/App.js +++ b/src/App.js @@ -8,7 +8,7 @@ function App() { logo

{process.env.REACT_APP_WELCOME_TEXT || "Github Actions Tutorial"} - By - DevOps Pro + DevOps_Pro Ganesh sanap !!

Date: Wed, 27 Mar 2024 08:26:02 +0000 Subject: [PATCH 02/23] Updated with the latest blog posts --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 1cc71b3..8ea5f99 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,7 @@ This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). -- [Terraform Dynamic Block Explained with Demo in Hindi | What are Dynamic Blocks in Terraform?](https://www.youtube.com/watch?v=4wGTVBzQYDs) -- [Data Sources in Terraform | Use terraform data source to fetch aws ami ids | Terraform Tutorials](https://www.youtube.com/watch?v=_NU3jIwvPGs) -- [Terraform Local Values Explained | Locals in Terraform | Terraform Tutorials in Hindi](https://www.youtube.com/watch?v=ldK_98oPjMc) -- [WordPress Deployment on AWS EC2 and RDS | Step-by-Step Guide for Two-Tier Environment | DevOps Pro](https://www.youtube.com/watch?v=R04upb-Uac4) -- [GitHub Actions Crash Course for beginners with Projects | GitHub Action Tutorial in Hindi](https://www.youtube.com/watch?v=bSBaAspgmhU) +- [Mastering DevOps Essential Skills Unveiled](https://www.youtube.com/watch?v=hiULj9ulj-E) ## Available Scripts From 2c144d259f893aa8e9390f035157aa4c0b02e489 Mon Sep 17 00:00:00 2001 From: ganesh Date: Wed, 27 Mar 2024 14:02:03 +0530 Subject: [PATCH 03/23] added code --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 8f7da86..6c55dcb 100644 --- a/src/App.js +++ b/src/App.js @@ -12,7 +12,7 @@ function App() {

From c069aca3582a94775ffb3250170cbba706138501 Mon Sep 17 00:00:00 2001 From: ganesh Date: Wed, 27 Mar 2024 14:04:51 +0530 Subject: [PATCH 04/23] added --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 6c55dcb..e552809 100644 --- a/src/App.js +++ b/src/App.js @@ -8,7 +8,7 @@ function App() { logo

{process.env.REACT_APP_WELCOME_TEXT || "Github Actions Tutorial"} - By - DevOps_Pro Ganesh sanap !! + DevOps_Pro Ganesh sanap !!!

Date: Wed, 27 Mar 2024 14:11:38 +0530 Subject: [PATCH 05/23] added --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 208441c..da728a6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "github-actions-crash-course", "version": "0.1.0", "private": true, - "homepage": "https://github.com/ganeshsnp987/github-actions-crash-course.git", + "homepage": "https://devopspro.github.io/github-actions-crash-course", "dependencies": { "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", From 051de208b869d0b8f0487489580f186697492fac Mon Sep 17 00:00:00 2001 From: ganesh Date: Wed, 27 Mar 2024 18:50:48 +0530 Subject: [PATCH 06/23] added new code --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index da728a6..d8c285e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "github-actions-crash-course", "version": "0.1.0", "private": true, - "homepage": "https://devopspro.github.io/github-actions-crash-course", + "homepage": "https://ganeshsnp987.github.io/github-actions-crash-course", "dependencies": { "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", From 9374e46620959056f412eca213d0b2ad06d3dced Mon Sep 17 00:00:00 2001 From: ganesh Date: Wed, 27 Mar 2024 19:15:03 +0530 Subject: [PATCH 07/23] action pipeline added --- .github/workflows/action.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/action.yaml diff --git a/.github/workflows/action.yaml b/.github/workflows/action.yaml new file mode 100644 index 0000000..45fee96 --- /dev/null +++ b/.github/workflows/action.yaml @@ -0,0 +1,23 @@ +on: + push: + branches: [main] + workflow_dispatch: + + permissions: + contents: write +jobs: + build_and_test: + strategy: + matrix: + version: ["14","16","18"] + os: ["ubuntu-latest","windows-latest"] + runs-on: ${{matrix.os}} + steps: + - name: Setup Node.js + uses: actions/setup-node@v3 + with: + node-version: ${{matrix.os}} + + - name: nps deps and test + run: npm install && npm run test + \ No newline at end of file From c1edd494a5e137aadb0083f3a8042e2ee7d26c2b Mon Sep 17 00:00:00 2001 From: ganesh Date: Wed, 27 Mar 2024 19:17:27 +0530 Subject: [PATCH 08/23] added --- .github/workflows/action.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/action.yaml b/.github/workflows/action.yaml index 45fee96..d77459d 100644 --- a/.github/workflows/action.yaml +++ b/.github/workflows/action.yaml @@ -2,8 +2,7 @@ on: push: branches: [main] workflow_dispatch: - - permissions: +permissions: contents: write jobs: build_and_test: From 46c2a10f37df93a36266db32b9de355ce5d36b4e Mon Sep 17 00:00:00 2001 From: ganesh Date: Wed, 27 Mar 2024 19:32:22 +0530 Subject: [PATCH 09/23] removed action --- .github/workflows/action.yaml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/action.yaml diff --git a/.github/workflows/action.yaml b/.github/workflows/action.yaml deleted file mode 100644 index d77459d..0000000 --- a/.github/workflows/action.yaml +++ /dev/null @@ -1,22 +0,0 @@ -on: - push: - branches: [main] - workflow_dispatch: -permissions: - contents: write -jobs: - build_and_test: - strategy: - matrix: - version: ["14","16","18"] - os: ["ubuntu-latest","windows-latest"] - runs-on: ${{matrix.os}} - steps: - - name: Setup Node.js - uses: actions/setup-node@v3 - with: - node-version: ${{matrix.os}} - - - name: nps deps and test - run: npm install && npm run test - \ No newline at end of file From c14fc4184c91b1c04d4f307a31addaf6739e5269 Mon Sep 17 00:00:00 2001 From: Ganesh Sanap <114701526+ganeshsnp987@users.noreply.github.com> Date: Wed, 27 Mar 2024 19:36:20 +0530 Subject: [PATCH 10/23] Create SECURITY.md --- SECURITY.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..034e848 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,21 @@ +# Security Policy + +## Supported Versions + +Use this section to tell people about which versions of your project are +currently being supported with security updates. + +| Version | Supported | +| ------- | ------------------ | +| 5.1.x | :white_check_mark: | +| 5.0.x | :x: | +| 4.0.x | :white_check_mark: | +| < 4.0 | :x: | + +## Reporting a Vulnerability + +Use this section to tell people how to report a vulnerability. + +Tell them where to go, how often they can expect to get an update on a +reported vulnerability, what to expect if the vulnerability is accepted or +declined, etc. From 81ccdaa0e4cd25aa69ad5bbfa017d427b5e65375 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 16 May 2024 05:11:26 +0000 Subject: [PATCH 11/23] dummy commit to keep the repository active, see https://git.io/Jtm4V From 2656288686b7cff657ac08de60d51a72b19e3855 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 5 Jul 2024 05:11:02 +0000 Subject: [PATCH 12/23] dummy commit to keep the repository active, see https://git.io/Jtm4V From ccc8f79b7f0f9cac9ee4349e37912d59cf4b604a Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 24 Aug 2024 05:11:03 +0000 Subject: [PATCH 13/23] dummy commit to keep the repository active, see https://git.io/Jtm4V From 1b25d86508b0fc0d204c011b4a76d78fcc1a77c0 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 13 Oct 2024 05:13:04 +0000 Subject: [PATCH 14/23] dummy commit to keep the repository active, see https://git.io/Jtm4V From edb9d555d0c1da8928339757977f5e750f1e27b1 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 2 Dec 2024 05:14:22 +0000 Subject: [PATCH 15/23] dummy commit to keep the repository active, see https://git.io/Jtm4V From c092c581154590ea2f77ee3b662df9cec382826b Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 21 Jan 2025 05:12:35 +0000 Subject: [PATCH 16/23] dummy commit to keep the repository active, see https://git.io/Jtm4V From acf2389729032cfe519f8be51292b429aa859fd7 Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Wed, 12 Mar 2025 05:13:31 +0000 Subject: [PATCH 17/23] dummy commit to keep the repository active, see https://git.io/Jtm4V From 23273dad40b7be7deb33f03ad540da07ac82641e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Thu, 1 May 2025 05:15:01 +0000 Subject: [PATCH 18/23] dummy commit to keep the repository active, see https://git.io/Jtm4V From 7cd8b538d950911aa2bfac84779f884afdd0cd0e Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Fri, 20 Jun 2025 05:15:39 +0000 Subject: [PATCH 19/23] dummy commit to keep the repository active, see https://git.io/Jtm4V From f96311e4475e3eb1b3373c0cafadd2aa42532d4c Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sat, 9 Aug 2025 05:15:18 +0000 Subject: [PATCH 20/23] dummy commit to keep the repository active, see https://git.io/Jtm4V From d6fc0c2b05bec43c6ccb27be22d45cb05b0e6e5d Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Sun, 28 Sep 2025 05:13:09 +0000 Subject: [PATCH 21/23] dummy commit to keep the repository active, see https://git.io/Jtm4V From ff60e7a0a9991f7bd83204ed49aeff89a6872b0c Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Mon, 17 Nov 2025 05:15:42 +0000 Subject: [PATCH 22/23] dummy commit to keep the repository active, see https://git.io/Jtm4V From fd4794a7c29961f694078292029c0169013352bc Mon Sep 17 00:00:00 2001 From: blog-post-bot Date: Tue, 6 Jan 2026 05:20:26 +0000 Subject: [PATCH 23/23] dummy commit to keep the repository active, see https://git.io/Jtm4V