Skip to content

Commit b37ba2e

Browse files
Merge pull request #2 from opencastsoftware/renovate/github-tags-gradle/gradle-build-action-vulnerability
Pin gradle/gradle-build-action action to a8f7551 [SECURITY]
2 parents 4dac06e + 303c39d commit b37ba2e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
jdkFile: ${{ steps.download-java.outputs.jdkFile }}
3939

4040
- name: Build & Test
41-
uses: gradle/gradle-build-action@v2
41+
uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2
4242
with:
4343
arguments: build --info
4444

@@ -51,6 +51,6 @@ jobs:
5151

5252
- name: Publish To Sonatype
5353
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
54-
uses: gradle/gradle-build-action@v2
54+
uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2
5555
with:
5656
arguments: publishAllPublicationsToMavenCentral

.github/workflows/dependency-graph.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
jdkFile: ${{ steps.download-java.outputs.jdkFile }}
3737

3838
- name: Setup Dependency Graph
39-
uses: gradle/gradle-build-action@v2
39+
uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2
4040
with:
4141
dependency-graph: generate-and-submit
4242

4343
- name: Generate Dependency Graph Snapshot
44-
uses: gradle/gradle-build-action@v2
44+
uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2
4545
env:
4646
DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS: 'compileClasspath|runtimeClasspath'
4747
with:

0 commit comments

Comments
 (0)