Skip to content

Commit

Permalink
Merge pull request #22 from procore-oss/dependabot/github_actions/git…
Browse files Browse the repository at this point in the history
…hub/codeql-action-2e230e8fe0ad3a14a340ad0815ddb96d599d2aff

chore(deps): Bump github/codeql-action from c99bbc0c74b76ffa9be1dea4e8bc8c73d945d43f to 2e230e8fe0ad3a14a340ad0815ddb96d599d2aff
  • Loading branch information
jhollinger authored Jun 12, 2024
2 parents 2f16164 + 72ea628 commit 5e0666d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- name: Initialize CodeQL
uses: github/codeql-action/init@c99bbc0c74b76ffa9be1dea4e8bc8c73d945d43f # v3
uses: github/codeql-action/init@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@c99bbc0c74b76ffa9be1dea4e8bc8c73d945d43f # v3
uses: github/codeql-action/autobuild@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@c99bbc0c74b76ffa9be1dea4e8bc8c73d945d43f # v3
uses: github/codeql-action/analyze@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3
with:
category: "/language:${{matrix.language}}"

0 comments on commit 5e0666d

Please sign in to comment.