Skip to content

Commit 81b2f2d

Browse files
chore(deps): bump the actions-deps group across 1 directory with 8 updates
Bumps the actions-deps group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `5.0.0` | `6.0.2` | | [actions/cache](https://github.com/actions/cache) | `4` | `5` | | [webiny/action-conventional-commits](https://github.com/webiny/action-conventional-commits) | `1.3.0` | `1.3.1` | | [IEvangelist/profanity-filter](https://github.com/ievangelist/profanity-filter) | `9.07` | `10.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `3` | `4` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.2` | `6.0.0` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `5.0.0` | `7.0.0` | | [super-linter/super-linter](https://github.com/super-linter/super-linter) | `8.1.0` | `8.4.0` | Updates `actions/checkout` from 5.0.0 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v5...v6.0.2) Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) Updates `webiny/action-conventional-commits` from 1.3.0 to 1.3.1 - [Release notes](https://github.com/webiny/action-conventional-commits/releases) - [Commits](webiny/action-conventional-commits@v1.3.0...v1.3.1) Updates `IEvangelist/profanity-filter` from 9.07 to 10.0 - [Release notes](https://github.com/ievangelist/profanity-filter/releases) - [Commits](IEvangelist/profanity-filter@9.07...10.0) Updates `github/codeql-action` from 3 to 4 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3...v4) Updates `actions/upload-artifact` from 4.6.2 to 6.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...b7c566a) Updates `actions/download-artifact` from 5.0.0 to 7.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@634f93c...37930b1) Updates `super-linter/super-linter` from 8.1.0 to 8.4.0 - [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@ffde3b2...12562e4) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: webiny/action-conventional-commits dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: IEvangelist/profanity-filter dependency-version: '10.0' dependency-type: direct:production dependency-group: actions-deps - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: actions/download-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: super-linter/super-linter dependency-version: 8.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3b410a0 commit 81b2f2d

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
name: ${{ matrix.component.name }}
5151
steps:
5252
- name: Checkout
53-
uses: actions/checkout@v5
53+
uses: actions/checkout@v6.0.2
5454
- name: Docker meta
5555
id: meta
5656
uses: docker/metadata-action@v5

.github/workflows/link-checker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
linkChecker:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6.0.2
1919

2020
- name: Restore lychee cache
21-
uses: actions/cache@v4
21+
uses: actions/cache@v5
2222
id: restore-cache
2323
with:
2424
path: .lycheecache

.github/workflows/pr-conventional-commits.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
name: Conventional Commits
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
19+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2020
with:
2121
persist-credentials: false
2222

23-
- uses: webiny/action-conventional-commits@v1.3.0
23+
- uses: webiny/action-conventional-commits@v1.3.1

.github/workflows/profanity-filter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Scan issue or pull request for profanity
2121
# Conditionally run the step if the actor isn't a bot
2222
if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'github-actions[bot]' }}
23-
uses: IEvangelist/profanity-filter@9.07
23+
uses: IEvangelist/profanity-filter@10.0
2424
id: profanity-filter
2525
with:
2626
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/scout-repo-scan.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout Repository
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6.0.2
2020

2121
- name: Analyze for critical and high CVEs
2222
id: docker-scout-cves
@@ -36,6 +36,6 @@ jobs:
3636
github-token: ${{ secrets.GITHUB_TOKEN }}
3737

3838
- name: Upload SARIF result
39-
uses: github/codeql-action/upload-sarif@v3
39+
uses: github/codeql-action/upload-sarif@v4
4040
with:
4141
sarif_file: sarif.output.json

.github/workflows/super-linter.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: "Get the common linters configuration"
36-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
36+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3737
with:
3838
ref: main # fix/superlinter-config
3939
repository: netcracker/.github
4040
persist-credentials: false
4141
sparse-checkout: |
4242
config/linters
4343
- name: "Upload the common linters configuration"
44-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
44+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
4545
with:
4646
name: linter-config
4747
path: "${{ github.workspace }}/config"
@@ -56,13 +56,13 @@ jobs:
5656
statuses: write
5757
steps:
5858
- name: Checkout code
59-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
59+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
6060
with:
6161
# Full git history is needed to get a proper list of changed files within `super-linter`
6262
fetch-depth: 0
6363
persist-credentials: false
6464
- name: "Get the common linters configuration"
65-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
65+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
6666
id: download
6767
with:
6868
name: linter-config
@@ -89,7 +89,7 @@ jobs:
8989
fi
9090
9191
- name: Lint Code Base
92-
uses: super-linter/super-linter/slim@ffde3b2b33b745cb612d787f669ef9442b1339a6 # v8.1.0
92+
uses: super-linter/super-linter/slim@12562e48d7059cf666c43a4ecb0d3b5a2b31bd9e # v8.4.0
9393
env:
9494
VALIDATE_ALL_CODEBASE: ${{ inputs.full_scan || false }}
9595
# To report GitHub Actions status checks

0 commit comments

Comments
 (0)