Skip to content
Open
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.101
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compatibility-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ jobs:
if: ${{ always() && contains(needs.*.result, 'failure') }}
steps:
- name: slack-send
uses: slackapi/slack-github-action@v3
uses: slackapi/slack-github-action@v3.0.1
with:
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
webhook-type: incoming-webhook
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-exp-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
fetch-depth: 0

- name: Set up NodeJS
uses: actions/setup-node@v6
uses: actions/setup-node@v6.3.0
with:
node-version: "22.17.x"

Expand Down
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.3

- name: Login to DockerHub
uses: docker/login-action@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v6

- name: Set up NodeJS
uses: actions/setup-node@v6
uses: actions/setup-node@v6.3.0
with:
node-version: "22.17.x"

Expand Down 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.3

- 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
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:

- name: Notify Slack on failure
if: failure() && github.event_name != 'workflow_dispatch'
uses: slackapi/slack-github-action@v3
uses: slackapi/slack-github-action@v3.0.1
with:
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
webhook-type: incoming-webhook
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/esti.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

- name: Setup NodeJS
if: steps.restore-cache.outputs.cache-hit != 'true'
uses: actions/setup-node@v6
uses: actions/setup-node@v6.3.0
with:
node-version: "22.17.x"
cache: "npm"
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.3

- 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.3
with:
mask-password: 'false'

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.3

- name: Checkout
uses: actions/checkout@v6
Expand Down Expand Up @@ -1311,7 +1311,7 @@ jobs:
LAKEFS_LOGGING_LEVEL: DEBUG
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
- uses: actions/setup-node@v6.3.0
with:
node-version: "22.17.x"
cache: "npm"
Expand Down Expand Up @@ -1387,7 +1387,7 @@ jobs:
LAKEFS_LOGGING_LEVEL: DEBUG
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
- uses: actions/setup-node@v6.3.0
with:
node-version: "22.17.x"
cache: "npm"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-version-notification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Notify Slack on Go version change
if: steps.versions.outputs.changed == 'true'
uses: slackapi/slack-github-action@v3
uses: slackapi/slack-github-action@v3.0.1
with:
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
webhook-type: incoming-webhook
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
}"

- name: Setup NodeJS
uses: actions/setup-node@v6
uses: actions/setup-node@v6.3.0
with:
node-version: "22.17.x"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lakectl-compatibility-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
if: ${{ always() && contains(needs.*.result, 'failure') && github.ref == 'refs/heads/master' }}
steps:
- name: slack-send
uses: slackapi/slack-github-action@v3
uses: slackapi/slack-github-action@v3.0.1
with:
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
webhook-type: incoming-webhook
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-summary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}

- name: Send to Slack
uses: slackapi/slack-github-action@v3
uses: slackapi/slack-github-action@v3.0.1
with:
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
webhook-type: incoming-webhook
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.302.0
with:
working-directory: clients/python
ruby-version: '3.2'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- uses: actions/setup-node@v6
- uses: actions/setup-node@v6.3.0
with:
node-version: "22.17.x"
cache: "npm"
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Check-out code
uses: actions/checkout@v6
- name: Setup NodeJS
uses: actions/setup-node@v6
uses: actions/setup-node@v6.3.0
with:
node-version-file: webui/package.json
cache: npm
Expand Down
Loading