Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump github/codeql-action from 2.1.22 to 2.1.23
Browse files Browse the repository at this point in the history
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.22 to 2.1.23.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/v2.1.23/CHANGELOG.md)
- [Commits](github/codeql-action@v2.1.22...v2.1.23)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 16, 2022
1 parent ed1cafa commit 8239f8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ runs:

- name: 🛡️ CodeQL Analysis
if: inputs.checks == 'true' && inputs.code-ql != 'false'
uses: github/codeql-action/init@v2.1.22
uses: github/codeql-action/init@v2.1.23
with:
languages: ${{ inputs.code-ql }}
- uses: github/codeql-action/analyze@v2.1.22
- uses: github/codeql-action/analyze@v2.1.23
if: inputs.checks == 'true' && inputs.code-ql != 'false'

- name: ♻️ Gatsby cache
Expand Down

0 comments on commit 8239f8c

Please sign in to comment.