diff --git a/.github/workflows/cii.yaml b/.github/workflows/cii.yaml index 7657e4af..d4ae2c5e 100644 --- a/.github/workflows/cii.yaml +++ b/.github/workflows/cii.yaml @@ -37,6 +37,6 @@ jobs: path: results.sarif retention-days: 5 - name: Upload Result to Code-Scanning - uses: github/codeql-action/upload-sarif@b2a92eb56d8cb930006a1c6ed86b0782dd8a4297 + uses: github/codeql-action/upload-sarif@a669cc5936cc5e1b6a362ec1ff9e410dc570d190 with: sarif_file: results.sarif diff --git a/.github/workflows/sast.yaml b/.github/workflows/sast.yaml index 63bf075e..fab1013e 100644 --- a/.github/workflows/sast.yaml +++ b/.github/workflows/sast.yaml @@ -29,10 +29,10 @@ jobs: - name: Checkout Repository uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 - name: Initialize - uses: github/codeql-action/init@b2a92eb56d8cb930006a1c6ed86b0782dd8a4297 + uses: github/codeql-action/init@a669cc5936cc5e1b6a362ec1ff9e410dc570d190 with: languages: ${{ matrix.language }} - name: Autobuild - uses: github/codeql-action/autobuild@b2a92eb56d8cb930006a1c6ed86b0782dd8a4297 + uses: github/codeql-action/autobuild@a669cc5936cc5e1b6a362ec1ff9e410dc570d190 - name: Analize - uses: github/codeql-action/analyze@b2a92eb56d8cb930006a1c6ed86b0782dd8a4297 + uses: github/codeql-action/analyze@a669cc5936cc5e1b6a362ec1ff9e410dc570d190