diff --git a/.changeset/dependabot-a8aac80.md b/.changeset/dependabot-a8aac80.md new file mode 100644 index 0000000..eda5832 --- /dev/null +++ b/.changeset/dependabot-a8aac80.md @@ -0,0 +1,5 @@ +--- +"changesets": patch +--- + +- github/codeql-action/init: 4.37.8 \ No newline at end of file diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 300ba55..748452c 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -52,7 +52,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7 + uses: github/codeql-action/init@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file.