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.21.2 to 2.21.3
Browse files Browse the repository at this point in the history
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.2 to 2.21.3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v2.21.2...v2.21.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 11, 2023
1 parent 8e9bdfc commit 0cf0b19
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 @@ -107,10 +107,10 @@ runs:

- name: 🛡️ CodeQL Analysis
if: inputs.checks == 'true' && inputs.code-ql != 'false'
uses: github/codeql-action/[email protected].2
uses: github/codeql-action/[email protected].3
with:
languages: ${{ inputs.code-ql }}
- uses: github/codeql-action/[email protected].2
- uses: github/codeql-action/[email protected].3
if: inputs.checks == 'true' && inputs.code-ql != 'false'

- name: ♻️ Gatsby cache
Expand Down

0 comments on commit 0cf0b19

Please sign in to comment.