Skip to content

Commit 3d1ac1e

Browse files
chore(deps): update all non-major dependencies
1 parent 0264bd9 commit 3d1ac1e

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

.github/workflows/check-pr-title.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
requireScope: false
3232
wip: true
3333

34-
- uses: marocchino/[email protected].0
34+
- uses: marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943 # v2.9.3
3535
# When the previous steps fails, the workflow would stop. By adding this
3636
# condition you can continue the execution with the populated error message.
3737
if: always() && (steps.lint_pr_title.outputs.error_message != null)
@@ -53,7 +53,7 @@
5353
5454
# Delete a previous comment when the issue has been resolved
5555
- if: ${{ steps.lint_pr_title.outputs.error_message == null }}
56-
uses: marocchino/[email protected].0
56+
uses: marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943 # v2.9.3
5757
with:
5858
header: pr-title-lint-error
5959
GITHUB_TOKEN: ${{ github.token }}

.github/workflows/checks.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: code_format
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
17+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818
- uses: oven-sh/setup-bun@v2
1919
- name: Install Dependencies
2020
run: bun install
@@ -25,7 +25,7 @@ jobs:
2525
name: spelling
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
28+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929
- uses: oven-sh/setup-bun@v2
3030
- name: Install Dependencies
3131
run: bun install
@@ -36,7 +36,7 @@ jobs:
3636
name: markdown_lint
3737
runs-on: ubuntu-latest
3838
steps:
39-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
39+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4040
- uses: oven-sh/setup-bun@v2
4141
- name: Install Dependencies
4242
run: bun install
@@ -47,7 +47,7 @@ jobs:
4747
name: code_lint
4848
runs-on: ubuntu-latest
4949
steps:
50-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
50+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5151
- uses: oven-sh/setup-bun@v2
5252
- name: Install Dependencies
5353
run: bun install

.github/workflows/deploy-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
outputs:
2020
output_urls: "${{ steps.preview_deploy.outputs.urls }}"
2121
steps:
22-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
22+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2323

2424
- uses: oven-sh/setup-bun@v2
2525

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
environment: production
2424
steps:
25-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
25+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2626
with:
2727
persist-credentials: false # <--- checking this in commit context
2828

.github/workflows/deploy-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
environment: staging
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
26+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2727
with:
2828
ref: "${{ github.event.inputs.ref }}"
2929

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: ${{ github.event.repository.full_name == github.repository }} && {{ !contains(github.event.head_commit.message, "skip ci") }}
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
16+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717
with:
1818
fetch-depth: 0
1919
persist-credentials: false

.github/workflows/secrets_scanner.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout code
10-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
10+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1111
with:
1212
fetch-depth: 0
1313
- name: TruffleHog OSS
14-
uses: trufflesecurity/trufflehog@f2a0ea0b70288cf25ba46d906034417555a207a8 # v3.69.0
14+
uses: trufflesecurity/trufflehog@6641d4ba5b684fffe195b9820345de1bf19f3181 # v3.89.2
1515
with:
1616
path: ./
1717
base: ${{ github.event.repository.default_branch }}

0 commit comments

Comments
 (0)