From c19cbab2d5c94b3fc97925a9a31b5c769d86c174 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 05:05:08 +0000 Subject: [PATCH] Bump the all group across 1 directory with 3 updates Bumps the all group with 3 updates in the / directory: [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action), [github/codeql-action](https://github.com/github/codeql-action) and [primer/.github](https://github.com/primer/.github). Updates `stefanzweifel/git-auto-commit-action` from 6 to 7 - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/v6...v7) Updates `github/codeql-action` from 3 to 4 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v3...v4) Updates `primer/.github` from 2.2.0 to 2.2.1 - [Release notes](https://github.com/primer/.github/releases) - [Commits](https://github.com/primer/.github/compare/v2.2.0...v2.2.1) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: primer/.github dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/codeql.yml | 6 +++--- .github/workflows/deploy_preview.yml | 2 +- .github/workflows/deploy_production.yml | 2 +- .github/workflows/release_canary.yml | 2 +- .github/workflows/release_tracking.yml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2736614a52..b2c57dc60d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: run: npm run stylelint:fix - name: Push up any fixes if: ${{ github.event_name == 'pull_request' }} - uses: stefanzweifel/git-auto-commit-action@v6 + uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: Fixing stylelint issues commit_user_name: GitHub Design Engineering Bot diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 27d5a7382a..1b4f9c3ac6 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -42,7 +42,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@v4 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -53,7 +53,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@v3 + uses: github/codeql-action/autobuild@v4 # â„šī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -67,4 +67,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@v4 diff --git a/.github/workflows/deploy_preview.yml b/.github/workflows/deploy_preview.yml index 341d9af075..0ee6c2168c 100644 --- a/.github/workflows/deploy_preview.yml +++ b/.github/workflows/deploy_preview.yml @@ -14,7 +14,7 @@ permissions: jobs: deploy: if: ${{ github.repository == 'primer/css' }} - uses: primer/.github/.github/workflows/deploy_preview.yml@v2.2.0 + uses: primer/.github/.github/workflows/deploy_preview.yml@v2.2.1 name: Deploy preview secrets: gh_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/deploy_production.yml b/.github/workflows/deploy_production.yml index 3bbf7a746d..0bd7921cea 100644 --- a/.github/workflows/deploy_production.yml +++ b/.github/workflows/deploy_production.yml @@ -39,7 +39,7 @@ jobs: if: ${{ github.repository == 'primer/css' }} name: Production needs: [guard] - uses: primer/.github/.github/workflows/deploy.yml@v2.2.0 + uses: primer/.github/.github/workflows/deploy.yml@v2.2.1 secrets: gh_token: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/release_canary.yml b/.github/workflows/release_canary.yml index 5ce410d245..b2bc0e33f9 100644 --- a/.github/workflows/release_canary.yml +++ b/.github/workflows/release_canary.yml @@ -18,7 +18,7 @@ on: jobs: release-canary: name: Canary - uses: primer/.github/.github/workflows/release_canary.yml@v2.2.0 + uses: primer/.github/.github/workflows/release_canary.yml@v2.2.1 with: install: npm ci secrets: diff --git a/.github/workflows/release_tracking.yml b/.github/workflows/release_tracking.yml index 8727af2b1e..facc81f30f 100644 --- a/.github/workflows/release_tracking.yml +++ b/.github/workflows/release_tracking.yml @@ -14,6 +14,6 @@ on: jobs: release-tracking: name: Release Tracking - uses: primer/.github/.github/workflows/release_tracking.yml@v2.2.0 + uses: primer/.github/.github/workflows/release_tracking.yml@v2.2.1 secrets: datadog_api_key: ${{ secrets.DATADOG_API_KEY }}