Skip to content

Commit c0a856f

Browse files
Bump the all group across 1 directory with 4 updates
Bumps the all group with 4 updates in the / directory: [actions/setup-node](https://github.com/actions/setup-node), [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 `actions/setup-node` from 5 to 6 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v5...v6) 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](stefanzweifel/git-auto-commit-action@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](github/codeql-action@v3...v4) Updates `primer/.github` from 2.2.0 to 2.2.1 - [Release notes](https://github.com/primer/.github/releases) - [Commits](primer/.github@v2.2.0...v2.2.1) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - 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] <[email protected]>
1 parent eca9add commit c0a856f

File tree

10 files changed

+16
-16
lines changed

10 files changed

+16
-16
lines changed

.github/workflows/axe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
echo "STRING_OF_PATHS_WE_CARE_ABOUT=${{ steps.changed-files.outputs.all_changed_files }}" >> $GITHUB_ENV
2929
- name: Use Node.js
3030
if: steps.changed-files.outputs.any_changed == 'true'
31-
uses: actions/setup-node@v5
31+
uses: actions/setup-node@v6
3232
with:
3333
node-version: 18
3434
cache: 'npm'

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v5
12-
- uses: actions/setup-node@v5
12+
- uses: actions/setup-node@v6
1313
with:
1414
node-version: 18
1515
cache: 'npm'
@@ -19,7 +19,7 @@ jobs:
1919
run: npm run stylelint:fix
2020
- name: Push up any fixes
2121
if: ${{ github.event_name == 'pull_request' }}
22-
uses: stefanzweifel/git-auto-commit-action@v6
22+
uses: stefanzweifel/git-auto-commit-action@v7
2323
with:
2424
commit_message: Fixing stylelint issues
2525
commit_user_name: GitHub Design Engineering Bot
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- uses: actions/checkout@v5
34-
- uses: actions/setup-node@v5
34+
- uses: actions/setup-node@v6
3535
with:
3636
node-version: 18
3737
cache: 'npm'
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
steps:
4545
- uses: actions/checkout@v5
46-
- uses: actions/setup-node@v5
46+
- uses: actions/setup-node@v6
4747
with:
4848
node-version: 18
4949
cache: 'npm'

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@v3
45+
uses: github/codeql-action/init@v4
4646
with:
4747
languages: ${{ matrix.language }}
4848
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -53,7 +53,7 @@ jobs:
5353
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5454
# If this step fails, then you should remove it and run the build manually (see below)
5555
- name: Autobuild
56-
uses: github/codeql-action/autobuild@v3
56+
uses: github/codeql-action/autobuild@v4
5757

5858
# ℹ️ Command-line programs to run using the OS shell.
5959
# 📚 https://git.io/JvXDl
@@ -67,4 +67,4 @@ jobs:
6767
# make release
6868

6969
- name: Perform CodeQL Analysis
70-
uses: github/codeql-action/analyze@v3
70+
uses: github/codeql-action/analyze@v4

.github/workflows/deploy_preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
jobs:
1515
deploy:
1616
if: ${{ github.repository == 'primer/css' }}
17-
uses: primer/.github/.github/workflows/[email protected].0
17+
uses: primer/.github/.github/workflows/[email protected].1
1818
name: Deploy preview
1919
secrets:
2020
gh_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/deploy_production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
if: ${{ github.repository == 'primer/css' }}
4040
name: Production
4141
needs: [guard]
42-
uses: primer/.github/.github/workflows/[email protected].0
42+
uses: primer/.github/.github/workflows/[email protected].1
4343
secrets:
4444
gh_token: ${{ secrets.GITHUB_TOKEN }}
4545
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
persist-credentials: false
2020

2121
- name: Set up Node.js
22-
uses: actions/setup-node@v5
22+
uses: actions/setup-node@v6
2323
with:
2424
node-version: 18.x
2525
cache: 'npm'

.github/workflows/release_canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
jobs:
1919
release-canary:
2020
name: Canary
21-
uses: primer/.github/.github/workflows/[email protected].0
21+
uses: primer/.github/.github/workflows/[email protected].1
2222
with:
2323
install: npm ci
2424
secrets:

.github/workflows/release_candidate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0
1919

2020
- name: Set up Node.js
21-
uses: actions/setup-node@v5
21+
uses: actions/setup-node@v6
2222
with:
2323
node-version: 18.x
2424
cache: 'npm'

.github/workflows/release_tracking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ on:
1414
jobs:
1515
release-tracking:
1616
name: Release Tracking
17-
uses: primer/.github/.github/workflows/[email protected].0
17+
uses: primer/.github/.github/workflows/[email protected].1
1818
secrets:
1919
datadog_api_key: ${{ secrets.DATADOG_API_KEY }}

.github/workflows/welcome.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v5
2020

2121
- name: Set up Node.js
22-
uses: actions/setup-node@v5
22+
uses: actions/setup-node@v6
2323
with:
2424
node-version: 18.x
2525
cache: 'npm'
@@ -68,7 +68,7 @@ jobs:
6868
runs-on: ubuntu-latest
6969
steps:
7070
- uses: actions/checkout@v5
71-
- uses: actions/setup-node@v5
71+
- uses: actions/setup-node@v6
7272
with:
7373
node-version: 18
7474
cache: 'npm'

0 commit comments

Comments
 (0)