Skip to content

Commit

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

Bump github/codeql-action from 2.13.4 to 3.25.6
  • Loading branch information
hectorm authored May 27, 2024
2 parents 3e1d5fd + 0091651 commit ced9b82
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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b'
- name: 'Initialize CodeQL'
uses: 'github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a'
uses: 'github/codeql-action/init@9fdb3e49720b44c48891d036bb502feb25684276'
with:
languages: '${{ matrix.language }}'
- name: 'Autobuild'
uses: 'github/codeql-action/autobuild@cdcdbb579706841c47f7063dda365e292e5cad7a'
uses: 'github/codeql-action/autobuild@9fdb3e49720b44c48891d036bb502feb25684276'
- name: 'Perform CodeQL Analysis'
uses: 'github/codeql-action/analyze@cdcdbb579706841c47f7063dda365e292e5cad7a'
uses: 'github/codeql-action/analyze@9fdb3e49720b44c48891d036bb502feb25684276'

0 comments on commit ced9b82

Please sign in to comment.