Skip to content

Commit

Permalink
Merge pull request #2021 from Giskard-AI/dep/01-09-2024-batch-upgrade
Browse files Browse the repository at this point in the history
Batch dep/actions upgrade
  • Loading branch information
kevinmessiaen authored Oct 1, 2024
2 parents 9ca1186 + aa20b30 commit cc55f2e
Show file tree
Hide file tree
Showing 4 changed files with 1,044 additions and 1,002 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:

- name: SonarCloud Scan
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10' && !matrix.langchain_minimal && !matrix.pandas_v1 && !matrix.pydantic_v1 && (github.event.ref == 'refs/heads/main' || github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) }}
uses: SonarSource/sonarcloud-github-action@v2.3.0
uses: SonarSource/sonarcloud-github-action@v3.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- name: "@slack Release process started"
id: slack
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
with:
channel-id: ${{ vars.SLACK_CHANNEL_ID }}
slack-message: |-
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
- name: "@slack Share release process completion"
# cancellable always() https://docs.github.com/en/actions/learn-github-actions/expressions#status-check-functions
if: ${{ !cancelled() }}
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
ON_SUCCESS: |-
Expand All @@ -124,4 +124,4 @@ jobs:
{
"thread_ts": "${{ steps.slack.outputs.thread_ts }}",
"reply_broadcast": true
}
}
Loading

0 comments on commit cc55f2e

Please sign in to comment.