Skip to content

Commit

Permalink
🐛 fix pipelines (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdumpp committed Nov 14, 2023
1 parent 2e9d6b9 commit 9653703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
go-version: '>=1.21.3'

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
uses: github/codeql-action/init@v2

- run: |
make build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
- uses: actions/cache@v3
with:
path: |
~/.cache/go-build
Expand Down

0 comments on commit 9653703

Please sign in to comment.