Skip to content

Commit

Permalink
Update codeql setup
Browse files Browse the repository at this point in the history
  • Loading branch information
alexaka1 committed Nov 18, 2024
1 parent 7865de4 commit e3b2657
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
crl3.digicert.com:80
crl4.digicert.com:80
dc.services.visualstudio.com:443
aka.ms:443
dotnetbuilds.azureedge.net:443
dotnetcli.azureedge.net:443
github.com:443
objects.githubusercontent.com:443
s.symcb.com:80
Expand All @@ -64,7 +67,13 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false

- name: Setup Dotnet
id: dotnet-setup
uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0
with:
dotnet-version: |
9.0.x
6.0.x
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
Expand Down

0 comments on commit e3b2657

Please sign in to comment.