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/claude.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Run Claude Code
id: claude
uses: anthropics/claude-code-action@v1
uses: anthropics/claude-code-action@v1.0.93
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
uses: actions/checkout@v6

- name: Initialize CodeQL
uses: github/codeql-action/init@v4
uses: github/codeql-action/init@v4.35.1
with:
languages: 'go, javascript'

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
uses: github/codeql-action/analyze@v4.35.1

2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-lakefs-rclone-export.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Login to Amazon ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@v2
uses: aws-actions/amazon-ecr-login@v2.1.2

- name: Login to DockerHub
uses: docker/login-action@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

- name: Login to Amazon ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@v2
uses: aws-actions/amazon-ecr-login@v2.1.2

- name: Login to DockerHub
uses: docker/login-action@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: aws s3 sync docs/site/ s3://lakefs-docs-pr-previews/prs/oss-pr-${{ github.event.pull_request.number }}/

- name: Comment with preview URL
uses: actions/github-script@v8
uses: actions/github-script@v9
with:
script: |
const previewUrl = `https://oss-pr-${context.payload.pull_request.number}.docs-lakefs-preview.io/`;
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/esti.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python-sdk-change: ${{ steps.filter.outputs.python-sdk == 'true' }}
steps:
- uses: actions/checkout@v6
- uses: dorny/paths-filter@v4
- uses: dorny/paths-filter@v4.0.1
id: filter
with:
filters: |
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
run: echo "tag=sha-$(git rev-parse --short HEAD | sed s/^v//g)" >> $GITHUB_OUTPUT

- name: Restore cache
uses: actions/cache@v5
uses: actions/cache@v5.0.4
id: restore-cache
with:
path: /tmp/generated.tar.gz
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
aws-region: us-east-1
- name: Login to Amazon ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@v2
uses: aws-actions/amazon-ecr-login@v2.1.2

- name: Checkout
uses: actions/checkout@v6
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
mask-aws-account-id: 'false'
- name: Login to Amazon ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@v2
uses: aws-actions/amazon-ecr-login@v2.1.2
with:
mask-password: 'false'

Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:
run: tar -xzvf /tmp/generated.tar.gz

- name: Restore cache
uses: actions/cache@v5
uses: actions/cache@v5.0.4
id: restore-cache
with:
path: ${{ github.workspace }}/test/spark/metaclient
Expand Down Expand Up @@ -352,7 +352,7 @@ jobs:
aws-region: us-east-1
- name: Login to Amazon ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@v2
uses: aws-actions/amazon-ecr-login@v2.1.2

- name: Checkout
uses: actions/checkout@v6
Expand Down Expand Up @@ -726,7 +726,7 @@ jobs:
- name: Check-out code
uses: actions/checkout@v6
- name: Restore cache
uses: actions/cache@v5
uses: actions/cache@v5.0.4
id: restore-cache
with:
path: ${{ github.workspace }}/test/spark/metaclient
Expand Down Expand Up @@ -773,7 +773,7 @@ jobs:
- name: Check-out code
uses: actions/checkout@v6
- name: Restore cache
uses: actions/cache@v5
uses: actions/cache@v5.0.4
id: restore-cache
with:
path: ${{ github.workspace }}/test/spark/metaclient
Expand Down Expand Up @@ -1324,7 +1324,7 @@ jobs:
working-directory: webui
run: echo "PLAYWRIGHT_VERSION=$(node -e "console.log(require('./package-lock.json').dependencies['@playwright/test'].version)")" >> $GITHUB_ENV
- name: Cache Playwright binaries
uses: actions/cache@v5
uses: actions/cache@v5.0.4
id: playwright-cache
with:
path: |
Expand Down Expand Up @@ -1400,7 +1400,7 @@ jobs:
working-directory: webui
run: echo "PLAYWRIGHT_VERSION=$(node -e "console.log(require('./package-lock.json').dependencies['@playwright/test'].version)")" >> $GITHUB_ENV
- name: Cache Playwright binaries
uses: actions/cache@v5
uses: actions/cache@v5.0.4
id: playwright-cache
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-api-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
id: docver

- name: Setup Ruby
uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@v1.300.0
with:
working-directory: clients/python
ruby-version: '3.2'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-wrapper-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
sdk-change: ${{ steps.filter.outputs.sdk == 'true' }}
steps:
- uses: actions/checkout@v6
- uses: dorny/paths-filter@v4
- uses: dorny/paths-filter@v4.0.1
id: filter
with:
filters: |
Expand Down
Loading