[READ-ONLY] Mirror of https://github.com/danielroe/vue-sanity. Sanity integration for Vue Composition API
composition-api hacktoberfest javascript nuxt sanity typescript vue vuejs
0

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): update github/codeql-action digest to e4fba86 (#823)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

author
renovate[bot]
co-author
renovate[bot]
committer
GitHub
date (Jul 27, 2026, 11:57 AM +0100) commit c7034219 parent c7798f6e
+3 -3
+3 -3
.github/workflows/codeql.yml
··· 27 27 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 28 28 29 29 - name: Initialize CodeQL 30 - uses: github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # v4 30 + uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4 31 31 with: 32 32 languages: ${{ matrix.language }} 33 33 queries: +security-and-quality 34 34 35 35 - name: Autobuild 36 - uses: github/codeql-action/autobuild@7188fc363630916deb702c7fdcf4e481b751f97a # v4 36 + uses: github/codeql-action/autobuild@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4 37 37 38 38 - name: Perform CodeQL Analysis 39 - uses: github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # v4 39 + uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4 40 40 with: 41 41 category: '/language:${{ matrix.language }}'