diff --git a/.changeset/dependabot-ba97218.md b/.changeset/dependabot-ba97218.md new file mode 100644 index 0000000..c63589a --- /dev/null +++ b/.changeset/dependabot-ba97218.md @@ -0,0 +1,5 @@ +--- +"changesets": patch +--- + +- github/codeql-action/analyze: 4.37.7 \ No newline at end of file diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c8e5fe3..db55fbf 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@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6 + uses: github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7 with: category: "/language:${{matrix.language}}"