Skip to content

Commit

Permalink
Merge pull request #1085 from chainguard-dev/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/github/codeql-action-3.24.10

build(deps): bump github/codeql-action from 3.24.9 to 3.24.10
  • Loading branch information
k4leung4 authored Apr 8, 2024
2 parents e213f29 + 12160a6 commit 838cc59
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 @@ -29,12 +29,12 @@ jobs:
check-latest: true

- name: Initialize CodeQL
uses: github/codeql-action/init@1b1aada464948af03b950897e5eb522f92603cc2
uses: github/codeql-action/init@4355270be187e1b672a7a1c7c7bae5afdc1ab94a
with:
languages: go

- name: build
run: make apko

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@1b1aada464948af03b950897e5eb522f92603cc2
uses: github/codeql-action/analyze@4355270be187e1b672a7a1c7c7bae5afdc1ab94a

0 comments on commit 838cc59

Please sign in to comment.