Skip to content

Commit ff6a021

Browse files
chore(deps): bump the actions-minor-patch group across 1 directory with 3 updates
Bumps the actions-minor-patch group with 3 updates in the / directory: [github/codeql-action](https://github.com/github/codeql-action), [pnpm/action-setup](https://github.com/pnpm/action-setup) and [changesets/action](https://github.com/changesets/action). Updates `github/codeql-action` from 4.35.5 to 4.36.2 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v4.35.5...v4.36.2) Updates `pnpm/action-setup` from 6.0.7 to 6.0.8 - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v6.0.7...v6.0.8) Updates `changesets/action` from 1.8.0 to 1.9.0 - [Release notes](https://github.com/changesets/action/releases) - [Changelog](https://github.com/changesets/action/blob/main/CHANGELOG.md) - [Commits](changesets/action@v1.8.0...v1.9.0) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.36.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor-patch - dependency-name: pnpm/action-setup dependency-version: 6.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-minor-patch - dependency-name: changesets/action dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 917b5c0 commit ff6a021

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131
uses: actions/checkout@v6
3232

3333
- name: Initialize CodeQL
34-
uses: github/codeql-action/init@v4.35.5
34+
uses: github/codeql-action/init@v4.36.2
3535
with:
3636
languages: ${{ matrix.language }}
3737

3838
- name: Perform CodeQL Analysis
39-
uses: github/codeql-action/init@v4.35.5
39+
uses: github/codeql-action/init@v4.36.2
4040
with:
4141
category: "/language:${{ matrix.language }}"

.github/workflows/prisma-example-readme-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Checkout Repo
4646
uses: actions/checkout@v6
4747

48-
- uses: pnpm/action-setup@v6.0.7
48+
- uses: pnpm/action-setup@v6.0.8
4949
name: Install pnpm
5050
with:
5151
run_install: false

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Publish to npm
6161
id: changesets
62-
uses: changesets/action@v1.8.0
62+
uses: changesets/action@v1.9.0
6363
with:
6464
publish: pnpm run release
6565
commitMode: 'github-api'

0 commit comments

Comments
 (0)