Skip to content

Commit

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

Bump github/codeql-action from 3.25.6 to 3.25.7
  • Loading branch information
hectorm authored Jun 3, 2024
2 parents 1010755 + ff562ad commit be4e2c4
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@a5ac7e51b41094c92402da3b24376905380afc29'
- name: 'Initialize CodeQL'
uses: 'github/codeql-action/init@9fdb3e49720b44c48891d036bb502feb25684276'
uses: 'github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f'
with:
languages: '${{ matrix.language }}'
- name: 'Autobuild'
uses: 'github/codeql-action/autobuild@9fdb3e49720b44c48891d036bb502feb25684276'
uses: 'github/codeql-action/autobuild@f079b8493333aace61c81488f8bd40919487bd9f'
- name: 'Perform CodeQL Analysis'
uses: 'github/codeql-action/analyze@9fdb3e49720b44c48891d036bb502feb25684276'
uses: 'github/codeql-action/analyze@f079b8493333aace61c81488f8bd40919487bd9f'

0 comments on commit be4e2c4

Please sign in to comment.