Skip to content

Commit cc55f2e

Browse files
Merge pull request #2021 from Giskard-AI/dep/01-09-2024-batch-upgrade
Batch dep/actions upgrade
2 parents 9ca1186 + aa20b30 commit cc55f2e

File tree

4 files changed

+1044
-1002
lines changed

4 files changed

+1044
-1002
lines changed

.github/workflows/build-python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201

202202
- name: SonarCloud Scan
203203
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) }}
204-
uses: SonarSource/sonarcloud-github-action@v2.3.0
204+
uses: SonarSource/sonarcloud-github-action@v3.0.0
205205
env:
206206
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
207207
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

.github/workflows/create-release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: "@slack Release process started"
5858
id: slack
59-
uses: slackapi/slack-github-action@v1.26.0
59+
uses: slackapi/slack-github-action@v1.27.0
6060
with:
6161
channel-id: ${{ vars.SLACK_CHANNEL_ID }}
6262
slack-message: |-
@@ -107,7 +107,7 @@ jobs:
107107
- name: "@slack Share release process completion"
108108
# cancellable always() https://docs.github.com/en/actions/learn-github-actions/expressions#status-check-functions
109109
if: ${{ !cancelled() }}
110-
uses: slackapi/slack-github-action@v1.26.0
110+
uses: slackapi/slack-github-action@v1.27.0
111111
env:
112112
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
113113
ON_SUCCESS: |-
@@ -124,4 +124,4 @@ jobs:
124124
{
125125
"thread_ts": "${{ steps.slack.outputs.thread_ts }}",
126126
"reply_broadcast": true
127-
}
127+
}

0 commit comments

Comments
 (0)