Skip to content

Commit 27405b2

Browse files
ci: bump the actions-deps group with 2 updates (#24)
Bumps the actions-deps group with 2 updates: [super-linter/super-linter](https://github.com/super-linter/super-linter) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `super-linter/super-linter` from 8.3.0 to 8.3.2 - [Release notes](https://github.com/super-linter/super-linter/releases) - [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md) - [Commits](super-linter/super-linter@502f4fe...d5b0a2a) Updates `actions/upload-artifact` from 4 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: super-linter/super-linter dependency-version: 8.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3b327c6 commit 27405b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install dependencies
3636
run: npm ci -o
3737

38-
- uses: super-linter/super-linter/slim@502f4fe48a81a392756e173e39a861f8c8efe056 # v8.3.0
38+
- uses: super-linter/super-linter/slim@d5b0a2ab116623730dd094f15ddc1b6b25bf7b99 # v8.3.2
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141
DEFAULT_BRANCH: main
@@ -150,7 +150,7 @@ jobs:
150150
run: |
151151
npm run test:functional
152152
153-
- uses: actions/upload-artifact@v4
153+
- uses: actions/upload-artifact@v6
154154
if: always()
155155
with:
156156
name: playwright-report

0 commit comments

Comments
 (0)