Skip to content

Commit

Permalink
[ODS-5992] Github build warnings fix (#852)
Browse files Browse the repository at this point in the history
Co-authored-by: Stephen Fuqua <[email protected]>
  • Loading branch information
semalaiappan and stephenfuqua authored Oct 12, 2023
1 parent 0c02122 commit 4110d4d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Cleanup Caches by a branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
exit 1
- name: Check out code
if: ${{ env.GH_TOKEN != '' }}
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- name: Cleanup
run: |
gh extension install actions/gh-actions-cache
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/CodeQL Security Scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ name: CodeQL Security Scan Schedule
on:
schedule:
- cron: '0 0 * * *'

env:
INFORMATIONAL_VERSION: "7.1"
BUILD_INCREMENTER: "1"
Expand Down Expand Up @@ -76,9 +77,9 @@ jobs:
security-events: write
steps:
- name: Checkout code
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- name: Initialize CodeQL
uses: github/codeql-action/init@1fae5bf71b0ecdc7d0a2ef0d0c28409d99693966 # v2.9.2
uses: github/codeql-action/init@896079047b4bb059ba6f150a5d87d47dde99e6e5 # codeql-bundle-20221211
with:
languages: 'csharp'
- name: Checkout Ed-Fi-ODS-Implementation
Expand Down Expand Up @@ -127,4 +128,4 @@ jobs:
run: |
.\build.githubactions.ps1 build -Configuration ${{ env.CONFIGURATION }} -InformationalVersion ${{ env.INFORMATIONAL_VERSION}} -BuildCounter ${{ github.run_number }} -BuildIncrementer ${{env.BUILD_INCREMENTER}} -Solution "$env:GITHUB_WORKSPACE/Ed-Fi-ODS-Implementation/Application/Ed-Fi-Ods.sln" -StandardVersion ${{ matrix.StandardVersion }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@1fae5bf71b0ecdc7d0a2ef0d0c28409d99693966 # v2.9.2
uses: github/codeql-action/analyze@896079047b4bb059ba6f150a5d87d47dde99e6e5 # codeql-bundle-20221211
2 changes: 1 addition & 1 deletion .github/workflows/Dependencies Security Scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- name: Checkout Ed-Fi-ODS
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
with:
Expand Down

0 comments on commit 4110d4d

Please sign in to comment.