Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge dev to stable #175

Merged
merged 20 commits into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
e3dae79
Bump actions/attest-build-provenance from 1.3.3 to 1.4.0 (#155)
dependabot[bot] Aug 5, 2024
2981bfb
Bump step-security/harden-runner from 2.9.0 to 2.9.1 (#156)
dependabot[bot] Aug 12, 2024
0983f29
Bump actions/attest-build-provenance from 1.4.0 to 1.4.1 (#158)
dependabot[bot] Aug 12, 2024
1309b65
Bump github/codeql-action from 3.25.15 to 3.26.0 (#157)
dependabot[bot] Aug 12, 2024
ed622fc
Bump github/codeql-action from 3.26.0 to 3.26.2 (#159)
dependabot[bot] Aug 19, 2024
b68a704
Bump actions/attest-build-provenance from 1.4.1 to 1.4.2 (#160)
dependabot[bot] Aug 26, 2024
61027da
Bump github/codeql-action from 3.26.2 to 3.26.5 (#161)
dependabot[bot] Aug 26, 2024
f690559
Initial update
inetol Aug 26, 2024
7d5a989
Merge remote-tracking branch 'origin/dev' into db
inetol Aug 26, 2024
5e81dc9
Revert "Initial update"
inetol Aug 26, 2024
a261106
Bump github/codeql-action from 3.26.5 to 3.26.6 (#164)
dependabot[bot] Sep 2, 2024
b22d94f
Bump actions/attest-build-provenance from 1.4.2 to 1.4.3 (#165)
dependabot[bot] Sep 9, 2024
70d47c4
Bump step-security/harden-runner from 2.9.1 to 2.10.1 (#166)
dependabot[bot] Sep 16, 2024
f3965e8
Bump github/codeql-action from 3.26.6 to 3.26.7 (#167)
dependabot[bot] Sep 16, 2024
283d6ab
Bump github/codeql-action from 3.26.7 to 3.26.8 (#168)
dependabot[bot] Sep 23, 2024
4ad2076
Bump actions/checkout from 4.1.7 to 4.2.0 (#171)
dependabot[bot] Sep 30, 2024
290f0fc
Bump github/codeql-action from 3.26.8 to 3.26.9 (#172)
dependabot[bot] Sep 30, 2024
3e203c2
Bump github/codeql-action from 3.26.9 to 3.26.11 (#174)
dependabot[bot] Oct 7, 2024
6f939d8
deps update
inetol Oct 8, 2024
ac65c93
Merge branch 'stable' into dev
inetol Oct 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

steps:
- name: "Harden Runner"
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit

Expand All @@ -63,7 +63,7 @@ jobs:
echo "extended=${TIMESTAMP}-${GITHUB_SHA_SHORT}" >>"$GITHUB_OUTPUT"

- name: "Checkout"
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
persist-credentials: false

Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:

- if: ${{ inputs.artifact-action == 'build-release' }}
name: "Attest artifact"
uses: actions/attest-build-provenance@5e9cb68e95676991667494a6a4e59b8a2f13e1d0 # v1.3.3
uses: actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
with:
subject-path: |
dist/*.tar.gz
Expand All @@ -117,7 +117,7 @@ jobs:

steps:
- name: "Harden Runner"
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit

Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
echo "tags=${TAGS[*]}" >>"$GITHUB_OUTPUT"

- name: "Checkout"
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
persist-credentials: false

Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:

- if: ${{ inputs.image-action == 'build-release' }}
name: "Attest image"
uses: actions/attest-build-provenance@5e9cb68e95676991667494a6a4e59b8a2f13e1d0 # v1.3.3
uses: actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
with:
subject-name: "${{ env.REGISTRY }}/${{ steps.build-image.outputs.image }}"
subject-digest: ${{ steps.push-image.outputs.digest }}
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,23 @@ jobs:

steps:
- name: "Harden Runner"
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit

- name: "Checkout"
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
persist-credentials: false

- name: "Setup CodeQL"
uses: github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
uses: github/codeql-action/init@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}

- name: "Run analysis"
uses: github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
uses: github/codeql-action/analyze@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
with:
category: "/language:${{matrix.language}}"

Expand All @@ -65,12 +65,12 @@ jobs:

steps:
- name: "Harden Runner"
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit

- name: "Checkout"
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
persist-credentials: false

Expand All @@ -82,6 +82,6 @@ jobs:
publish_results: true

- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
uses: github/codeql-action/upload-sarif@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
with:
sarif_file: scoreboard.sarif
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Harden Runner"
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit

- name: "Setup Bun"
uses: oven-sh/setup-bun@4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5 # v2.0.1

- name: "Checkout"
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.3/schema.json",
"files": {
"ignore": ["dist/**", "documents/**", "*.spec.ts"],
"ignoreUnknown": true
Expand Down
Binary file modified bun.lockb
Binary file not shown.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,22 @@
"start:dev": "bun run src/index.ts"
},
"dependencies": {
"@hono/zod-openapi": "~0.15.1",
"@scalar/hono-api-reference": "~0.5.128",
"@swc/cli": "~0.4.0",
"@swc/core": "~1.7.5",
"@types/bun": "~1.1.6",
"@hono/zod-openapi": "~0.16.4",
"@scalar/hono-api-reference": "~0.5.152",
"@swc/cli": "0.4.1-nightly.20240914",
"@swc/core": "~1.7.26",
"@types/bun": "~1.1.10",
"cbor-x": "~1.6.0",
"chalk": "~5.3.0",
"env-var": "~7.5.0",
"hono": "~4.5.3",
"loglevel": "~1.9.1",
"hono": "~4.6.3",
"loglevel": "~1.9.2",
"typescript": "~5.5.4"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"lefthook": "~1.7.11",
"sort-package-json": "~2.10.0"
"@biomejs/biome": "~1.9.3",
"lefthook": "~1.7.18",
"sort-package-json": "~2.10.1"
},
"trustedDependencies": [
"@biomejs/biome",
Expand Down
Loading