Skip to content

Commit 0741aba

Browse files
authored
Merge pull request #465 from cipherstash/dependabot/github_actions/actions-minor-patch-84f7c40941
chore(actions): bump the actions-minor-patch group with 4 updates
2 parents 2e6fd1c + c854dab commit 0741aba

7 files changed

Lines changed: 10 additions & 10 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
34+
uses: github/codeql-action/init@v4.35.4
3535
with:
3636
languages: ${{ matrix.language }}
3737

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

.github/workflows/osv-scanner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919
jobs:
2020
osv-scan:
2121
name: OSV Vulnerability Scan
22-
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.3.5
22+
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.3.8
2323
with:
2424
fail-on-vuln: false
2525
scan-args: |-

.github/workflows/prisma-next-e2e.yml

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

50-
- uses: pnpm/action-setup@v6.0.3
50+
- uses: pnpm/action-setup@v6.0.7
5151
name: Install pnpm
5252
with:
5353
run_install: false

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Checkout Repo
2323
uses: actions/checkout@v6
2424

25-
- uses: pnpm/action-setup@v6
25+
- uses: pnpm/action-setup@v6.0.7
2626
name: Install pnpm
2727
with:
2828
run_install: false
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Publish to npm
5353
id: changesets
54-
uses: changesets/action@v1.7.0
54+
uses: changesets/action@v1.8.0
5555
with:
5656
publish: pnpm run release
5757
commitMode: 'github-api'

.github/workflows/tests-bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Checkout Repo
2626
uses: actions/checkout@v6
2727

28-
- uses: pnpm/action-setup@v6
28+
- uses: pnpm/action-setup@v6.0.7
2929
name: Install pnpm
3030
with:
3131
run_install: false

.github/workflows/tests-supply-chain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Checkout Repo
5151
uses: actions/checkout@v6
5252

53-
- uses: pnpm/action-setup@v6
53+
- uses: pnpm/action-setup@v6.0.7
5454
name: Install pnpm
5555
with:
5656
run_install: false

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Checkout Repo
1818
uses: actions/checkout@v6
1919

20-
- uses: pnpm/action-setup@v6
20+
- uses: pnpm/action-setup@v6.0.7
2121
name: Install pnpm
2222
with:
2323
run_install: false
@@ -111,7 +111,7 @@ jobs:
111111
- name: Checkout Repo
112112
uses: actions/checkout@v6
113113

114-
- uses: pnpm/action-setup@v6
114+
- uses: pnpm/action-setup@v6.0.7
115115
name: Install pnpm
116116
with:
117117
run_install: false

0 commit comments

Comments
 (0)