Skip to content

Commit 0d62214

Browse files
build: bump dependabot/fetch-metadata from 2.5.0 to 3.0.0 (#171)
* build: bump dependabot/fetch-metadata from 2.5.0 to 3.0.0 Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.5.0 to 3.0.0. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](dependabot/fetch-metadata@v2.5.0...v3.0.0) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * build: enforce checksum policy for jitpack repository --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tomasz Zok <tomasz.zok@gmail.com>
1 parent 8256cc7 commit 0d62214

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- name: Dependabot metadata
3838
id: metadata
39-
uses: dependabot/fetch-metadata@v2.5.0
39+
uses: dependabot/fetch-metadata@v3.0.0
4040
with:
4141
github-token: "${{ secrets.GITHUB_TOKEN }}"
4242

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@
2222

2323
<repositories>
2424
<repository>
25+
<releases>
26+
<checksumPolicy>fail</checksumPolicy>
27+
</releases>
28+
<snapshots>
29+
<checksumPolicy>fail</checksumPolicy>
30+
</snapshots>
2531
<id>jitpack.io</id>
2632
<url>https://jitpack.io</url>
2733
</repository>

0 commit comments

Comments
 (0)