Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Pickett committed Dec 12, 2024
1 parent 9b1333f commit 8de2bca
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
queries: +security-and-quality
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Set go C compiler on Windows
if: runner.os == 'Windows'
# the ruby installation adds a gcc and sets a path not compatible with tpm simulator
run: echo "CC=C:\ProgramData\chocolatey\bin\gcc.exe" >> "$GITHUB_ENV"
run: printf "CC=C:\ProgramData\chocolatey\bin\gcc.exe" >> "$GITHUB_ENV"
shell: bash
- name: Cross Language Tests
# ruby bundler leaves a `vendor` director here, which confuses go mod, so we need to explicitly disable it.
Expand Down

0 comments on commit 8de2bca

Please sign in to comment.