From 3954a4859f4e379c147fa6c1373e75df413d98ea Mon Sep 17 00:00:00 2001 From: loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Mon, 24 Aug 2020 16:23:24 +0800 Subject: [PATCH 1/3] Auto update GitHub Actions workflow version --- .github/dependabot.yml | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d921d0ffd..d85c63734 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,17 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + version: 2 updates: -- package-ecosystem: gomod - directory: "/" - schedule: - interval: daily - open-pull-requests-limit: 10 + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily" + open-pull-requests-limit: 10 + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" From 20471caf1408c4abe41077b1c318c3b9f468b354 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2020 08:34:15 +0000 Subject: [PATCH 2/3] Bump github/super-linter from v2.2.0 to V3.8.0 Bumps [github/super-linter](https://github.com/github/super-linter) from v2.2.0 to V3.8.0. - [Release notes](https://github.com/github/super-linter/releases) - [Commits](https://github.com/github/super-linter/compare/v2.2.0...ef99a48ce63440e6eff58d67bb87e97d9fda48f1) Signed-off-by: dependabot[bot] --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 20592df1a..f74eb45ed 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v2 - name: Lint Code Base - uses: github/super-linter@v2.2.0 + uses: github/super-linter@V3.8.0 env: VALIDATE_ALL_CODEBASE: false VALIDATE_JSON: false From 41b9784e7c328e5b3d5cabe79fad512c92a78ba4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2020 08:34:15 +0000 Subject: [PATCH 3/3] Bump actions/stale from v1 to v3.0.10 Bumps [actions/stale](https://github.com/actions/stale) from v1 to v3.0.10. - [Release notes](https://github.com/actions/stale/releases) - [Commits](https://github.com/actions/stale/compare/v1...e976731ae824d9e0165ade8f9e2e8f1743b2fc09) Signed-off-by: dependabot[bot] --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 5863f3dfc..eccc8eea0 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/stale@v1 + - uses: actions/stale@v3.0.10 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days'