Skip to content

Commit

Permalink
Merge pull request #226 from authzed/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…-actions-72af60186e

Bump bufbuild/buf-setup-action from 1.46.0 to 1.47.2 in the github-actions group
  • Loading branch information
tstirrat15 authored Nov 19, 2024
2 parents a858961 + 68ac5c1 commit fdbe0da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automatic-api-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
echo "Update status: $UPDATED_STATUS"
- name: "Install buf"
uses: "bufbuild/buf-setup-action@v1.46.0"
uses: "bufbuild/buf-setup-action@v1.47.2"
with:
github_token: "${{ secrets.GITHUB_TOKEN }}"
if: "steps.buf-update.outputs.updated == 'true'"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: "Lint"
on: # yamllint disable-line rule:truthy
on: # yamllint disable-line rule:truthy
push:
branches:
- "main"
Expand Down Expand Up @@ -71,6 +71,9 @@ jobs:
format: "sarif"
output: "trivy-results.sarif"
severity: "CRITICAL"
env:
TRIVY_DB_REPOSITORY: "public.ecr.aws/aquasecurity/trivy-db"
TRIVY_JAVA_DB_REPOSITORY: "public.ecr.aws/aquasecurity/trivy-java-db"
- name: "Upload Trivy scan results to GitHub Security tab"
uses: "github/codeql-action/upload-sarif@v3"
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-api-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
echo "Update status: $UPDATED_STATUS"
- name: "Install buf"
uses: "bufbuild/buf-setup-action@v1.46.0"
uses: "bufbuild/buf-setup-action@v1.47.2"
with:
github_token: "${{ secrets.GITHUB_TOKEN }}"
if: "steps.buf-update.outputs.updated == 'true'"
Expand Down

0 comments on commit fdbe0da

Please sign in to comment.