Skip to content

Commit

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

build(deps): bump github/codeql-action from 2.22.1 to 2.22.4
  • Loading branch information
Elizafox authored Oct 26, 2023
2 parents f0febd3 + 86eb59b commit f7d14a0
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@fdcae64e1484d349b3366718cdfef3d404390e85
uses: github/codeql-action/init@49abf0ba24d0b7953cb586944e918a0b92074c80
with:
languages: go

- name: build
run: make apko

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

0 comments on commit f7d14a0

Please sign in to comment.