Skip to content

Commit

Permalink
1.7 grpc CVE (#530)
Browse files Browse the repository at this point in the history
* fixed cve and ran updage codegen

* added actions update

---------

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
gabo1208 and dependabot[bot] authored Jul 7, 2023
1 parent 54fd022 commit d9f67d5
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/knative-go-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ name: Build

on:
pull_request:
branches: [ 'main', 'release-*' ]
branches: ["main", "release-*"]

jobs:
build:
uses: knative/actions/.github/workflows/go-build.yaml@main
uses: knative/actions/.github/workflows/reusable-go-build.yaml@main
6 changes: 3 additions & 3 deletions .github/workflows/knative-go-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ name: Test

on:
push:
branches: [ 'main', 'release-*' ]
branches: ["main", "release-*"]

pull_request:
branches: [ 'main', 'release-*' ]
branches: ["main", "release-*"]

jobs:
test:
uses: knative/actions/.github/workflows/go-test.yaml@main
uses: knative/actions/.github/workflows/reusable-go-test.yaml@main
6 changes: 3 additions & 3 deletions .github/workflows/knative-security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

# This file is automagically synced here from github.com/knative-sandbox/knobots

name: 'Security'
name: "Security"

on:
push:
branches: [ 'main', 'release-*' ]
branches: ["main", "release-*"]

pull_request:
branches: [ 'main', 'release-*' ]
branches: ["main", "release-*"]

jobs:
analyze:
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/knative-stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
# SPDX-License-Identifier: Apache-2.0

# This file is automagically synced here from github.com/knative-sandbox/knobots
name: 'Close stale'
name: "Close stale"

on:
schedule:
- cron: '0 1 * * *'
- cron: "0 1 * * *"

jobs:

stale:
uses: knative/actions/.github/workflows/stale.yaml@main
uses: knative/actions/.github/workflows/reusable-stale.yaml@main
5 changes: 2 additions & 3 deletions .github/workflows/knative-style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ name: Code Style

on:
pull_request:
branches: [ 'main', 'release-*' ]
branches: ["main", "release-*"]

jobs:

style:
uses: knative/actions/.github/workflows/style.yaml@main
uses: knative/actions/.github/workflows/reusable-style.yaml@main
4 changes: 2 additions & 2 deletions .github/workflows/knative-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ name: Verify

on:
pull_request:
branches: [ 'main', 'release-*' ]
branches: ["main", "release-*"]

jobs:
verify:
uses: knative/actions/.github/workflows/verify-codegen.yaml@main
uses: knative/actions/.github/workflows/reusable-verify-codegen.yaml@main

0 comments on commit d9f67d5

Please sign in to comment.