-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2300d2a
commit bb55f69
Showing
4 changed files
with
14 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ on: | |
|
||
# Workflow Jobs | ||
jobs: | ||
# Analyze Job | ||
analyze: | ||
name: Analyze | ||
runs-on: ubuntu-latest | ||
|
@@ -23,26 +22,9 @@ jobs: | |
- name: Checkout Code | ||
uses: actions/checkout@v3 | ||
|
||
# Step 2 - Initialize CodeQL | ||
- name: Initialize CodeQL | ||
uses: github/codeql-action/init@v2 | ||
# Step 2 - Run CodeQL | ||
- name: Run CodeQL | ||
uses: ricado-group/dotnet-library-codeql-action@v1 | ||
with: | ||
languages: csharp | ||
queries: security-and-quality | ||
|
||
# Step 3 - Setup .NET 6 with GitHub Packages Authentication | ||
- name: Setup .NET 6 with GitHub Packages Authentication | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: 6.0.x | ||
source-url: https://nuget.pkg.github.com/ricado-group/index.json | ||
env: | ||
NUGET_AUTH_TOKEN: ${{ secrets.GH_PACKAGES_PAT }} | ||
|
||
# Step 4 - Build the Library | ||
- name: Run CodeQL Autobuild | ||
uses: github/codeql-action/autobuild@v2 | ||
|
||
# Step 5 - Perform CodeQL Analysis | ||
- name: Perform CodeQL Analysis | ||
uses: github/codeql-action/analyze@v2 | ||
private-nuget-url: 'https://nuget.pkg.github.com/ricado-group/index.json' | ||
private-nuget-token: ${{ secrets.GH_PACKAGES_PAT }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# RICADO.Unitronics | ||
A Unitronics PLC Communication Library for .NET 6 Applications | ||
A Unitronics PLC Communication Library for .NET 6/7 Applications |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters