Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
fd5af8f
chore(deps-dev): bump @nestjs/cli from 11.0.23 to 11.0.24
dependabot[bot] Aug 26, 2026
1ad6387
chore(deps-dev): bump @typescript-eslint/eslint-plugin
dependabot[bot] Aug 26, 2026
516be71
chore(deps-dev): bump @commitlint/cli from 20.5.3 to 21.2.2
dependabot[bot] Aug 26, 2026
cbfb3a2
chore(deps): bump @opentelemetry/auto-instrumentations-node
dependabot[bot] Aug 26, 2026
f43f995
chore(deps): bump github/codeql-action/upload-sarif
dependabot[bot] Sep 1, 2026
aa52698
chore(deps): bump softprops/action-gh-release from 1 to 3
dependabot[bot] Sep 1, 2026
8432e73
chore(deps): bump actions/setup-node from 4 to 7
dependabot[bot] Sep 1, 2026
7bf2c96
chore(deps): bump github/codeql-action from 4.37.3 to 4.37.9
dependabot[bot] Sep 1, 2026
8ef31ef
Merge pull request #686 from beyondnetcode/dependabot/github_actions/…
beyondnetPeru Sep 5, 2026
39bd0cb
Merge pull request #683 from beyondnetcode/dependabot/github_actions/…
beyondnetPeru Sep 5, 2026
3ae462d
Merge pull request #685 from beyondnetcode/dependabot/github_actions/…
beyondnetPeru Sep 5, 2026
c5e95f8
Merge pull request #684 from beyondnetcode/dependabot/github_actions/…
beyondnetPeru Sep 5, 2026
475182f
Merge branch 'main' into dependabot/npm_and_yarn/nestjs/cli-11.0.24
beyondnetPeru Sep 5, 2026
530e893
Merge branch 'main' into dependabot/npm_and_yarn/typescript-eslint/es…
beyondnetPeru Sep 5, 2026
e992566
Merge branch 'main' into dependabot/npm_and_yarn/commitlint/cli-21.2.2
beyondnetPeru Sep 5, 2026
0d21f84
Merge branch 'main' into dependabot/npm_and_yarn/opentelemetry/auto-i…
beyondnetPeru Sep 5, 2026
995b612
Merge pull request #664 from beyondnetcode/dependabot/npm_and_yarn/ne…
beyondnetPeru Sep 5, 2026
8141b07
Merge pull request #666 from beyondnetcode/dependabot/npm_and_yarn/co…
beyondnetPeru Sep 5, 2026
db719bf
Merge pull request #665 from beyondnetcode/dependabot/npm_and_yarn/ty…
beyondnetPeru Sep 5, 2026
11562cc
Merge pull request #667 from beyondnetcode/dependabot/npm_and_yarn/op…
beyondnetPeru Sep 5, 2026
0b076ba
fix(deps): que el pin de un override no se quede un parche por debajo…
beyondnetPeru Sep 5, 2026
eb45837
Merge pull request #689 from beyondnetcode/fix/fast-uri-ghsa-jqff-g42…
beyondnetPeru Sep 5, 2026
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
2 changes: 1 addition & 1 deletion .github/workflows/openssf-scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
retention-days: 90

- name: Upload results to code scanning
uses: github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9
with:
sarif_file: scorecard-results.sarif

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/published-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# uninstallable CLI precisely because the workspace symlink hid it.
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
- uses: actions/setup-node@v7
with:
node-version: '20'

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/sdk-cli-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -416,16 +416,16 @@ jobs:
uses: actions/checkout@v7

- name: Initialize CodeQL
uses: github/codeql-action/init@v4.37.3
uses: github/codeql-action/init@v4.37.9
with:
languages: javascript-typescript
queries: security-and-quality

- name: Autobuild
uses: github/codeql-action/autobuild@v4.37.3
uses: github/codeql-action/autobuild@v4.37.9

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4.37.3
uses: github/codeql-action/analyze@v4.37.9
with:
category: "/language:javascript-typescript"

Expand All @@ -452,7 +452,7 @@ jobs:
severity: 'CRITICAL,HIGH'

- name: Upload Trivy SARIF Report
uses: github/codeql-action/upload-sarif@v4.37.3
uses: github/codeql-action/upload-sarif@v4.37.9
if: always()
with:
sarif_file: 'trivy-results.sarif'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdk-cli-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ jobs:
echo "✅ All $count platform binaries present"

- name: Upload to Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v3
with:
tag_name: ${{ needs.release-gate.outputs.tag_name }}
name: Release ${{ needs.release-gate.outputs.tag_name }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ runs:
# ------------------------------------------------------------------
- name: Setup Node.js ${{ inputs.node-version }}
if: ${{ inputs.cli-command == '' }}
uses: actions/setup-node@v4
uses: actions/setup-node@v7
with:
node-version: ${{ inputs.node-version }}

Expand Down
Loading
Loading