# HG changeset patch # User Markus Mützel # Date 1663586056 -7200 # Node ID 95fa3182f00ce043808a96a2fcbca584c998f34b # Parent a026fb2be108656506bcda46ec8b4b92e7014f9c# Parent adfbd487d0f6b451e089ac2201951d761f227373 maint: Merge stable to default. diff -r a026fb2be108 -r 95fa3182f00c .github/workflows/codeql-analysis.yaml --- a/.github/workflows/codeql-analysis.yaml Mon Sep 19 07:05:31 2022 -0400 +++ b/.github/workflows/codeql-analysis.yaml Mon Sep 19 13:14:16 2022 +0200 @@ -51,7 +51,7 @@ - name: initialize CodeQL # Initialize the CodeQL tools for scanning. - uses: github/codeql-action/init@v1 + uses: github/codeql-action/init@v2 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -63,7 +63,7 @@ run: make -C ./.build all -j2 V=1 - name: perform CodeQL analysis - uses: github/codeql-action/analyze@v1 + uses: github/codeql-action/analyze@v2 windows: @@ -166,7 +166,7 @@ - name: initialize CodeQL # Initialize the CodeQL tools for scanning. - uses: github/codeql-action/init@v1 + uses: github/codeql-action/init@v2 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -180,4 +180,4 @@ run: make -C ./.build all -j8 V=1 - name: perform CodeQL analysis - uses: github/codeql-action/analyze@v1 + uses: github/codeql-action/analyze@v2