diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dd4929e8fb..b9067d7413 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -23,33 +23,43 @@ updates: interval: daily open-pull-requests-limit: 10 target-branch: main - labels: [auto-dependencies] + labels: [ auto-dependencies ] + commit-message: + prefix: "chore(deps): " ignore: # arrow and datafusion are bumped manually - dependency-name: "arrow*" - update-types: ["version-update:semver-major"] + update-types: [ "version-update:semver-major" ] - dependency-name: "datafusion*" - update-types: ["version-update:semver-major"] + update-types: [ "version-update:semver-major" ] - dependency-name: "sqlparser" - update-types: ["version-update:semver-major"] + update-types: [ "version-update:semver-major" ] - package-ecosystem: cargo directory: "/python" schedule: interval: daily open-pull-requests-limit: 10 target-branch: main - labels: [auto-dependencies] + labels: [ auto-dependencies ] + commit-message: + prefix: "chore(deps): " ignore: # arrow and datafusion are bumped manually - dependency-name: "arrow*" - update-types: ["version-update:semver-major"] + update-types: [ "version-update:semver-major" ] - dependency-name: "datafusion*" - update-types: ["version-update:semver-major"] + update-types: [ "version-update:semver-major" ] - dependency-name: "sqlparser" - update-types: ["version-update:semver-major"] + update-types: [ "version-update:semver-major" ] - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" open-pull-requests-limit: 10 - labels: [auto-dependencies] + labels: [ auto-dependencies ] + commit-message: + prefix: "chore(ci): " + groups: + github-codeql: + patterns: + - "github/codeql-action/*" diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 444605088d..9ffe8e38a6 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -48,11 +48,11 @@ jobs: persist-credentials: false - name: Initialize CodeQL - uses: github/codeql-action/init@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4 + uses: github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # v4 with: languages: actions - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4 + uses: github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # v4 with: category: "/language:actions"