[READ-ONLY] Mirror of https://github.com/danielroe/postcss-capsize. PostCSS plugin to inject Capsize font metrics
0

Configure Feed

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

chore(deps): update github/codeql-action digest to b1bff81 (#508)

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

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
(Mar 16, 2026, 10:07 AM UTC) c237f4ea 20c386a6

+3 -3
+3 -3
.github/workflows/codeql.yml
··· 27 27 uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 28 28 29 29 - name: Initialize CodeQL 30 - uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4 30 + uses: github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # 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@0d579ffd059c29b07949a3cce3983f0780820c98 # v4 36 + uses: github/codeql-action/autobuild@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4 37 37 38 38 - name: Perform CodeQL Analysis 39 - uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4 39 + uses: github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4 40 40 with: 41 41 category: '/language:${{ matrix.language }}'