Skip to content

Commit

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

build(deps): bump github/codeql-action from 3.24.7 to 3.24.8
  • Loading branch information
k4leung4 authored Mar 18, 2024
2 parents f9d2fa4 + 36ccde1 commit ac3f83f
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 @@ -25,12 +25,12 @@ jobs:
check-latest: true

- name: Initialize CodeQL
uses: github/codeql-action/init@3ab4101902695724f9365a384f86c1074d94e18c
uses: github/codeql-action/init@05963f47d870e2cb19a537396c1f668a348c7d8f
with:
languages: go

- name: build
run: make apko

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@3ab4101902695724f9365a384f86c1074d94e18c
uses: github/codeql-action/analyze@05963f47d870e2cb19a537396c1f668a348c7d8f

0 comments on commit ac3f83f

Please sign in to comment.