From cbd8c8a70fe2d7e6c7f8e8a14d672d6fef2df30f Mon Sep 17 00:00:00 2001 From: Gabriela Gutierrez Date: Fri, 20 Jan 2023 14:05:43 +0000 Subject: [PATCH 1/5] tools: use actions pinned by commit hash in coverage-linux Signed-off-by: Gabriela Gutierrez --- .github/workflows/coverage-linux.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/coverage-linux.yml b/.github/workflows/coverage-linux.yml index 00aa1c8f9d23a4..044802094ac76d 100644 --- a/.github/workflows/coverage-linux.yml +++ b/.github/workflows/coverage-linux.yml @@ -37,11 +37,11 @@ jobs: if: github.event.pull_request.draft == false runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 with: persist-credentials: false - name: Set up Python ${{ env.PYTHON_VERSION }} - uses: actions/setup-python@v4 + uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0 with: python-version: ${{ env.PYTHON_VERSION }} - name: Environment Information @@ -64,6 +64,6 @@ jobs: - name: Clean tmp run: rm -rf coverage/tmp && rm -rf out - name: Upload - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # v3.1.1 with: directory: ./coverage From f023b104c2e2c44bf42573f718e89246cddeaf9f Mon Sep 17 00:00:00 2001 From: Gabriela Gutierrez Date: Mon, 23 Jan 2023 13:54:41 +0000 Subject: [PATCH 2/5] tools: Double space inline comments Signed-off-by: Gabriela Gutierrez --- .github/workflows/coverage-linux.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/coverage-linux.yml b/.github/workflows/coverage-linux.yml index 044802094ac76d..6e95c17fc1b94e 100644 --- a/.github/workflows/coverage-linux.yml +++ b/.github/workflows/coverage-linux.yml @@ -37,11 +37,11 @@ jobs: if: github.event.pull_request.draft == false runs-on: ubuntu-latest steps: - - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 with: persist-credentials: false - name: Set up Python ${{ env.PYTHON_VERSION }} - uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0 + uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0 with: python-version: ${{ env.PYTHON_VERSION }} - name: Environment Information @@ -64,6 +64,6 @@ jobs: - name: Clean tmp run: rm -rf coverage/tmp && rm -rf out - name: Upload - uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # v3.1.1 + uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # v3.1.1 with: directory: ./coverage From b8bfce1d333488417ce340fafa631fdf35541522 Mon Sep 17 00:00:00 2001 From: Gabriela Gutierrez Date: Wed, 1 Feb 2023 13:53:43 +0000 Subject: [PATCH 3/5] tools: Add dependabot for GHA version updates Signed-off-by: Gabriela Gutierrez --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000000000..61134415300389 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +# Set update schedule for GitHub Actions + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + open-pull-requests-limit: 10 From 0194f2822295fd278e5e93c58588bd2a3f3af3d4 Mon Sep 17 00:00:00 2001 From: Gabriela Gutierrez Date: Wed, 8 Feb 2023 18:33:18 +0000 Subject: [PATCH 4/5] tools: Fix lint double quote error Signed-off-by: Gabriela Gutierrez --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 61134415300389..1ef5e5bd178e4c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,8 +2,8 @@ version: 2 updates: - - package-ecosystem: "github-actions" - directory: "/" + - package-ecosystem: 'github-actions' + directory: '/' schedule: - interval: "monthly" + interval: 'monthly' open-pull-requests-limit: 10 From 2bda6e14edbbb6d97f84598fcf80043983512f74 Mon Sep 17 00:00:00 2001 From: Gabriela Gutierrez Date: Thu, 16 Feb 2023 18:10:21 +0000 Subject: [PATCH 5/5] tools: fix linter issues Signed-off-by: Gabriela Gutierrez --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1ef5e5bd178e4c..27cdab2e7c3cad 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,8 +2,8 @@ version: 2 updates: - - package-ecosystem: 'github-actions' - directory: '/' + - package-ecosystem: github-actions + directory: / schedule: - interval: 'monthly' + interval: monthly open-pull-requests-limit: 10