Skip to content

Commit

Permalink
Merge pull request #938 from chainguard-dev/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/github/codeql-action-2.22.5

build(deps): bump github/codeql-action from 2.22.4 to 2.22.5
  • Loading branch information
cpanato authored Oct 27, 2023
2 parents 00cc8bf + 6d9c987 commit ff1313c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
check-latest: true

- name: Initialize CodeQL
uses: github/codeql-action/init@49abf0ba24d0b7953cb586944e918a0b92074c80
uses: github/codeql-action/init@74483a38d39275f33fcff5f35b679b5ca4a26a99
with:
languages: go

- name: build
run: make apko

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@49abf0ba24d0b7953cb586944e918a0b92074c80
uses: github/codeql-action/analyze@74483a38d39275f33fcff5f35b679b5ca4a26a99

0 comments on commit ff1313c

Please sign in to comment.