Skip to content

Commit

Permalink
Add GitHub Checks to managed set (#4003)
Browse files Browse the repository at this point in the history
  • Loading branch information
darinpope authored Nov 21, 2024
1 parent bbc4eef commit 72d175d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bom-weekly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,11 @@
<artifactId>gcp-java-sdk-storage</artifactId>
<version>26.23.0-28.vd30f921a_22a_8</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>github-checks</artifactId>
<version>589.v845136f916cd</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>gitlab-api</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions sample-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,11 @@
<artifactId>gcp-java-sdk-storage</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>github-checks</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>gitlab-branch-source</artifactId>
Expand Down

0 comments on commit 72d175d

Please sign in to comment.