Skip to content

Commit

Permalink
octo-sts/0.4.2-r1: cve remediation (#33275)
Browse files Browse the repository at this point in the history
  • Loading branch information
octo-sts[bot] and octo-sts[bot] authored Nov 5, 2024
1 parent e9e498f commit 23d7596
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion octo-sts.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: octo-sts
version: 0.4.2
epoch: 1
epoch: 2
description: A GitHub App that acts like a Security Token Service (STS) for the Github API.
copyright:
- license: Apache-2.0
Expand All @@ -14,6 +14,11 @@ pipeline:
repository: https://github.com/octo-sts/app
tag: v${{package.version}}

- uses: go/bump
with:
deps: github.com/golang-jwt/jwt/[email protected]
modroot: octo-sts

- uses: go/build
with:
modroot: octo-sts
Expand Down

0 comments on commit 23d7596

Please sign in to comment.