Skip to content

Commit 779c2cf

Browse files
chore(deps): update all non-major dependencies
1 parent 946c154 commit 779c2cf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
TESTING: true
7979
run: pytest --cov=. --cov-report=xml --cov-report=term-missing -v --cov-fail-under=30 tests/
8080
- name: Upload coverage reports to Codecov
81-
uses: codecov/codecov-action@968872560f81e7bdde9272853e65f2507c0eca7c # v5.0.0
81+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
8282
with:
8383
token: ${{ secrets.CODECOV_TOKEN }}
8484

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
- name: Run Semgrep
2424
run: semgrep --config p/python --config p/secrets --sarif --output results.sarif .
2525
- name: Upload SARIF file
26-
uses: github/codeql-action/upload-sarif@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.5
26+
uses: github/codeql-action/upload-sarif@42213152a85ae7569bdb6bec7bcd74cd691bfe41 # v3.30.9
2727
with:
2828
sarif_file: results.sarif

.github/workflows/typescript-client.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
4646

4747
- name: Setup Node.js
48-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
48+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
4949
with:
5050
node-version: ${{ matrix.node-version }}
5151
cache: 'npm'
@@ -88,7 +88,7 @@ jobs:
8888
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
8989

9090
- name: Setup Node.js
91-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
91+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
9292
with:
9393
node-version: '20'
9494
cache: 'npm'

0 commit comments

Comments
 (0)