Skip to content

Commit d3a676d

Browse files
chore(deps): bump the github-actions-dependencies group across 3 directories with 3 updates
Bumps the github-actions-dependencies group with 1 update in the / directory: [super-linter/super-linter](https://github.com/super-linter/super-linter). Bumps the github-actions-dependencies group with 1 update in the /actions/get-matrix-outputs directory: [actions/download-artifact](https://github.com/actions/download-artifact). Bumps the github-actions-dependencies group with 1 update in the /actions/set-matrix-output directory: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `super-linter/super-linter` from 8.0.0 to 8.2.1 - [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@5119dcd...2bdd90e) Updates `actions/download-artifact` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@634f93c...018cc2c) Updates `actions/upload-artifact` from 4.6.2 to 5.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...330a01c) --- updated-dependencies: - dependency-name: super-linter/super-linter dependency-version: 8.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies - dependency-name: actions/download-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0bb37fb commit d3a676d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
with:
104104
working-directory: ${{ steps.has-prettier-plugins.outputs.package-json-dir }}
105105

106-
- uses: super-linter/super-linter/slim@5119dcd8011e92182ce8219d9e9efc82f16fddb6 # v8.0.0
106+
- uses: super-linter/super-linter/slim@2bdd90ed3262e023ac84bf8fe35dc480721fc1f2 # v8.2.1
107107
env:
108108
VALIDATE_ALL_CODEBASE: ${{ inputs.lint-all }}
109109
LOG_LEVEL: WARN

actions/get-matrix-outputs/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ runs:
3333
ARTIFACT_PATH="/tmp/$ARTIFACT_NAME"
3434
echo "artifact-path=$ARTIFACT_PATH" >> "$GITHUB_OUTPUT"
3535
36-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
36+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
3737
with:
3838
path: ${{ steps.prepare-download.outputs.artifact-path }}
3939
pattern: ${{ steps.prepare-download.outputs.artifact-name }}-*

actions/set-matrix-output/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ runs:
4545
core.setOutput("artifact-path", artifactPath);
4646
writeFileSync(artifactPath, `${{ inputs.value }}`);
4747
48-
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
48+
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4949
with:
5050
name: ${{ steps.prepare-upload.outputs.artifact-unique-name }}
5151
path: ${{ steps.prepare-upload.outputs.artifact-path }}

0 commit comments

Comments
 (0)