Skip to content

Commit 92239a4

Browse files
Bump gradle-wrapper in /gradle/standard_jetbrains_plugin ChrisCarini/github-repo-files-sync#353 (#619)
Bumps gradle-wrapper from 9.3.1 to 9.4.0. --- updated-dependencies: - dependency-name: gradle-wrapper dependency-version: 9.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 39865e7 commit 92239a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128

129129
# Store built plugin as an artifact for downloading
130130
- name: Upload artifacts
131-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
131+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
132132
with:
133133
name: "${{ steps.properties.outputs.name }} - ${{ steps.properties.outputs.version }}"
134134
path: ./build/distributions/*

.github/workflows/scorecards-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6161
# format to the repository Actions tab.
6262
- name: "Upload artifact"
63-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
63+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
6464
with:
6565
name: SARIF file
6666
path: results.sarif

0 commit comments

Comments
 (0)