From 4250bc174d43c700d2eb42275ca611519a73aef6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 21:16:20 +0000 Subject: [PATCH] chore(deps): update github actions --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/deps.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 023dbec52..d29a6966d 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -75,7 +75,7 @@ jobs: ls -lh *.vsix - name: Upload VSIX artifact - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: vscode-deepnote-${{ steps.package-version.outputs.version }}-${{ steps.branch-name.outputs.branch }} path: vscode-deepnote-*.vsix diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6e5f01bb..60d47867f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,7 +113,7 @@ jobs: VSC_JUPYTER_INSTRUMENT_CODE_FOR_COVERAGE: true - name: Upload coverage to Codecov - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v5 + uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5 with: use_oidc: true files: coverage/lcov.info @@ -121,7 +121,7 @@ jobs: - name: Upload test results to Codecov if: '!cancelled()' - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v5 + uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5 with: use_oidc: true files: test-results.xml diff --git a/.github/workflows/deps.yml b/.github/workflows/deps.yml index 7b2ad867a..f4e70908e 100644 --- a/.github/workflows/deps.yml +++ b/.github/workflows/deps.yml @@ -36,7 +36,7 @@ jobs: - name: Upload audit report if: always() - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: npm-audit-report path: audit-report.json