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

Commit 7824fda

Browse files
dependabot[bot]neilime
authored andcommitted
chore(deps): bump github/codeql-action from 2.2.12 to 2.3.2
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.12 to 2.3.2. - [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.2.12...v2.3.2) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 997b1f5 commit 7824fda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,10 @@ runs:
107107

108108
- name: 🛡️ CodeQL Analysis
109109
if: inputs.checks == 'true' && inputs.code-ql != 'false'
110-
uses: github/codeql-action/init@v2.2.12
110+
uses: github/codeql-action/init@v2.3.2
111111
with:
112112
languages: ${{ inputs.code-ql }}
113-
- uses: github/codeql-action/analyze@v2.2.12
113+
- uses: github/codeql-action/analyze@v2.3.2
114114
if: inputs.checks == 'true' && inputs.code-ql != 'false'
115115

116116
- name: ♻️ Gatsby cache

0 commit comments

Comments
 (0)