Skip to content

Commit

Permalink
Merge pull request #55 from hectorm/dependabot/github_actions/github/…
Browse files Browse the repository at this point in the history
…codeql-action-3.25.12

Bump github/codeql-action from 3.25.11 to 3.25.12
  • Loading branch information
hectorm authored Jul 16, 2024
2 parents 85bfe23 + 9ec5437 commit 9f1f9f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
- name: 'Checkout'
uses: 'actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332'
- name: 'Initialize CodeQL'
uses: 'github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c'
uses: 'github/codeql-action/init@4fa2a7953630fd2f3fb380f21be14ede0169dd4f'
with:
languages: '${{ matrix.language }}'
- name: 'Autobuild'
uses: 'github/codeql-action/autobuild@b611370bb5703a7efb587f9d136a52ea24c5c38c'
uses: 'github/codeql-action/autobuild@4fa2a7953630fd2f3fb380f21be14ede0169dd4f'
- name: 'Perform CodeQL Analysis'
uses: 'github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c'
uses: 'github/codeql-action/analyze@4fa2a7953630fd2f3fb380f21be14ede0169dd4f'

0 comments on commit 9f1f9f4

Please sign in to comment.