Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/submodules/external/bpf_conforman…
Browse files Browse the repository at this point in the history
…ce-41ec319
  • Loading branch information
Alan-Jowett committed Apr 27, 2024
2 parents d5a3f0a + 9258cd7 commit f6682b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/posix.yml
Expand Up @@ -66,7 +66,7 @@ jobs:

- name: Initialize CodeQL
if: inputs.build_codeql == true
uses: github/codeql-action/init@c7f9125735019aa87cfc361530512d50ea439c71
uses: github/codeql-action/init@d39d31e687223d841ef683f52467bd88e9b21c14
with:
languages: 'cpp'

Expand Down Expand Up @@ -295,4 +295,4 @@ jobs:

- name: Perform CodeQL Analysis
if: inputs.build_codeql == true
uses: github/codeql-action/analyze@c7f9125735019aa87cfc361530512d50ea439c71
uses: github/codeql-action/analyze@d39d31e687223d841ef683f52467bd88e9b21c14
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Initialize CodeQL
if: inputs.build_codeql == true
uses: github/codeql-action/init@c7f9125735019aa87cfc361530512d50ea439c71
uses: github/codeql-action/init@d39d31e687223d841ef683f52467bd88e9b21c14
with:
languages: 'cpp'

Expand Down Expand Up @@ -104,4 +104,4 @@ jobs:

- name: Perform CodeQL Analysis
if: inputs.build_codeql == true
uses: github/codeql-action/analyze@c7f9125735019aa87cfc361530512d50ea439c71
uses: github/codeql-action/analyze@d39d31e687223d841ef683f52467bd88e9b21c14

0 comments on commit f6682b3

Please sign in to comment.