Skip to content

Commit 38da672

Browse files
authored
Merge pull request #2107 from Giskard-AI/dependabot/npm_and_yarn/postcss-8.5.2
Bump postcss from 8.5.1 to 8.5.2
2 parents 3e02986 + 355477a commit 38da672

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

.github/workflows/build-python.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
df -h
113113
114114
- name: Checkout code
115-
uses: actions/checkout@v4.1.0
115+
uses: actions/checkout@v4
116116
with:
117117
fetch-depth: 0
118118

@@ -200,9 +200,9 @@ jobs:
200200
env:
201201
PYTEST_XDIST_AUTO_NUM_WORKERS: 2
202202

203-
- name: SonarCloud Scan
203+
- name: SonarQube Scan
204204
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) }}
205-
uses: SonarSource/sonarcloud-github-action@v4.0.0
205+
uses: SonarSource/sonarqube-scan-action@v4
206206
env:
207207
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
208208
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
@@ -246,7 +246,7 @@ jobs:
246246
runs-on: ubuntu-latest
247247
steps:
248248
- name: Checkout code
249-
uses: actions/checkout@v4.1.0
249+
uses: actions/checkout@v4
250250
- name: Setup PDM
251251
uses: pdm-project/setup-pdm@v4
252252
with:
@@ -270,7 +270,7 @@ jobs:
270270
runs-on: ubuntu-latest
271271
steps:
272272
- name: Checkout code
273-
uses: actions/checkout@v4.1.0
273+
uses: actions/checkout@v4
274274
- name: Setup PDM
275275
uses: pdm-project/setup-pdm@v4
276276
with:
@@ -290,7 +290,7 @@ jobs:
290290
runs-on: ubuntu-latest
291291
steps:
292292
- name: Checkout code
293-
uses: actions/checkout@v4.1.0
293+
uses: actions/checkout@v4
294294
- name: Setup PDM
295295
uses: pdm-project/setup-pdm@v4
296296
with:
@@ -342,7 +342,7 @@ jobs:
342342
df -h
343343
344344
- name: Checkout code
345-
uses: actions/checkout@v4.1.0
345+
uses: actions/checkout@v4
346346
with:
347347
fetch-depth: 0
348348

.github/workflows/clear-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v4.1.0
16+
uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 1
1919
- name: Clear cache

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
echo "VERSION_NAME=${VERSION_NAME}" >> $GITHUB_ENV
3636
3737
- name: Checkout code
38-
uses: actions/checkout@v4.1.0
38+
uses: actions/checkout@v4
3939
with:
4040
fetch-tags: true
4141
ref: main

.github/workflows/lock-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
id: extract_branch
4747

4848
- name: Checkout code
49-
uses: actions/checkout@v4.1.0
49+
uses: actions/checkout@v4
5050
with:
5151
token: ${{ secrets.RELEASE_PAT_TOKEN }} # Needed to trigger other actions
5252
ref: ${{ steps.extract_branch.outputs.branch }}

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"gulp-concat": "^2.6.1",
1414
"gulp-minify": "^3.1.0",
1515
"gulp-postcss": "^10.0.0",
16-
"postcss": "^8.5.1",
16+
"postcss": "^8.5.2",
1717
"postcss-import": "^16.1.0",
1818
"tailwindcss": "^4.0.3",
1919
"uglify": "^0.1.5"

0 commit comments

Comments
 (0)