Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.4.2
9.2.0
2 changes: 1 addition & 1 deletion .github/workflows/ci-cpp-build-gnoi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
- cron: "0 0 * * *"

jobs:
build:

Check warning on line 12 in .github/workflows/ci-cpp-build-gnoi.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

ci-cpp-build-gnoi.yml:12: overly broad permissions: default permissions used due to no permissions: block
runs-on: ubuntu-latest
env:
BAZEL: bazelisk-linux-amd64
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

Check failure on line 17 in .github/workflows/ci-cpp-build-gnoi.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 17 in .github/workflows/ci-cpp-build-gnoi.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

ci-cpp-build-gnoi.yml:17: unpinned action reference: action is not pinned to a hash (required by blanket policy)
with:
submodules: recursive
- name: Setup Bazel
uses: bazelbuild/setup-bazelisk@v3

Check failure on line 21 in .github/workflows/ci-cpp-build-gnoi.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 21 in .github/workflows/ci-cpp-build-gnoi.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

ci-cpp-build-gnoi.yml:21: unpinned action reference: action is not pinned to a hash (required by blanket policy)
- name: Build
run: bazel build //...
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
branches: [main]

jobs:
build:

Check warning on line 11 in .github/workflows/linter.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

linter.yml:11: overly broad permissions: default permissions used due to no permissions: block
name: Lint Code Base
runs-on: ubuntu-latest

steps:
- name: Checkout Code
uses: actions/checkout@v6
uses: actions/checkout@v7

Check failure on line 17 in .github/workflows/linter.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 17 in .github/workflows/linter.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

linter.yml:17: unpinned action reference: action is not pinned to a hash (required by blanket policy)
with:
fetch-depth: 0

- name: Lint protobuf
uses: plexsystems/protolint-action@v0.7.0

Check failure on line 22 in .github/workflows/linter.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 22 in .github/workflows/linter.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

linter.yml:22: unpinned action reference: action is not pinned to a hash (required by blanket policy)
with:
configDirectory: .github
Loading