diff --git a/.changeset/dependabot-083da6d.md b/.changeset/dependabot-083da6d.md new file mode 100644 index 0000000..86f337a --- /dev/null +++ b/.changeset/dependabot-083da6d.md @@ -0,0 +1,5 @@ +--- +"changesets": patch +--- + +- github/codeql-action/analyze: 4.37.9 \ No newline at end of file diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 55e68b5..88550fa 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -75,6 +75,6 @@ jobs: # ./location_of_script_within_repo/buildscript.sh - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7 + uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 with: category: "/language:${{matrix.language}}"