Skip to content

Commit

Permalink
Update workflows - part one
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDevel0per committed Aug 13, 2023
1 parent f7652f4 commit 62ed90d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
echo "Condition to exit with a non-zero status if the verification fails"
- name: Initialize CodeQL
uses: github/codeql-action/init@v2.14
uses: github/codeql-action/init@v2
with:
languages: "swift"

Expand All @@ -47,4 +47,4 @@ jobs:
echo "rm -rf /opt/hostedtoolcache/CodeQL"
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2.14
uses: github/codeql-action/analyze@v2
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2.14
uses: actions/checkout@v2

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down

0 comments on commit 62ed90d

Please sign in to comment.