diff --git a/.github/.dependabot.yml b/.github/dependabot.yml similarity index 99% rename from .github/.dependabot.yml rename to .github/dependabot.yml index 0fe95a65e..3ec02a9f5 100644 --- a/.github/.dependabot.yml +++ b/.github/dependabot.yml @@ -8,7 +8,6 @@ updates: commit-message: prefix: "chore" - - package-ecosystem: "gomod" open-pull-requests-limit: 10 directory: "/integration" diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 92acf7e70..050c43ef6 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 7da919dd9..db6bc6ee8 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -5,7 +5,7 @@ jobs: commitlint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: wagoid/commitlint-github-action@v3 \ No newline at end of file + - uses: wagoid/commitlint-github-action@v5 \ No newline at end of file diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 9497ec090..5b11d7b82 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -41,7 +41,7 @@ jobs: run: go test -v ./... - name: Check code formatting using gofmt - uses: Jerome1337/gofmt-action@v1.0.4 + uses: Jerome1337/gofmt-action@v1.0.5 license_check: name: License check diff --git a/.github/workflows/lint-pr.yml b/.github/workflows/lint-pr.yml index eb5e020fa..67b2a9e80 100644 --- a/.github/workflows/lint-pr.yml +++ b/.github/workflows/lint-pr.yml @@ -10,7 +10,7 @@ jobs: main: runs-on: ubuntu-latest steps: - - uses: amannn/action-semantic-pull-request@v3.4.0 + - uses: amannn/action-semantic-pull-request@v5 with: scopes: | collector