Skip to content

Commit

Permalink
Merge pull request #302 from JarvisCraft/dependabot/github_actions/de…
Browse files Browse the repository at this point in the history
…velopment/github/codeql-action-1.0.26

build(deps): bump github/codeql-action from 1.0.25 to 1.0.26
  • Loading branch information
mergify[bot] authored Dec 13, 2021
2 parents c405ce6 + 5a174dc commit 4c05116
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
cache: 'maven'

- name: Initialize CodeQL
uses: github/codeql-action/init@v1.0.25
uses: github/codeql-action/init@v1.0.26
with:
languages: java

- name: Autobuild
uses: github/codeql-action/autobuild@v1.0.25
uses: github/codeql-action/autobuild@v1.0.26

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1.0.25
uses: github/codeql-action/analyze@v1.0.26

0 comments on commit 4c05116

Please sign in to comment.