Skip to content

Commit

Permalink
Merge branch 'master' into gnomod-remove-require
Browse files Browse the repository at this point in the history
  • Loading branch information
n0izn0iz authored Nov 14, 2024
2 parents 736d7f6 + 38736e7 commit 519c51b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fossa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: coursier/[email protected]

- name: Set up JDK 17
uses: coursier/[email protected].6
uses: coursier/[email protected].8
with:
jvm: temurin:1.17

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releaser-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cache: true

- uses: sigstore/[email protected]
- uses: anchore/sbom-action/[email protected].5
- uses: anchore/sbom-action/[email protected].7

- uses: docker/login-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releaser-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cache: true

- uses: sigstore/[email protected]
- uses: anchore/sbom-action/[email protected].5
- uses: anchore/sbom-action/[email protected].7

- uses: docker/login-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cache: true

- uses: sigstore/[email protected]
- uses: anchore/sbom-action/[email protected].5
- uses: anchore/sbom-action/[email protected].7

- uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 519c51b

Please sign in to comment.