Skip to content

Commit

Permalink
Merge pull request #478 from CycloneDX/dependabot/github_actions/gith…
Browse files Browse the repository at this point in the history
…ub/codeql-action-3.25.8

build(deps): bump github/codeql-action from 3.25.7 to 3.25.8
  • Loading branch information
nscuro authored Jun 6, 2024
2 parents 1a8c8fe + 36f358f commit 0a88bce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # tag=v4.1.6
- name: Initialize CodeQL
uses: github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f # tag=v2.11.2
uses: github/codeql-action/init@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # tag=v2.11.2
with:
languages: "go"
- name: Run Autobuild
uses: github/codeql-action/autobuild@f079b8493333aace61c81488f8bd40919487bd9f # tag=v2.11.2
uses: github/codeql-action/autobuild@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # tag=v2.11.2
- name: Perform Analysis
uses: github/codeql-action/analyze@f079b8493333aace61c81488f8bd40919487bd9f # tag=v2.11.2
uses: github/codeql-action/analyze@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # tag=v2.11.2

0 comments on commit 0a88bce

Please sign in to comment.