Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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/PR_build_extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
outputs:
tag_name: ${{ steps.names.outputs.tag_name }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
with:
ref: ${{ github.event.inputs.branch }}
- name: Install pnpm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bump_prisma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
;;
esac
echo "ref=$REF" >> "$GITHUB_OUTPUT"
- uses: actions/checkout@v4
- uses: actions/checkout@v7
with:
ref: ${{ steps.validate.outputs.ref }}
persist-credentials: false
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
REF: ${{ needs.pin.outputs.ref }}
PRISMA_VERSION: ${{ inputs.prisma_version }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
with:
ref: ${{ needs.pin.outputs.ref }}
token: ${{ secrets.PRISMA_BOT_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check_for_prisma_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
latest_version: ${{ steps.check_update.outputs.latest_version }}
patch_dev_version: ${{ steps.check_update.outputs.patch-dev_version }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
with:
ref: main
persist-credentials: false
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
LATEST_VERSION: ${{ needs.check.outputs.latest_version }}
PATCH_DEV_VERSION: ${{ needs.check.outputs.patch_dev_version }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
with:
ref: main
token: ${{ secrets.PRISMA_BOT_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
language: ['javascript']

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Use Node.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_check_for_new_published_vsix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
with:
token: ${{ secrets.PRISMA_BOT_TOKEN }}
- name: Install pnpm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e_published_vsix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
outputs:
installed-extension: ${{ steps.install.outputs.installed-extension }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
with:
token: ${{ secrets.PRISMA_BOT_TOKEN }}
- name: Install pnpm
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
needs: [test]
if: always()
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
with:
token: ${{ secrets.PRISMA_BOT_TOKEN }}
- name: echo new version
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
echo "channel=$CHANNEL"
echo "ref=$REF"
} >> "$GITHUB_OUTPUT"
- uses: actions/checkout@v4
- uses: actions/checkout@v7
with:
ref: ${{ steps.params.outputs.ref }}
fetch-depth: 0 # all branches and tags: the next version is derived from release tags
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
with:
ref: ${{ needs.plan.outputs.sha }}
persist-credentials: false
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
VERSION: ${{ needs.plan.outputs.version }}
LS_NPM_TAG: ${{ needs.plan.outputs.ls_npm_tag }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
with:
ref: ${{ needs.plan.outputs.sha }}
persist-credentials: false
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
VERSION: ${{ needs.plan.outputs.version }}
ASSET_FILE: ${{ needs.plan.outputs.asset_name }}-${{ needs.plan.outputs.version }}.vsix
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
with:
ref: ${{ needs.plan.outputs.sha }}
persist-credentials: false
Expand Down Expand Up @@ -265,7 +265,7 @@ jobs:
env:
ASSET_FILE: ${{ needs.plan.outputs.asset_name }}-${{ needs.plan.outputs.version }}.vsix
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
with:
ref: ${{ needs.plan.outputs.sha }}
persist-credentials: false
Expand Down Expand Up @@ -295,7 +295,7 @@ jobs:
env:
ASSET_FILE: ${{ needs.plan.outputs.asset_name }}-${{ needs.plan.outputs.version }}.vsix
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7
with:
ref: ${{ needs.plan.outputs.sha }}
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-api-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v7
with:
token: ${{ secrets.PRISMA_BOT_TOKEN }}

Expand Down
Loading