Skip to content

Commit

Permalink
update version string
Browse files Browse the repository at this point in the history
Signed-off-by: Jake Sanders <jake@sanders.dev>
  • Loading branch information
dekkagaijin committed Aug 25, 2022
1 parent dcefa6c commit 641e4e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Expand Up @@ -39,12 +39,12 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@c7f292ea4f542c473194b33813ccd4c207a6c725 # v2.1.18
uses: github/codeql-action/init@c7f292ea4f542c473194b33813ccd4c207a6c725 # v2.1.21
with:
languages: ${{ matrix.language }}

- name: Autobuild
uses: github/codeql-action/autobuild@c7f292ea4f542c473194b33813ccd4c207a6c725 # v2.1.18
uses: github/codeql-action/autobuild@c7f292ea4f542c473194b33813ccd4c207a6c725 # v2.1.21

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@c7f292ea4f542c473194b33813ccd4c207a6c725 # v2.1.18
uses: github/codeql-action/analyze@c7f292ea4f542c473194b33813ccd4c207a6c725 # v2.1.21

0 comments on commit 641e4e5

Please sign in to comment.